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 684a4d7 commit 190feb1Copy full SHA for 190feb1
src/dia/attributes.mjs
@@ -353,7 +353,8 @@ const attributesNS = {
353
'font-weight': attrs['font-weight'] || attrs.fontWeight,
354
'font-size': attrs['font-size'] || attrs.fontSize,
355
'font-family': attrs['font-family'] || attrs.fontFamily,
356
- 'lineHeight': attrs.lineHeight
+ 'lineHeight': attrs.lineHeight,
357
+ 'letter-spacing': 'letter-spacing' in attrs ? attrs['letter-spacing'] : attrs.letterSpacing
358
}, {
359
// Provide an existing SVG Document here
360
// instead of creating a temporary one over again.
0 commit comments