fix drawline
This commit is contained in:
@@ -707,7 +707,7 @@ public class ObjectUtils {
|
||||
}
|
||||
target.setLineWidth( (int)options.getWidth() );
|
||||
target.setColor( options.getColor() );
|
||||
target.zIndex( options.getWidth() );
|
||||
// target.zIndex( options.getWidth() );
|
||||
// target.visible( options.isVisible() );
|
||||
//// target.geodesic( options.isGeodesic() );
|
||||
target.setDottedLine( options.isDottedLine() );
|
||||
|
||||
Reference in New Issue
Block a user