You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/29 16:27:28 UTC

[royale-asjs] branch develop updated: BE0014 readme

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 19c3e90  BE0014 readme
19c3e90 is described below

commit 19c3e909ed81cb9f20b4a0ff3f9b826eaec19e6b
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Mar 29 18:27:23 2020 +0200

    BE0014 readme
---
 .../BE0014_Working_with_vector_graphics/README.txt | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/examples/blog/BE0014_Working_with_vector_graphics/README.txt b/examples/blog/BE0014_Working_with_vector_graphics/README.txt
new file mode 100644
index 0000000..59191ea
--- /dev/null
+++ b/examples/blog/BE0014_Working_with_vector_graphics/README.txt
@@ -0,0 +1,27 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+//  See the License for the specific language governing permissions and
+//  limitations under the License.
+//
+////////////////////////////////////////////////////////////////////////////////
+
+DESCRIPTION
+
+Working with vector graphics
+
+This example shows some supported ways to work with vector graphics in Apache Royale.
+SVG graphics and the powerful ActionScript 3 drawing API:
+
+https://royale.apache.org/working-with-vector-graphics/