[Mono-bugs] [Bug 345927] New: [cairo] missing cairo_stroke_to_path to complete ink' s drawing attributes
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Dec 4 11:24:21 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=345927
Summary: [cairo] missing cairo_stroke_to_path to complete ink's
drawing attributes
Product: Moonlight
Version: 1_0
Platform: Other
OS/Version: Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: media
AssignedTo: mono-bugs at ximian.com
ReportedBy: spouliot at novell.com
QAContact: mono-bugs at ximian.com
Found By: ---
The lack of the function cairo_stroke_to_path is blocking some Silverlight
features for DrawingAttributes. As such Moonlight only supports a subset of the
DrawingAttributes used to draw ink strokes.
The two main limitations are:
(a) we cannot implement correctly the OutlineColor property. Instead we hack
around this limitation by drawing a the strokes two times, first time a bit
larger (+2) using the outline color then a bit smaller (-2) using the normal
color.
(b) we approximate the path to a line. This means that we have a single way to
specify the line (cairo_set_line_width) instead of building a path were both
different width and height can be supplied.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list