Skip to content
Snippets Groups Projects
Commit a9811749 authored by Thomas Oster's avatar Thomas Oster
Browse files

adaption

parent 3cd0a662
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ public class VectorOptimizer
{
List<Element> opt = this.sort(this.divide(vp));
LaserProperty cp = opt.get(0).prop;
VectorPart result = new VectorPart(opt.get(0).prop);
VectorPart result = new VectorPart(opt.get(0).prop, vp.getDPI());
for (Element e : opt)
{
if (!e.prop.equals(cp))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment