-
A user asked:
|
Beta Was this translation helpful? Give feedback.
Answered by
sffc
May 11, 2025
Replies: 1 comment
-
To change the color of the gem circle in the Gabriola template, add the following markup to the bottom of the template: circle(cx=25.8 cy=24.5 r=20 fill="transparent" stroke="blue" stroke-width="4") Set "blue" to whatever color you like or to a field from the card table. To set the border color, do the same with this markup: rect(x=0 y=0 width=180 height=252 fill="transparent" stroke="blue" stroke-width="8") |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sffc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To change the color of the gem circle in the Gabriola template, add the following markup to the bottom of the template:
Set "blue" to whatever color you like or to a field from the card table.
To set the border color, do the same with this markup: