Bug 8184 - Rounded SVG rects sometimes break in TAG PDF
Summary: Rounded SVG rects sometimes break in TAG PDF
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Build system (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: MediumPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-07 10:32 CEST by Pierre Ossman
Modified: 2023-07-11 13:14 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2023-07-07 10:32:24 CEST
There is a bug in our PDF pipeline for the TAG where some rounded rectangles in SVGs are rendered with sharp corners. The issue is that svglib fails to handle the fact that SVG allows you to specify just one corner radius and the other should be assumed to be the same.

This has been fixed upstream from version 1.3.0:

https://github.com/deeplook/svglib/commit/9d280dbeda774af24d4ee4ef81452bccb0810044

We are on version 1.1.0.

Note You need to log in before you can comment on or make changes to this bug.