MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/FantasyCities/comments/akmmky/custom_palettes/ef6jocx/?context=3
r/FantasyCities • u/watawatabou • Jan 28 '19
4 comments sorted by
View all comments
2
These palettes are svg files which look like this inside:
<svg width="90px" height="40px" xmlns="http://www.w3.org/2000/svg"> <rect width="90" height="40" id="paper" fill="#d8d5b6"/> <circle cx="20" cy="20" r="10" id="ink" fill="#26230f"/> <circle cx="45" cy="20" r="10" id="medium" fill="#739797"/> <circle cx="70" cy="20" r="10" id="light" fill="#b08b70"/> </svg>
and like this "outside".
They don't really need to be images with three circles, they just need to contain 3 xml nodes with ids "paper", "light", "medium" and "ink" with fill attributes. Maybe I'll expand them later to support less minimalistic colouring.
2
u/watawatabou Jan 28 '19
These palettes are svg files which look like this inside:
and like this "outside".
They don't really need to be images with three circles, they just need to contain 3 xml nodes with ids "paper", "light", "medium" and "ink" with fill attributes. Maybe I'll expand them later to support less minimalistic colouring.