fix drawline

This commit is contained in:
jiaguofeng
2020-08-04 15:56:51 +08:00
parent 27bfd499d4
commit ed02109bf8

View File

@@ -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() );