Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improper scaling on shape creation and stitch fills. #2

Open
ParkChristopher opened this issue Jun 7, 2016 · 0 comments
Open

Improper scaling on shape creation and stitch fills. #2

ParkChristopher opened this issue Jun 7, 2016 · 0 comments
Labels

Comments

@ParkChristopher
Copy link
Collaborator

The current draw routines store and fill shapes that are scaled x4. Correct scale values are necessary to implement PES Export behavior, and such large shapes creates many more fill stitches than necessary. This fills the heap up with the creation of just a few rectangles.

Possible Solutions:
-Re-write shape creation and draw methods in FXMLDocumentController.java to properly scale shapes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant