ls1intum / Apollon

UML Modeling Editor written in React
https://apollon-library.readthedocs.io
MIT License
65 stars 22 forks source link

Fix SVG and PDF Export #292

Closed tobias-lippert closed 11 months ago

tobias-lippert commented 1 year ago

Checklist

Motivation and Context

Currently, the svg and pdf exports do not render the diagrams 100% correctly.

Description

Steps for Testing

  1. Create a diagram or multiple if you want to and export it as svg and pdf. Make sure all lines that should be visible are not cut off, e.g the borders of class diagrams.

Test Coverage

No tests yet. File Branch Line

Screenshots

Before diagram created with apollon standalone pdf: image Now: image

Before: diagram created on artemis using apollon: image

After: image

More complex example: image

tobias-lippert commented 11 months ago

Closed in favor of the merged #299