2009-12-07 Rolf Bjarne Kvinge <RKvinge@novell.com>
[moon.git] / cairo-patches / 00-triangle-cap.README
blob15cc1a4ad90407362e8c6a7dd700299099595a28
1 This patch adds a triangle line cap (CAIRO_LINE_CAP_TRIANGLE) to Cairo 1.6.
3 Unlike SVG Silverlight supports triangle line cap. Without this patch 
4 Moonlight "approximates" it as a round line cap.
6 This is unlikely to be accepted upstream as it doesn't provide support for 
7 PDF, PS and SVG backends (none of them required for Moonlight). The right
8 solution (for cairo) would be to provide a callback API for user-drawn
9 line caps (so it would work for all backends).