HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>Draw a landscape with pyramids using rect and polygon.</p>
1 <p>Draw a landscape with pyramids using rect and polygon.</p>
2 <p><b>Colors</b>: skyblue, yellow, goldenrod, darkgoldenrod.</p>
2 <p><b>Colors</b>: skyblue, yellow, goldenrod, darkgoldenrod.</p>
3 <p>All of the values are multiples of ten.</p>
3 <p>All of the values are multiples of ten.</p>
4 <p>Don’t forget that it’s important in SVG to close tags: for example, &lt;rect/&gt; or &lt;rect&gt;&lt;/rect&gt;. It impacts how the code is interpreted.</p>
4 <p>Don’t forget that it’s important in SVG to close tags: for example, &lt;rect/&gt; or &lt;rect&gt;&lt;/rect&gt;. It impacts how the code is interpreted.</p>