fix drawline
This commit is contained in:
@@ -707,14 +707,14 @@ 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() );
|
||||
// target.useGradient( options.isGradient() );
|
||||
// if ( options.getColorValues() != null ) {
|
||||
// target.colorValues( options.getColorValues() );
|
||||
// }
|
||||
target.setDottedLine( options.isDottedLine() );
|
||||
target.useGradient( options.isGradient() );
|
||||
if ( options.getColorValues() != null ) {
|
||||
target.colorValues( options.getColorValues() );
|
||||
}
|
||||
// target.transparency( options.getTransparency() );
|
||||
// target.aboveMaskLayer( options.isAboveMaskLayer() );
|
||||
// target.lineCapType( PolylineOptions.LineCapType.LineCapRound );
|
||||
|
||||
Reference in New Issue
Block a user