Merged with development

This commit is contained in:
WBHarry 2026-01-31 19:35:46 +01:00
commit 307af5b990
11 changed files with 131 additions and 60 deletions

View file

@ -269,7 +269,7 @@ export default class DHToken extends CONFIG.Token.documentClass {
// Hexagon symmetry
if (columns) {
const rowData = BaseToken.#getHexagonalShape(height, width, shape, false);
const rowData = DHToken.#getHexagonalShape(height, width, shape, false);
if (!rowData) return null;
// Transpose the offsets/points of the shape in row orientation