Skip to content

Commit

Permalink
Merge pull request #34 from cu-mkp/dev
Browse files Browse the repository at this point in the history
Updated styling of SVG annotations
  • Loading branch information
ajolipa authored May 8, 2024
2 parents c9f9600 + a1d0699 commit bf42f93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/svg.js
Original file line number Diff line number Diff line change
@@ -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}`

Expand Down
2 changes: 1 addition & 1 deletion version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf42f93

Please sign in to comment.