mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove "textMode(SHAPE) is not supported by this renderer" with SVG (fixes #202)
This commit is contained in:
@@ -75,12 +75,6 @@ public class PGraphicsSVG extends PGraphicsJava2D {
|
||||
}
|
||||
|
||||
|
||||
protected void defaultSettings() { // ignore
|
||||
super.defaultSettings();
|
||||
textMode = SHAPE;
|
||||
}
|
||||
|
||||
|
||||
public void beginDraw() {
|
||||
DOMImplementation domImpl =
|
||||
GenericDOMImplementation.getDOMImplementation();
|
||||
|
||||
Reference in New Issue
Block a user