Line

The <line> can be used to display a line in a certain color.

It can be used only in <template>.

Examples

<template ...>
    <line
        x1="80mm"
        x2="215mm"
        y1="330mm"
        y2="270mm"
        color="black"
        width="25"
    />
</template>

Last updated