updated 'polygons.svg' to show off variable width lines.

This commit is contained in:
Simon Brooke 2025-08-30 18:52:17 +01:00
parent 8edc8fe180
commit 66ad807c0f
2 changed files with 4 additions and 4 deletions

View file

@ -7,9 +7,9 @@
<body> <body>
<h1>Tittle: Turtles in <a href="https://github.com/babashka/scittle/tree/main">Scittle</a></h1> <h1>Tittle: Turtles in <a href="https://github.com/babashka/scittle/tree/main">Scittle</a></h1>
<svg id="playing-field" <svg id="playing-field"
stype="width: 700; height: 900" stype="width: 800; height: 900"
version="1.1" version="1.1"
width="700" width="800"
height="900" height="900"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"> xmlns:svg="http://www.w3.org/2000/svg">

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 1.5 MiB