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

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="library/batik-all-1.13.jar"/>
<classpathentry kind="lib" path="/Users/fry/coconut/processing4/java/libraries/svg/library/batik-all-1.14.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/adoptopenjdk-11">
<attributes>
<attribute name="module" value="true"/>

View File

@@ -75,12 +75,6 @@ public class PGraphicsSVG extends PGraphicsJava2D {
}
protected void defaultSettings() { // ignore
super.defaultSettings();
textMode = SHAPE;
}
public void beginDraw() {
DOMImplementation domImpl =
GenericDOMImplementation.getDOMImplementation();