Shape
Shape component - Abyssale REST API
For now, the type (rectangle (with/without rounded corners), circle, triangle, blob cross, half cicle, cloud, pentagon, right triangle, starts, arrow, heart, hexagon, trapeze, hexagram, rhombus, parallelogram and squircle) of the shape can only be selected on the design side.
Available properties:
background_color
2 filling modes are available:
Monochrome: String: 6-8digits hexadecimal color
Linear gradientGo to Linear Gradient documentationCmyka: String started with cmyka (only for print) Go to Linear Cmyka documentation
pattern_name
pattern_color
stroke_width
stroke_color
shadow_color
shadow_blur
shadow_offset_x
shadow_offset_y
Pattern
A pattern can be added to the image by using both the pattern_name & pattern_color properties.
pattern_name: String. The type of pattern to be applied. Look at the list below.pattern_color: String. 6-8 digits hexa color.
List of pattern names:
bubbles

cage

cross

doubleCircle

drops

parkay

pills

plus

star

ticTac

ticTacFilled

triangle

wiggle

Example
"background_color": "#1A47FF",
"pattern_name": "ticTacFilled",
"pattern_color": "#FFFFFF1A"

Last updated