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

WIP tiny-skia backend #411

Closed
wants to merge 18 commits into from
Closed

WIP tiny-skia backend #411

wants to merge 18 commits into from

Conversation

sandmor
Copy link
Contributor

@sandmor sandmor commented Dec 3, 2020

Context:

This aims to resolve #357, but because of limitations in the tiny-skia API there are problems in the clipping path area.
Anyway, the UI looks good and I think that is worthy to include this as a work-in-progress alternative backend.

Contribution checklist:

  • Add documentation to all public structs, traits and functions.
  • Add unit tests if possible
  • Describe the major change(s) in the CHANGELOG.MD
  • Run cargo fmt to make the formatting consistent across the codebase
  • Run cargo clippy to check with the linter

* adopt to use `Pixmap` or `PixmapMut`
  `Canvas` was dropped in v0.5.0
* update all function calls: prefer to use pixmap functions directly
* feature: make `orbskia` an optional backend
* Cargo.toml: combine the feature targets for `default`
* advertise `pixmap` as fundamental keyword
  (as `canvas` is depreciated in tiny-skia)

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
rzerres added 2 commits March 29, 2021 04:12
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
@rzerres
Copy link
Contributor

rzerres commented Jun 14, 2021

Is incorporated with #448

@rzerres rzerres closed this Jun 14, 2021
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.

Consider using tiny-skia
2 participants