servo / servo

Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine
https://servo.org
Mozilla Public License 2.0
26.42k stars 2.93k forks source link

Vector graphics pipeline #3788

Open kmcallister opened 9 years ago

kmcallister commented 9 years ago

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

polarathene commented 7 years ago

Curious if there has been any progress with this? Is Servo able to print to PDF what it can render yet?

jdm commented 7 years ago

Nope!