Skip to content

Commit

Permalink
Simplify stroke
Browse files Browse the repository at this point in the history
  • Loading branch information
spatialillusions committed Nov 26, 2018
1 parent 17248d7 commit afe637a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iconparts/ground.js
Original file line number Diff line number Diff line change
Expand Up @@ -2169,7 +2169,7 @@ export default function(
icn["GR.EQ.ARMOURED PERSONNEL CARRIER"] = {
type: "path",
fill: false,
d: "m 70,80 30,-10 30,10 0,0 m -60,50 60,0 m 0,-60 0,60 m -60,-60 0,60 0,0"
d: "m 70,80 30,-10 30,10 m -60,-10 0,60 60,0 0,-60"
};
icn["GR.EQ.ARMOURED PERSONNEL CARRIER COMBAT SERVICE SUPPORT VEHICLE"] = [
icn["GR.EQ.ARMOURED PERSONNEL CARRIER"],
Expand Down

0 comments on commit afe637a

Please sign in to comment.