Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Upstream svgpathtools improvement #233

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

NGExplorer
Copy link

@NGExplorer NGExplorer commented Feb 12, 2025

Fixes #232

Some GPU does not have 'arc' so we can use cubic bezier for such case.
When GPU does not support 'arc' command Circle can be rendered using 2 arcs

@mathandy Please review and let us know if any changes are required.

Harikrushna Parmar and others added 7 commits October 9, 2024 19:37
…and add cubic curve instead

'arc' command in path-data is not supported in vglite toolkit

Signed-off-by: Harikrushna Parmar <harikrushna.parmar@nxp.com>
There needs to be a space between command and point data so that we
can split draw commands and its arguments correctly.

Signed-off-by: Nilam Gaikwad <nilam.gaikwad@nxp.com>
…missing or empty values

Signed-off-by: Kratika Jain <kratika.jain@nxp.com>
…if no dedicated end path is provided

Introduce an 'is_polygon' flag in 'polygon2pathd' function to handle the end path
in polyline and polygon

Signed-off-by: Harikrushna Parmar <harikrushna.parmar@nxp.com>
if path string or is_polygon flag is enableed then append path given in input
if path string and is_polygon flag is enable then append 'z' path

Signed-off-by: Harikrushna Parmar <harikrushna.parmar@nxp.com>
…st point and draw clockwise

Signed-off-by: Harikrushna Parmar <harikrushna.parmar@nxp.com>
Add Modified by NXP Copyright

Signed-off-by: Nilam Gaikwad <nilam.gaikwad@nxp.com>
@NGExplorer NGExplorer marked this pull request as draft February 12, 2025 11:42
@NGExplorer NGExplorer marked this pull request as ready for review February 12, 2025 11:44
@NGExplorer NGExplorer changed the title Release/vglite tools 2.0 Upstream svgpathtools improvement Feb 13, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement to svgpathtools
1 participant