Skip to content

Tags: fagu/sauklaue

Tags

v1.0.6

Toggle v1.0.6's commit message
Fix "unlink views" when the document is empty

v1.0.5

Toggle v1.0.5's commit message
Add missing #include

v1.0.4

Toggle v1.0.4's commit message
Use a fresh context for each pdf output page

Otherwise, larger pages after smaller pages are clipped to
the smaller page's rectangle.

v1.0.3

Toggle v1.0.3's commit message
Fix antialiasing problems when drawing partial strokes

When a line segment is appended to the current stroke, we used
to just draw the new line segment on top of the previous picture.
Due to antialiasing, this is gives a different result than drawing
the entire path at the same time: For example, corners of the path
are drawn twice (and therefore twice as dark) with our method.

To solve this issue and maintain reasonable efficiency, we keep two
pictures for each layer: The first picture (A) contains only the strokes
that have been finished. The second picture (B) also contains the stroke
that is currently being drawn. When a line segment is added, we reset
the contents of (B) inside the bounding box of the line segment to the
corresponding contents of (A). We then draw the entire current stroke
on (B), clipped to this bounding box.

v1.0.2

Toggle v1.0.2's commit message
Update MIME and desktop database

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update cmake.yml

v1.0.0

Toggle v1.0.0's commit message
Update README.md