This is an automated email from the ASF dual-hosted git repository.
carlosrovira 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 0c53d3a blog example 14: now is possible to remove svg|Image css
0c53d3a is described below
commit 0c53d3a7bf7f496496e234ceeaa427ccf776786e
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Mar 15 19:10:56 2020 +0100
blog example 14: now is possible to remove svg|Image css
---
.../src/main/royale/BE0014_Working_with_Graphics.mxml | 8 --------
1 file changed, 8 deletions(-)
diff --git
a/examples/blog/BE0014_Working_with_Graphics/src/main/royale/BE0014_Working_with_Graphics.mxml
b/examples/blog/BE0014_Working_with_Graphics/src/main/royale/BE0014_Working_with_Graphics.mxml
index a809a96..ebb46d5 100644
---
a/examples/blog/BE0014_Working_with_Graphics/src/main/royale/BE0014_Working_with_Graphics.mxml
+++
b/examples/blog/BE0014_Working_with_Graphics/src/main/royale/BE0014_Working_with_Graphics.mxml
@@ -74,19 +74,11 @@
<fx:Style>
@namespace "http://www.w3.org/1999/xhtml";
- @namespace svg "library://ns.apache.org/royale/svg";
.bgshape
{
background: #15CF12;
}
-
- svg|Image
- {
- vertical-align: top;
- IBeadModel:
ClassReference("org.apache.royale.html.beads.models.ImageModel");
- IBeadView:
ClassReference("org.apache.royale.svg.beads.ImageView");
- }
</fx:Style>
</j:Application>
\ No newline at end of file