add load image from url

This commit is contained in:
2019-09-26 14:53:44 +02:00
parent 0a8c3aeaf2
commit e406f7964c
6 changed files with 152 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ enum class kAttribute : uint16_t
Justify = const_hash("justify"),
Align = const_hash("align"),
Path = const_hash("path"),
Url = const_hash("url"),
Region = const_hash("region"),
Position = const_hash("position"),
Positioning = const_hash("positioning"),