Class AsciiDocIcon
java.lang.Object
pro.verron.asciidoc.converters.svg.AsciiDocIcon
Provides SVG paths for icons used in simulated editor interfaces. Icons are sourced from Bootstrap Icons (MIT License).
Icon path data is lazily loaded from individual SVG resource files
in the icons/ package directory and cached on first access.
-
Method Summary
-
Method Details
-
findIcon
Finds an icon and returns it as an SVG group model. The icon's path data is loaded from its resource file on first access and cached for subsequent calls.
-