[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] [ supercollider-Bugs-2920029 ] SCUserView relativeOrigin=true outputs bitmap
Bugs item #2920029, was opened at 2009-12-23 14:03
Message generated for change (Tracker Item Submitted) made by wsnoei
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474248&aid=2920029&group_id=54622
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: OSX client
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Wouter Snoei (wsnoei)
Assigned to: Nobody/Anonymous (nobody)
Summary: SCUserView relativeOrigin=true outputs bitmap
Initial Comment:
With relativeOrigin=false SCUserView renders as postscript/pdf compatible line art, but with relativeOrigin=true it renders a bitmap at screen resolution. Uglier on screen, but more importantly; completely useless for printing and pdf creation.
(
w = Window("test").front;
u = UserView(w, w.asView.bounds );
v = UserView(w, w.asView.bounds ).relativeOrigin_(false);
u.drawFunc = { Pen.stringAtPoint( "relativeOrigin_( true )", 5@5) };
v.drawFunc = { Pen.stringAtPoint( "relativeOrigin_( false )", 5@25) };
)
then choose File -> Print... ; PDF -> Save as PDF...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474248&aid=2920029&group_id=54622
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/