[]
DsPdfJS API / SvgContextProperties
SvgContextProperties =
object
Provides settings for creating a DrawingContext for SVG.
optionaldrawTextAsPath:boolean
Indicates if text is rendered using the graphic primitives instead of the specialized text drawing services.
optionalembedFonts:boolean
Indicates whether the fonts used in 'text' elements should be embedded.
optionalimageRendering:ImageRendering
A hint to the implementation about how to make speed vs. quality tradeoffs as it performs image processing.
optionalpreciseCharPositions:boolean
Indicates whether the positions are set for each individual character within the 'text' element.
optionalshapeRendering:ShapeRendering
A hint to the implementation about what tradeoffs to make as it renders vector graphics elements.