Skip to content

Commit

Permalink
Add class comment for SVGXMLElement
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrad02 committed May 28, 2022
1 parent b2cbb17 commit 876fda6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/SVG-Morphic.package/SVGXMLElement.class/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
A SVGXMLElement is an XMLElement which overrides the default behavior for writers in canonical mode. Elements may still be printed as self-closing tags, while the writer won't add linebreaks and other whitespace characters. This leads to XML strings that are easier to process.

Instance Variables
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "lra 5/28/2022 12:30",
"instvars" : [
],
"name" : "SVGXMLElement",
Expand Down

0 comments on commit 876fda6

Please sign in to comment.