Skip to content

SCUserView relativeOrigin=true outputs bitmap #108

Closed
@jleben

Description

[Issue migrated from SourceForge | ID: 2920029 | Submitted by 'wsnoei']
[http://sourceforge.net/support/tracker.php?aid=2920029]

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...

Metadata

Assignees

No one assigned

    Labels

    bugIssues that relate to unexpected/unwanted behavior. Don't use for PRs.os: macOS

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions