Ignore:
Timestamp:
2013-10-13T23:49:37+02:00 (11 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/symbols/Areas.java

    r30022 r30023  
    2020        static {
    2121                Plane.add(new Instr(Prim.BBOX, new Rectangle(-60,-60,120,120)));
    22                 Plane.add(new Instr(Prim.FILL, new Color(0xa30075)));
    2322                Path2D.Double p = new Path2D.Double(); p.moveTo(40,20); p.lineTo(50,10); p.lineTo(27.0,13.3); p.lineTo(23.7,6.8); p.lineTo(40.0,5.0); p.curveTo(55,4,55,-9,40,-10);
    2423                p.quadTo(31,-11,30,-15); p.lineTo(-30,2); p.quadTo(-35,-12,-45,-15); p.quadTo(-56,-3,-50,15); p.lineTo(18.4,7.3); p.lineTo(21.7,14); p.lineTo(-20,20); p.closePath();
     
    126125        public static final Symbol Seaplane = new Symbol();
    127126        static {
     127                Seaplane.add(new Instr(Prim.BBOX, new Rectangle(-60,-60,120,120)));
    128128                Seaplane.add(new Instr(Prim.STRK, new BasicStroke(4, BasicStroke.CAP_BUTT, BasicStroke.JOIN_MITER)));
    129                 Seaplane.add(new Instr(Prim.FILL, new Color(0xa30075)));
    130                 Seaplane.add(new Instr(Prim.ELPS, new Ellipse2D.Double(-60,-60,120,120)));
     129                Seaplane.add(new Instr(Prim.ELPS, new Ellipse2D.Double(-58,-58,116,116)));
    131130                Seaplane.add(new Instr(Prim.SYMB, new Symbols.SubSymbol(Areas.Plane, 1.0, 0, 0, null, null)));
    132131        }
Note: See TracChangeset for help on using the changeset viewer.