Fantasy-Map-Generator/public/charges/axe.svg
Azgaar 9e0eb03618
[Migration] NPM (#1266)
* chore: add npm + vite for progressive enhancement

* fix: update Dockerfile to copy only the dist folder contents

* fix: update Dockerfile to use multi-stage build for optimized production image

* fix: correct nginx config file copy command in Dockerfile

* chore: add netlify configuration for build and redirects

* fix: add NODE_VERSION to environment in Netlify configuration

* remove wrong dist folder

* Update package.json

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* chore: split public and src

* migrating all util files from js to ts

* feat: Implement HeightmapGenerator and Voronoi module

- Added HeightmapGenerator class for generating heightmaps with various tools (Hill, Pit, Range, Trough, Strait, etc.).
- Introduced Voronoi class for creating Voronoi diagrams using Delaunator.
- Updated index.html to include new modules.
- Created index.ts to manage module imports.
- Enhanced arrayUtils and graphUtils with type definitions and improved functionality.
- Added utility functions for generating grids and calculating Voronoi cells.

* chore: add GitHub Actions workflow for deploying to GitHub Pages

* fix: update branch name in GitHub Actions workflow from 'main' to 'master'

* chore: update package.json to specify Node.js engine version and remove unused launch.json

* Initial plan

* Update copilot guidelines to reflect NPM/Vite/TypeScript migration

Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com>

* Update src/modules/heightmap-generator.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/utils/graphUtils.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/modules/heightmap-generator.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* feat: Add TIME and ERROR variables to global scope in HeightmapGenerator

* fix: Update base path in vite.config.ts for Netlify deployment

* fix: Update Node.js version in Dockerfile to 24-alpine

---------

Co-authored-by: Marc Emmanuel <marc.emmanuel@tado.com>
Co-authored-by: Marc Emmanuel <marcwissler@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com>
2026-01-22 12:20:12 +01:00

16 lines
1.5 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
<metadata source="http://wappenwiki.org/images/c/cd/St_Gall.svg" license="https://creativecommons.org/licenses/by-nc-sa/3.0"/>
<g id="axe" stroke-width=".5">
<path d="M102.25 84.98l.03 54.55c0 1.36-1.09 1.65-2.45 1.65-1.35 0-2.46-.27-2.46-1.65l.07-54.7c0-.2 1.06-.42 2.42-.42 1.33 0 2.39.38 2.39.57z"/>
<g class="secondary">
<path d="M95.9 78.3c-10.6 0-12.89-9.37-13.47-10.87 0 0-4.77 4.83-4.77 15.01 0 11.7 6.15 16.4 6.15 16.4s-1.6-8.62 8.6-11.5v-.46l.02-.12.02-.07.03-.1.04-.1.05-.13.03-.08.04-.07.05-.09.07-.1.07-.09.05-.07.05-.05.05-.05.06-.03a.24.24 0 01.07-.06l.05-.03a.14.14 0 01.07-.04l.08-.05a.85.85 0 01.12-.05l.07-.02.07-.01.12-.04.05-.02.1-.01H96"/>
<path d="M102.92 84.5c5-.04 7.95.3 11.53 1.88 3.1 1.38 5.23 4.27 5.23 4.27.26-2.6-1.64-5.75-4.58-8.05-3.12-2.46-8.4-3.94-12.18-3.94"/>
<path d="M102.38 76.53C102.2 68.12 100 62 100 62s-2.14 6.36-2.38 14.53"/>
<path fill="#000" stroke="none" d="M82.37 71.3a23.97 23.97 0 00-1.52 5.8A34.7 34.7 0 0082 91.91c.3.95.63 1.9 1.02 2.84a17.92 17.92 0 01-1.8-4.17 26.18 26.18 0 01-1.15-7.48 30.84 30.84 0 011.2-8.99 20.08 20.08 0 011.11-2.81z"/>
<path d="M103.61 86.07h-7.53c-.1 0-.18-.07-.18-.17v-8.37c0-.1.07-.17.18-.17h7.53c.1 0 .17.07.17.17v8.37c0 .1-.06.17-.17.17z"/>
<circle cx="99.844" cy="81.716" r="2.644"/>
<rect width="6.359" height="2.177" x="96.82" y="75.185"/>
<line x1="96.803" x2="102.903" y1="76.273" y2="76.273"/>
</g>
</g>
</svg>