Restore line-height fix for foreignObjects
Line-height is inherited, and the setting in SVG-Edit ever-so-slightly screws up foreignObject (the bounding box is not where it should be. This can be fixed in the CSS (and was, till the great migration to the extensions folder).
This commit is contained in:
parent
b302bf36c5
commit
08cd194330
|
@ -959,3 +959,4 @@ span.zoom_tool {
|
||||||
-webkit-border-radius: 0px;
|
-webkit-border-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
foreignObject {line-height:1.0}
|
Loading…
Reference in a new issue