diff --git a/README.md b/README.md index f45d0fb..9942b93 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ Some limitation exists with FOP (tested with FOP 2.4): internal link between ima - DITA-OT 3.1 and older: run `dita --install https://github.com/Amplexor/com.amplexor.imagemap-pdf/releases/download/v1.0/com.amplexor.imagemap-pdf-v1.1.zip` ## Parameters -* **imagemap.hotspot.enabled** set to "yes" to enable imagemap hotspot insertion in the generated PDF. +- **imagemap.hotspot.enabled**: set to "yes" to enable imagemap hotspot insertion in the generated PDF. +- **imagemap.hotspot.shape.color**: defines hotspot shape color. The default value is 'blue'. +- **imagemap.hotspot.text.color**: defines hotspot text color. The default value is 'white'. ## Usage with Antenna House diff --git a/imagemap/ut-domain-attr.xsl b/imagemap/ut-domain-attr.xsl index 149a9a9..4d5728b 100644 --- a/imagemap/ut-domain-attr.xsl +++ b/imagemap/ut-domain-attr.xsl @@ -3,9 +3,9 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="2.0"> - - - + + + absolute @@ -16,7 +16,7 @@ - + 1 0 1 @@ -29,15 +29,15 @@ - - + + 1 1 1 - + 0.4em bold sans-serif diff --git a/params.xml b/params.xml index bfb3240..4a6d89f 100644 --- a/params.xml +++ b/params.xml @@ -1,5 +1,7 @@ + + diff --git a/plugin.xml b/plugin.xml index 8aa188d..4eb61fc 100644 --- a/plugin.xml +++ b/plugin.xml @@ -13,5 +13,7 @@ no yes + +