Ignore:
Timestamp:
2013-12-08T20:52:05+01:00 (11 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

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

    r30033 r30119  
    6565        public static final Symbol LinePlane = new Symbol();
    6666        static {
     67                LinePlane.add(new Instr(Prim.BBOX, new Rectangle2D.Double(-30,-60,60,90)));
    6768                LinePlane.add(new Instr(Prim.FILL, new Color(0xc480ff)));
    6869                LinePlane.add(new Instr(Prim.SYMB, new Symbols.SubSymbol(Areas.Plane, 0.5, 0, 0, null, new Delta(Handle.CC, AffineTransform.getRotateInstance(Math.toRadians(-90.0))))));
Note: See TracChangeset for help on using the changeset viewer.