forked from External/mage
Added svg support: generate HQ png files for HTML texts
This commit is contained in:
parent
a5df082720
commit
37dc9bf73c
4 changed files with 45 additions and 13 deletions
|
|
@ -83,11 +83,13 @@ public final class Constants {
|
|||
public static final String RESOURCE_SYMBOL_FOLDER_MEDIUM = "medium";
|
||||
public static final String RESOURCE_SYMBOL_FOLDER_LARGE = "large";
|
||||
public static final String RESOURCE_SYMBOL_FOLDER_SVG = "svg";
|
||||
public static final String RESOURCE_SYMBOL_FOLDER_PNG = "png";
|
||||
public enum ResourceSymbolSize {
|
||||
SMALL,
|
||||
MEDIUM,
|
||||
LARGE,
|
||||
SVG
|
||||
SVG,
|
||||
PNG
|
||||
}
|
||||
|
||||
// resources - sets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue