PoEHarvestPlanner
PoEHarvestPlanner copied to clipboard
Crazy idea: Option to view plan at a 45° angle to match in-game view?
Just a crazy idea :)
It's not impossible, but seems it's hard. Maybe I can see how to make this work later
Messing around with the div that wraps the svg:
margin: 150px;
transform: rotate(-45deg);

But this makes me dizzy.
Seems not bad, make the element text have a rotate(45deg) will be great
Like this
Just add a button that rotates it -45 deg and back.