Layer object. This object has no visible body itself but
acts as a container for other objects. Setting position/scale etc
changes position/scale of all of its children
Sprite Sheets allows you to gather your image
assets to the same image file and define frames that contains the needed keyframe animations,
multiple formats are supported.
Utility class to facilitate much faster string concatenation in IE,
using Array.join() rather than the '+' operator. For other browsers
we simply use the '+' operator.
Content of type soydata.SanitizedContentKind.HTML.
The content is a string of HTML that can safely be embedded in a PCDATA
context in your app. If you would be surprised to find that an HTML
sanitizer produced {@code s} (e.g. it runs code or fetches bad URLs) and
you wouldn't write a template that produces {@code s} on security or privacy
grounds, then don't pass {@code s} here.
Content of type soydata.SanitizedContentKind.JS.
The content is Javascript source that when evaluated does not execute any
attacker-controlled scripts.
Content of type soydata.SanitizedContentKind.JS_STR_CHARS.
The content can be safely inserted as part of a single- or double-quoted
string without terminating the string.
Unsanitized plain text string.
While all strings are effectively safe to use as a plain text, there are no
guarantees about safety in any other context such as HTML. This is
sometimes used to mark that should never be used unescaped.