Skip to content

mil-sym-js release v0.2.3

Compare
Choose a tag to compare
@michael-spinelli michael-spinelli released this 26 Aug 14:39
· 311 commits to master since this release

-fix for RenderSymbol with canvas format selected and bbox null.
-fixes for singlepoint SVG output
-added SVGInfo.getSVGDataURI(). You can assign like image.src = SVGInfo.getSVGDataURI(). Returns a string like: "data:image/svg+xml;base64,[SVG string after run through btoa()]".