We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196fe8b commit e244f69Copy full SHA for e244f69
lib/types/svg.ts
@@ -17,6 +17,7 @@ const extractorRegExps = {
17
18
const INCH_CM = 2.54
19
const units: { [unit: string]: number } = {
20
+ in: 96,
21
cm: 96 / INCH_CM,
22
em: 16,
23
ex: 8,
specs/images/valid/svg/units-inches.svg
0 commit comments