@opendata-ai/openchart-vanilla 7.1.1 → 7.1.2

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.
package/dist/index.js CHANGED
@@ -5534,8 +5534,8 @@ function renderBrand(parent, layout) {
5534
5534
  const text = createSVGElement2("text");
5535
5535
  setAttrs2(text, {
5536
5536
  x: rightEdge,
5537
- y: chromeY + BRAND_LARGE,
5538
- "dominant-baseline": "alphabetic",
5537
+ y: chromeY,
5538
+ "dominant-baseline": "hanging",
5539
5539
  "font-family": layout.theme.fonts.family,
5540
5540
  "font-size": BRAND_FONT_SIZE2,
5541
5541
  "text-anchor": "end",