Skip to content

Commit

Permalink
Fixed #417 - vectorgraphics2d PDF output is invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
eselmeister committed Oct 17, 2024
1 parent 9f282d8 commit 8b4c3e6
Show file tree
Hide file tree
Showing 22 changed files with 296 additions and 1,744 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.swtchart.export.extended.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
</description>

<copyright url="https://projects.eclipse.org/projects/science.swtchart">
Copyright (c) 2017, 2022 Lablicate GmbH.
Copyright (c) 2017, 2024 Lablicate GmbH.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
</copyright>

<license url="https://www.eclipse.org/legal/epl-2.0/">
Copyright (c) 2017, 2022 Lablicate GmbH.
Copyright (c) 2017, 2024 Lablicate GmbH.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/
Expand Down
14 changes: 11 additions & 3 deletions org.eclipse.swtchart.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
</description>

<copyright url="https://projects.eclipse.org/projects/science.swtchart">
Copyright (c) 2017, 2022 Lablicate GmbH.
Copyright (c) 2017, 2024 Lablicate GmbH.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
</copyright>

<license url="https://www.eclipse.org/legal/epl-2.0/">
Copyright (c) 2017, 2022 Lablicate GmbH.
Copyright (c) 2017, 2024 Lablicate GmbH.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/
Expand Down Expand Up @@ -49,4 +49,12 @@ SPDX-License-Identifier: EPL-2.0
id="org.eclipse.swtchart.vectorgraphics2d"
version="0.0.0"/>

</feature>
<plugin
id="org.apache.pdfbox"
version="0.0.0"/>

<plugin
id="org.apache.pdfbox.fontbox"
version="0.0.0"/>

</feature>
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,33 @@
<unit id="org.apache.batik.dom" version="0.0.0"/>
<unit id="org.apache.batik.ext" version="0.0.0"/>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="org.apache.pdfbox" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>fontbox</artifactId>
<version>2.0.26</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.26</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>preflight</artifactId>
<version>2.0.26</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>xmpbox</artifactId>
<version>2.0.26</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
</locations>
</target>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8b4c3e6

Please sign in to comment.