@blockspoon/cert-badge-renderer 1.0.38 → 1.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@ function createRibbonWing15({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
6
6
  <svg
7
7
  width="100%"
8
8
  height="100%"
9
- viewBox="0 0 392 149"
9
+ viewBox="0 0 252 70"
10
10
  fill="none"
11
11
  xmlns="http://www.w3.org/2000/svg"
12
12
  preserveAspectRatio="xMidYMid meet"
@@ -6,7 +6,7 @@ function createRibbonWing16({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
6
6
  <svg
7
7
  width="100%"
8
8
  height="100%"
9
- viewBox="0 0 392 149"
9
+ viewBox="0 0 350 120"
10
10
  fill="none"
11
11
  xmlns="http://www.w3.org/2000/svg"
12
12
  preserveAspectRatio="xMidYMid meet"
@@ -6,7 +6,7 @@ function createRibbonWing17({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
6
6
  <svg
7
7
  width="100%"
8
8
  height="100%"
9
- viewBox="0 0 392 149"
9
+ viewBox="0 0 388 120"
10
10
  fill="none"
11
11
  xmlns="http://www.w3.org/2000/svg"
12
12
  preserveAspectRatio="xMidYMid meet"
@@ -6,7 +6,7 @@ function createRibbonWing15({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
6
6
  <svg
7
7
  width="100%"
8
8
  height="100%"
9
- viewBox="0 0 392 149"
9
+ viewBox="0 0 252 70"
10
10
  fill="none"
11
11
  xmlns="http://www.w3.org/2000/svg"
12
12
  preserveAspectRatio="xMidYMid meet"
@@ -6,7 +6,7 @@ function createRibbonWing16({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
6
6
  <svg
7
7
  width="100%"
8
8
  height="100%"
9
- viewBox="0 0 392 149"
9
+ viewBox="0 0 350 120"
10
10
  fill="none"
11
11
  xmlns="http://www.w3.org/2000/svg"
12
12
  preserveAspectRatio="xMidYMid meet"
@@ -6,7 +6,7 @@ function createRibbonWing17({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
6
6
  <svg
7
7
  width="100%"
8
8
  height="100%"
9
- viewBox="0 0 392 149"
9
+ viewBox="0 0 388 120"
10
10
  fill="none"
11
11
  xmlns="http://www.w3.org/2000/svg"
12
12
  preserveAspectRatio="xMidYMid meet"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockspoon/cert-badge-renderer",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "Render certificate and badge designs from Kolleges achievement data into HTML, PNG, or Base64.",
5
5
  "main": "./dist/esm/index.js",
6
6
  "exports": {
@@ -8,7 +8,7 @@ export function createRibbonWing15({
8
8
  <svg
9
9
  width="100%"
10
10
  height="100%"
11
- viewBox="0 0 392 149"
11
+ viewBox="0 0 252 70"
12
12
  fill="none"
13
13
  xmlns="http://www.w3.org/2000/svg"
14
14
  preserveAspectRatio="xMidYMid meet"
@@ -8,7 +8,7 @@ export function createRibbonWing16({
8
8
  <svg
9
9
  width="100%"
10
10
  height="100%"
11
- viewBox="0 0 392 149"
11
+ viewBox="0 0 350 120"
12
12
  fill="none"
13
13
  xmlns="http://www.w3.org/2000/svg"
14
14
  preserveAspectRatio="xMidYMid meet"
@@ -8,7 +8,7 @@ export function createRibbonWing17({
8
8
  <svg
9
9
  width="100%"
10
10
  height="100%"
11
- viewBox="0 0 392 149"
11
+ viewBox="0 0 388 120"
12
12
  fill="none"
13
13
  xmlns="http://www.w3.org/2000/svg"
14
14
  preserveAspectRatio="xMidYMid meet"