[Mono-bugs] [Bug 345888] [cairo] No support for different Start and End LineCaps

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 7 10:07:19 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=345888

User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=345888#c3





--- Comment #3 from Sebastien Pouliot <spouliot at novell.com>  2008-01-07 08:07:19 MST ---
Stroke[Start|End]LineCap, like other Shape properties, aren't used for every
kind of shape.

Ignored properties:

∘ Ellipse: Stroke[Start|End]LineCap, StrokeLineJoin, StrokeMiterLimit
∘ Rectangle (normal): Stroke[Start|End]LineCap
∘ Rectangle (round corners): Stroke[Start|End]LineCap, StrokeLineJoin,
StrokeMiterLimit
∘ Line: StrokeLineJoin, StrokeMiterLimit
∘ Polyline: none
∘ Polygon: Stroke[Start|End]LineCap
∘ Path: none (depends on geometry)

Also for Polyline
- StrokeStartLineCap applies only to the first line
- StrokeEndLineCap applies only to the last line

Path is like Polyline if open or like Polygon (ignore them) if closed.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list