Skip to content

Commit b802570

Browse files
committed
fix problem with svg polygons not drawing (bug processing#1005)
1 parent 791036e commit b802570

File tree

5 files changed

+195
-156
lines changed

5 files changed

+195
-156
lines changed

app/.classpath

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry excluding="processing/app/tools/format/|processing/app/macosx/" kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5-
<classpathentry combineaccessrules="false" kind="src" path="/core"/>
6-
<classpathentry combineaccessrules="false" kind="src" path="/dxf"/>
7-
<classpathentry combineaccessrules="false" kind="src" path="/net"/>
8-
<classpathentry combineaccessrules="false" kind="src" path="/opengl">
9-
<attributes>
10-
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="opengl/library"/>
11-
</attributes>
12-
</classpathentry>
13-
<classpathentry combineaccessrules="false" kind="src" path="/pdf"/>
14-
<classpathentry combineaccessrules="false" kind="src" path="/serial"/>
15-
<classpathentry combineaccessrules="false" kind="src" path="/video"/>
16-
<classpathentry kind="lib" path="lib/antlr.jar"/>
17-
<classpathentry kind="lib" path="lib/jna.jar"/>
18-
<classpathentry kind="lib" path="lib/ecj.jar"/>
19-
<classpathentry kind="lib" path="C:/Users/fry/processing/build/windows/work/java/lib/tools.jar"/>
20-
<classpathentry kind="output" path="bin"/>
21-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry excluding="processing/app/tools/format/" kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry combineaccessrules="false" kind="src" path="/core"/>
6+
<classpathentry combineaccessrules="false" kind="src" path="/dxf"/>
7+
<classpathentry combineaccessrules="false" kind="src" path="/net"/>
8+
<classpathentry combineaccessrules="false" kind="src" path="/opengl">
9+
<attributes>
10+
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="opengl/library"/>
11+
</attributes>
12+
</classpathentry>
13+
<classpathentry combineaccessrules="false" kind="src" path="/pdf"/>
14+
<classpathentry combineaccessrules="false" kind="src" path="/serial"/>
15+
<classpathentry combineaccessrules="false" kind="src" path="/video"/>
16+
<classpathentry kind="lib" path="lib/antlr.jar"/>
17+
<classpathentry kind="lib" path="lib/jna.jar"/>
18+
<classpathentry kind="lib" path="lib/ecj.jar"/>
19+
<classpathentry kind="output" path="bin"/>
20+
</classpath>

0 commit comments

Comments
 (0)