You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><template autoinsert="true" context="LuaUniversalTemplateContextType" deleted="false" description="Creates a gradient object that adds horizontal/vertical linear gradients to rectangle and text objects." enabled="true" name="graphics.newGradient">${gradient} = graphics.newGradient( {${r1}, ${g1}, ${b1}, ${a1}}, {${r2}, ${g2}, ${b2}, ${a2}}, ${direction} )</template><template autoinsert="true" context="LuaUniversalTemplateContextType" deleted="false" description="Creates a bit mask from an image file. The image is converted internally to grayscale; black values are then masked, while white values are not." enabled="true" name="graphics.newMask">${mask} = graphics.newMask( ${filename}, ${baseDir} )</template></templates>