cjgammon / SnapSVG-Animator

Plugin to publish animated SVG content from Animate CC with the Snap.svg javascript library
http://cjgammon.github.io/SnapSVG-Animator/
Apache License 2.0
216 stars 44 forks source link

Add Text Support #1

Open cjgammon opened 9 years ago

cjgammon commented 9 years ago

Support SVG Text in animation

cjgammon commented 9 years ago

Basic text is now supported though with some bugs, opened new issues for these bugs.

jonstuebe commented 8 years ago

how is this supported? I'm still not seeing the option to use the text tool.

JoTack commented 7 years ago

Its 2017: I installed the SnapSVG-Animator Plugin in CC (Win 7, 64bit). The text-tool in CC isn't available. In "C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.example.SnapPlatform\plugin\lib\res\Features.xml" I try to enable the entry to "true" - now the text-tool is visible and I can put text in a MovieClip: But after export the svg is broken: In source code a text-node is visible - but the other MovieClips lacks. In the browser I see a white page. After reinstall CC and install the plugin not with the extension manager rather with the Creative Cloud App: Nothing changes. I also try to replace manually the plugin code with the code of dev-branch - nothing changes. What can i do?

Edit: With these settings in Feature.xml I got it: Feature name="Text" supported="true" minVersion="15.0.0.173" property name="TextType" default="DynamicText" supported="true" Value name="StaticText" supported="false" Value name="DynamicText" supported="true" Value name="InputText" supported="false" Property ...