You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printHeight and printWidth needs to be set when calling export in JSurface
since printing=true and computePlotArea has the following code:
if (printing) {
width = printwidth;
height = printheight;
} else {
width = getBounds().width;
height = getBounds().height;
}
see changesets on my clone
https://code.google.com/r/oyarzun-surfaceplotter/source/list
Original issue reported on code.google.com by [email protected] on 14 Nov 2014 at 4:18
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Nov 2014 at 4:18The text was updated successfully, but these errors were encountered: