zwaartepunt rand
Image with border
zwaartepunt
Image

Use Freeform shapes as .PNG on an iPad

Create the shapes in Freeform (wiki).

To use them as an image (.png), copy the objects to the clipboard.

Open Notes on iPad and create a new note.

Paste the clipboard.

Choose Share from the pagemenu.

Save the note to Files. Depending on your language, it is saved as Text.txt and Image.png.

Use it in a .html file with a <figure>.

<section style="float: left; margin: 0.500em; padding:0.500em; max-width: 45%;">
  <figure>
    <img src="zwaartepunt.png" alt="zwaartepunt" title="zwaartepunt" style="margin: 1px 1px 5px black;" />
    <figcaption>Zwaartepunt</figcaption>
  </figure>
</section>

Source : How to export Freeform shapes as an image file on a Mac

Oct 06 2024 12:45:33