-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't move common attributes into new group unless it makes file smal…
…ler.
- Loading branch information
1 parent
61b2d40
commit f98c792
Showing
2 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Don't create group if it won't make things shorter. | ||
|
||
=== | ||
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"> | ||
<rect y="6" width="2" height="1.5" style="fill:green;stroke:red"/> | ||
<rect y="9" width="2" height="1.5" style="fill:blue;stroke:red"/> | ||
</svg> | ||
|
||
@@@ | ||
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"> | ||
<rect y="6" width="2" height="1.5" style="fill:green;stroke:red"/> | ||
<rect y="9" width="2" height="1.5" style="fill:blue;stroke:red"/> | ||
</svg> |