alafr / SVG-to-PDFKit

Insert SVG into a PDF document created with PDFKit
MIT License
397 stars 111 forks source link

Fix precedence order of style resolution #171

Open eriese opened 1 year ago

eriese commented 1 year ago

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