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
Create a function something like custom_box(x, y, width, height, corner_file, edge_file).
Corned and edge files are images.
It draws the corner file four times, in the corners of the box defined, rotating appropriately. It draws the edge file as many times as necessary to fill the gaps between the corners.
This will allow users to create fancy boxes.
The text was updated successfully, but these errors were encountered:
Create a function something like
custom_box(x, y, width, height, corner_file, edge_file)
.Corned and edge files are images.
It draws the corner file four times, in the corners of the box defined, rotating appropriately. It draws the edge file as many times as necessary to fill the gaps between the corners.
This will allow users to create fancy boxes.
The text was updated successfully, but these errors were encountered: