PoEHarvestPlanner icon indicating copy to clipboard operation
PoEHarvestPlanner copied to clipboard

Crazy idea: Option to view plan at a 45­­­° angle to match in-game view?

Open Nightblade opened this issue 5 years ago • 5 comments

Just a crazy idea :)

Nightblade avatar Jul 18 '20 03:07 Nightblade

It's not impossible, but seems it's hard. Maybe I can see how to make this work later

caxerx avatar Jul 18 '20 06:07 caxerx

Messing around with the div that wraps the svg:

    margin: 150px;
    transform: rotate(-45deg);

harvest iw gy_ (1)

But this makes me dizzy.

rafaelrenanpacheco avatar Jul 21 '20 14:07 rafaelrenanpacheco

Seems not bad, make the element text have a rotate(45deg) will be great

caxerx avatar Jul 21 '20 19:07 caxerx

image Like this

caxerx avatar Jul 21 '20 20:07 caxerx

Just add a button that rotates it -45 deg and back.

Tymski avatar Aug 07 '20 10:08 Tymski