diff --git a/package.json b/package.json index 08a7f32..1e73d6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cu-mkp/editioncrafter-cli", - "version": "1.0.1", + "version": "1.0.2", "description": "This is the command line tool to take a TEI XML file and turn it into a IIIF Manifest and the necessary Web Annotations to display the text in EditionCrafter.", "homepage": "https://cu-mkp.github.io/editioncrafter/", "main": "src/index.js", diff --git a/src/svg.js b/src/svg.js index ebf6edc..c607976 100644 --- a/src/svg.js +++ b/src/svg.js @@ -1,4 +1,4 @@ -const style = "'stroke:#fff;stroke-dasharray:5;stroke-opacity:0.3;stroke-width:1;fill:transparent;'" +const style = "'stroke:#fff;stroke-dasharray:2;stroke-opacity:1;stroke-width:1.5;fill:transparent;'" const buildSquareFragment = (ulx, uly, lrx, lry) => `xywh=pixel:${ulx},${uly},${lrx - ulx},${lry - uly}` diff --git a/version.js b/version.js index cda52dc..cca8093 100644 --- a/version.js +++ b/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -module.exports = '1.0.1' +module.exports = '1.0.2'