This is an automated email from the ASF dual-hosted git repository.
Harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 23cd143d03 ellipse should be supported
23cd143d03 is described below
commit 23cd143d0309ed8cdf506697bea03f9084bf2b18
Author: Harbs <[email protected]>
AuthorDate: Mon May 18 14:21:35 2026 +0300
ellipse should be supported
---
.../projects/Style/src/main/royale/org/apache/royale/style/Icon.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/Icon.as
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/Icon.as
index 5e6e0b9be3..b5568c0ffd 100644
--- a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/Icon.as
+++ b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/Icon.as
@@ -201,7 +201,7 @@ package org.apache.royale.style
if (!_elements)
{
_elements = {
- "svg": 1, "path": 1, "g": 1,
"rect": 1, "circle": 1, "line": 1, "polyline": 1, "polygon": 1, "defs": 1,
"clipPath": 1, "title": 1, "mask": 1, "use": 1, "symbol": 1
+ "svg": 1, "path": 1, "g": 1,
"rect": 1, "circle": 1, "ellipse": 1, "line": 1, "polyline": 1, "polygon": 1,
"defs": 1, "clipPath": 1, "title": 1, "mask": 1, "use": 1, "symbol": 1
};
}
return _elements;