Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upVector graphics pipeline #3788
Open
Vector graphics pipeline #3788
Comments
|
Curious if there has been any progress with this? Is Servo able to print to PDF what it can render yet? |
|
Nope! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an alternate mode for the back part of the browser pipeline. "Rendering" means saving display list commands to a vector layer. "Compositing" involves positioning these in the viewport and computing a single z-index order for them, then calling Skia.
Applications:
Note that we will still do our own text shaping.
cc @SimonSapin