[PR #150] svg painter: update current in LineOp #192

Open
opened 2026-05-05 03:42:39 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/150
Author: @cwe-skov-dk
Created: 2/21/2023
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • f2d64d8 svg painter: update current in LineOp

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 uppsrc/Painter/SvgBounds.cpp (+1 -1)

📄 Description

An SVG path with d="M x y L z t A ..." draws wrong arcs, because the arc starting point is (x, y) and not (z, t). There was a missing update of current within BoundsPainter::LineOp().


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/150 **Author:** [@cwe-skov-dk](https://github.com/cwe-skov-dk) **Created:** 2/21/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f2d64d8`](https://github.com/ultimatepp/ultimatepp/commit/f2d64d86ae18695191ee4b7785762af7b03695fb) svg painter: update current in LineOp ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/Painter/SvgBounds.cpp` (+1 -1) </details> ### 📄 Description An SVG path with d="M x y L z t A ..." draws wrong arcs, because the arc starting point is (x, y) and not (z, t). There was a missing update of current within BoundsPainter::LineOp(). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 03:42:39 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#192
No description provided.