Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

Commit

Permalink
Doc: fix class does not need the preceding dot
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed Feb 22, 2021
1 parent 973e522 commit 05e8990
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/images/before/remove-unresolved-classes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/src/remove-unresolved-classes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ So you should disable it to get such behavior.
<style>
.fill1 {fill:green}
</style>
<circle class=".fill1 .stroke1 .other"
<circle class="fill1 stroke1 other"
cx="50" cy="50" r="50"/>
</svg>
SPLIT
Expand Down
2 changes: 1 addition & 1 deletion docs/svgcleaner.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ a|
<style>
.fill1 {fill:green}
</style>
<circle class=".fill1 .stroke1 .other"
<circle class="fill1 stroke1 other"
cx="50" cy="50" r="50"/>
</svg>
----
Expand Down
2 changes: 1 addition & 1 deletion docs/svgcleaner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ CLI argument: ``--remove-unresolved-classes``
| <style> | <circle fill="green" |
| .fill1 {fill:green} | cx="50" cy="50" r="50"/> |
| </style> | </svg> |
| <circle class=".fill1 .stroke1 .other" | |
| <circle class="fill1 stroke1 other" | |
| cx="50" cy="50" r="50"/> | |
| </svg> | |
+--------------------------------------------+--------------------------------------+
Expand Down

0 comments on commit 05e8990

Please sign in to comment.