Skip to content

Commit

Permalink
Merge pull request #2806 from camptocamp/print-externs
Browse files Browse the repository at this point in the history
Add missing 'strokeLinecap' in mapfish-print externs
  • Loading branch information
fredj committed Aug 8, 2017
2 parents a6e5e7e + b3d37f8 commit 11c982c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions externs/mapfish-print-v3.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,12 @@ MapFishPrintSymbolizerLine.prototype.strokeWidth;
MapFishPrintSymbolizerLine.prototype.strokeDashstyle;


/**
* @type {string}
*/
MapFishPrintSymbolizerLine.prototype.strokeLinecap;



/**
* @constructor
Expand Down

0 comments on commit 11c982c

Please sign in to comment.