We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbce5b commit 740a3b2Copy full SHA for 740a3b2
examples/assets/scripts/annotation.mjs
@@ -68,7 +68,7 @@ export class Annotation extends Script {
68
* @param {number} [borderWidth] - The border width in pixels
69
* @returns {Texture} The hotspot texture
70
*/
71
- static createHotspotTexture(app, alpha = 0.8, size = 64, fillColor = '#202020', strokeColor = '#a0a0a0', borderWidth = 6) {
+ static createHotspotTexture(app, alpha = 0.8, size = 64, fillColor = '#000000', strokeColor = '#939393', borderWidth = 6) {
72
// Create canvas for hotspot texture
73
const canvas = document.createElement('canvas');
74
canvas.width = size;
0 commit comments