[Mono-bugs] [Bug 340172] New: The interface to ImageSurface() is not very useful when working in monodevelop
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Nov 8 08:20:07 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=340172
Summary: The interface to ImageSurface() is not very useful when
working in monodevelop
Product: Mono: Class Libraries
Version: 1.2
Platform: i686
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Mono.Cairo
AssignedTo: mono-bugs at ximian.com
ReportedBy: anders at iola.dk
QAContact: mono-bugs at ximian.com
Found By: ---
I was converting some code that used the old Gdk.Pixbuf interface to cairo and
stumpled upon the following problem: Gdk.Pixbuf has a constructor that takes an
assembly and a filename to load. This works really well in monodevelop where
one often can embed resources inside the assembly. The constructor interface to
Cairo.Imagesurface only takes a filename and thus can't work with resources
unless one does all kinds of ugly tricks in order to map resources to files. A
constructor for imagesurface that can works with assemblies would be very much
appreciated.
--
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