Ignore:
Timestamp:
2013-01-19T15:50:02+01:00 (12 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

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

    r29198 r29204  
    3535        public static final Symbol LaneArrow = new Symbol();
    3636        static {
     37                LaneArrow.add(new Instr(Prim.BBOX, new Rectangle(-20,-240,40,240)));
    3738                LaneArrow.add(new Instr(Prim.STRK, new BasicStroke(10, BasicStroke.CAP_ROUND, BasicStroke.JOIN_MITER)));
    3839                LaneArrow.add(new Instr(Prim.FILL, new Color(0x80c480ff, true)));
Note: See TracChangeset for help on using the changeset viewer.