KitePDF
Toggle table of contents
0.10.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-svg
/
io.github.yuroyami.kitepdf.svg
/
SvgDocument
/
Companion
Companion
object
Companion
Members
Functions
open
Link copied to clipboard
fun
open
(
bytes
:
ByteArray
)
:
SvgDocument
Reads
bytes
as an SVG image.
open
Or
Null
Link copied to clipboard
fun
openOrNull
(
bytes
:
ByteArray
)
:
SvgDocument
?
open
, but null instead of an exception on anything unreadable.