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:
Jacques Distler 2010-02-17 15:44:53 -06:00
parent b302bf36c5
commit 08cd194330

View file

@ -959,3 +959,4 @@ span.zoom_tool {
-webkit-border-radius: 0px; -webkit-border-radius: 0px;
} }
foreignObject {line-height:1.0}