Main author of Pathfinder here--feel free to ask any questions. :) Thanks to Nical for the excellent writeup!
Is there still a need to cache results in a texture or is it practical to render from scratch each frame?
A look at pathfinder
11–13 of 13 posts
Re: A look at pathfinder
#12Main author of Pathfinder here--feel free to ask any questions. :) Thanks to Nical for the excellent writeup!
Does this do proper linear (rather than gamma-encoded) compositing / anti-aliasing? If so, do people get mad that their fonts look a bit lighter than existing rasterization tools which (incorrectly) work in gammma-encoded color space?
For fonts, Pathfinder uses the standard trick of dilating the outlines a bit in order to make fonts look a bit darker at small sizes.
Re: A look at pathfinder
#13Main author of Pathfinder here--feel free to ask any questions. :) Thanks to Nical for the excellent writeup!
My previous (rather limited) understanding of Pathfinder was that it was just a text renderer, I didn't realize that it was a more general vector graphics package. Is the idea for Pathfinder that it should be integrated into Firefox for all its vector rendering needs (SVG and so forth)?