Ignore:
Timestamp:
2020-05-18T14:47:04+02:00 (5 years ago)
Author:
malcolmh
Message:

[Seachart] Publish new release

File:
1 edited

Legend:

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

    r35404 r35460  
    129129        Pipeline.add(new Instr(Form.BBOX, new Rectangle2D.Double(-15, -60, 30, 60)));
    130130        Pipeline.add(new Instr(Form.STRK, new BasicStroke(8, BasicStroke.CAP_BUTT, BasicStroke.JOIN_ROUND)));
    131         Pipeline.add(new Instr(Form.FILL, new Color(0xc480ff)));
    132131        Pipeline.add(new Instr(Form.LINE, new Line2D.Double(0, 0, 0, -50)));
    133132        Pipeline.add(new Instr(Form.RSHP, new Ellipse2D.Double(-10, -60, 20, 20)));
Note: See TracChangeset for help on using the changeset viewer.