remove "textMode(SHAPE) is not supported by this renderer" with SVG (fixes #202)

This commit is contained in:
Ben Fry
2021-06-14 21:32:16 -04:00
parent 6a180aec3a
commit bf0bbad1ee
2 changed files with 1 additions and 7 deletions
@@ -75,12 +75,6 @@ public class PGraphicsSVG extends PGraphicsJava2D {
}
protected void defaultSettings() { // ignore
super.defaultSettings();
textMode = SHAPE;
}
public void beginDraw() {
DOMImplementation domImpl =
GenericDOMImplementation.getDOMImplementation();