Fantasy-Map-Generator/public/charges/quatrefoil.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

12 lines
1.7 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/2/20/Quatrefoil.svg" license="https://creativecommons.org/licenses/by-nc-sa/3.0"/>
<g id="quatrefoil" stroke-width=".496">
<path d="M66.277 111.343c1.463 4.672 3.462 5.709 5.315 5.704 6.572-.011 10.265-9.217 16.468-9.247 2.493.063 4.008 1.862 4.012 4.139.012 6.213-9.201 9.94-9.19 16.519.003 1.852 1.047 3.848 5.723 5.293 5.09 1.574 9.684 6.072 11.354 6.07h.005c1.67-.003 6.248-4.517 11.334-6.108 4.672-1.462 5.707-3.462 5.704-5.315-.012-6.578-9.238-10.271-9.249-16.488-.004-2.236 1.968-4.147 4.288-4.152 6.214-.01 9.941 9.202 16.52 9.19 1.852-.003 3.849-1.045 5.294-5.722 1.574-5.09 6.071-9.684 6.068-11.355v-.004c-.003-1.67-4.518-6.249-6.108-11.333-1.462-4.673-3.462-5.708-5.315-5.705-6.578.012-10.272 9.238-16.486 9.249-1.157.002-2.192-.387-2.94-1.096a6.168 6.168 0 0 1-.1-.1c-.71-.745-1.102-1.777-1.103-2.933-.011-6.214 9.201-9.941 9.19-16.52-.003-1.852-1.046-3.848-5.723-5.294-5.09-1.574-9.684-6.072-11.354-6.067l-.005-.002c-1.67.004-6.249 4.518-11.333 6.108-4.673 1.463-5.708 3.463-5.705 5.315.013 6.578 9.238 10.272 9.25 16.487.001.865-.216 1.661-.622 2.321l-.033.05-.053.083c-.74 1.078-1.99 1.687-3.432 1.689-6.213.013-9.942-9.201-16.518-9.19-1.853.004-3.848 1.047-5.294 5.724-1.574 5.09-6.071 9.683-6.068 11.354v.005c.002 1.67 4.515 6.247 6.107 11.333zm30.897-2.496a9.355 9.355 0 1 1 5.752-17.805 9.355 9.355 0 0 1-5.752 17.805z"/>
<g fill="#000">
<path d="m110.814 99.74 14.564.067-14.562.287z"/>
<path d="m89.29 100.131-14.567-.065 14.564-.289z"/>
<path d="m99.85 89.179.067-14.565.287 14.563Z"/>
<path d="m100.242 110.704-.067 14.565-.287-14.563z"/>
</g>
</g>
</svg>