-
Notifications
You must be signed in to change notification settings - Fork 779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Svg mana icons support #4203
Svg mana icons support #4203
Conversation
- delete duplicate consts; - correct paths and it uses; - fix loading icons from user defined dir;
sync source
- Added new images and symbols downloading; - Fixed user defined images path (now work for all images: cards, symbols, temp downloading); - Fixed not working cancel button at download window (it close window, but tasks is working, download and didn't save); - Fixed temp files trash all around images folder (on cancel button); - Fixed not saving new downloaded cards on cancel button (zip file didn't close on cancel);
Test version with svg symbols support is done. You can download basic mana symbols here: svg_symbols.zip (extract archive to Also you can download:
|
^^ The mana cost is missing the shadow. Mana symbols in the rules text are flat like that but not in the casting cost |
@spjspj I'll look on shadow option for draw method later |
First part of svg support (look at issue #4196 for more info).
What was done:
What's need to do for second part:
You can download basic mana symbols here: svg_symbols.zip (extract archive to
Mage.Client\plugins\images\symbols\
).