Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

add cubic curves #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

LinuxUserJTB
Copy link

Bézier curves are part of most graphics/rendering interfaces, so they should be supported by Graphics.jl.
This adds Cairo.jl's curve_to and rel_curve_to to the path interface. Cairo.jl would then need to be adjusted to import these.

@codecov
Copy link

codecov bot commented Jan 8, 2023

Codecov Report

Base: 42.64% // Head: 45.07% // Increases project coverage by +2.42% 🎉

Coverage data is based on head (f19ed44) compared to base (6623e27).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   42.64%   45.07%   +2.42%     
==========================================
  Files           1        1              
  Lines         136      142       +6     
==========================================
+ Hits           58       64       +6     
  Misses         78       78              
Impacted Files Coverage Δ
src/Graphics.jl 45.07% <ø> (+2.42%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant