-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Can the output have some patterns replaced based on a series of simple rules?
For example, with the following output:
svg [ height "327", width "763", attribute "xmlns" "http://www.w3.org/2000/svg" ]
[ node "path" [ attribute "d" ...
...
maybe replace node "path"
with path
, attribute "d"
with d
and attribute "xmlns"
with xmlSpace
If a simple dictionary of these correspondences can be maintained, the output could look much better.
Metadata
Metadata
Assignees
Labels
No labels