Heroj04 / MCC

Mr_Hero's Canvas Creator (Magic Card Creator)
GNU General Public License v3.0
3 stars 0 forks source link

Drop Shadow #22

Open Heroj04 opened 3 years ago

Heroj04 commented 3 years ago

Add new layer properties to facilitate drop shadow effects. HTML5 Canvas supports this natively so shouldn't be too hard to implement. https://www.w3resource.com/html5-canvas/html5-canvas-shadow.php

Heroj04 commented 3 years ago

Two ways to do this: have users manually specify an offset x and y like the canvas default - easiest Have users specify an angle and distance like photoshop - requires ... dun dun Duuun ... Math. and might also lead to some weird looking issues at low resolutions because rounding. Not Sure

Heroj04 commented 3 years ago

This should also probably be changeable with font replace parameters in case you only want parts of a text layer to have a shadow.