This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 946ea09  Update Flex-equivalents.md
946ea09 is described below

commit 946ea09bbd79766d3557b39862d32dba59bf2440
Author: Andrew Wetmore <[email protected]>
AuthorDate: Fri Feb 16 16:17:23 2018 -0400

    Update Flex-equivalents.md
    
    Added more Flex features not yet available in Royale.
---
 User-interface/Flex-equivalents.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/User-interface/Flex-equivalents.md 
b/User-interface/Flex-equivalents.md
index 765675a..3f8199e 100644
--- a/User-interface/Flex-equivalents.md
+++ b/User-interface/Flex-equivalents.md
@@ -33,6 +33,17 @@ _Details are coming soon._
 - Editable DataGrids
 - Sorting within DataGrids
 - ArrayCollection
+- Embed tags for convenient handling of graphics.
+- Handling of SVG (graphics) assets.
+- Masking of images and objects.
+- Image componetnts which allow specifying content via raw binary data or the 
image's URL.
+- Routing: in Flex this was called "deep linking". This allowed changing the 
URL to use browser history to navigate an application.
+- File transfer API.
+- Font and text handling.
+- UID utilities.
+- Transformations.
+- Color filters and transforms.
+- Cursor Manager
 
 ## Flex features that will probably not be available in Royale
 _This text is coming soon._

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to