SVG-to-PDFKit
SVG-to-PDFKit copied to clipboard
Fix precedence order of style resolution
Resolves #170
Checks for an attribute, then a style declaration, then css
Also makes sure that the classlist can be checked whether it is a DOMTokenList
or an Array