Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TagOpen = []byte("<svg") TagClose = []byte("</svg>") AttrWidth = []byte(" width=\"") AttrHeight = []byte(" height=\"") AttrViewBox = []byte(" viewBox=\"") AttrPreserveAspectRatio = []byte(" preserveAspectRatio=\"") AttrXmlns = []byte(" xmlns=\"") )
Byte constants for HTML rendering.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.