Changes...

This commit is contained in:
Curtis Hard
2016-01-19 14:30:38 +00:00
parent c1690e5cc0
commit 64ad9c9718
3 changed files with 99 additions and 115 deletions
+3 -10
View File
@@ -16,21 +16,14 @@
<style>
rect + rect {
fill: blue;
}
rect + rect + rect {
g rect.bacon {
fill: red;
}
</style>
<g class="test group">
<rect id="bacon" x="0" y="0" width="512" height="512"/>
<rect width="256" height="256"/>
<rect width="128" height="128"/>
<g class="woop">
<rect class="bacon" width="128" height="128"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB