Ensure depth-first analysis of common attributes so they bubble up to the top
This commit is contained in:
parent
b0788ba18a
commit
2342830671
3 changed files with 100 additions and 17 deletions
8
unittests/move-common-attributes-to-parent.svg
Normal file
8
unittests/move-common-attributes-to-parent.svg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill-opacity="0.4">
|
||||
<rect fill="#0F0" stroke="#0F0" stroke-width="5" width="100" height="300"/>
|
||||
<rect fill="#0F0" width="200" height="100" />
|
||||
<circle fill="#0F0" stroke="0F0" cx="50" cy="50" r="20" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 317 B |
Loading…
Add table
Add a link
Reference in a new issue