Skip to content

Commit

Permalink
docs: Renaming /HowTo/SVG to /About/Using-4bitCSS-In-SVG/ ( Fixes #99 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Oct 27, 2024
1 parent 8a07a64 commit a3dfd95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/HowTo/SVG.md → docs/About/Using-4bitCSS-In-SVG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ layout: none
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 100 100"
height="20%" width="20%">
height="20%" width="20%">
<rect
width="50%" height="50%"
x="25%" y="25%"
Expand All @@ -41,3 +41,4 @@ layout: none
class="purple-stroke" />
</svg>
</div>
<script>hljs.highlightAll();</script>

0 comments on commit a3dfd95

Please sign in to comment.