mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 11:44:36 +00:00
svg import: bitmap fill
This commit is contained in:
@@ -1349,6 +1349,10 @@ public class Helper {
|
||||
return DatatypeConverter.printBase64Binary(data);
|
||||
}
|
||||
|
||||
public static byte[] base64StringToByteArray(String base64) {
|
||||
return DatatypeConverter.parseBase64Binary(base64);
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats double value (removes .0 from end)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user