Last updated 1 year ago
Was this helpful?
The <rect> can be used to display a rectangle in a certain color.
<rect>
It can be used both within and .
<template ...> <rect bottom="247mm" left="0" width="210mm" height="50mm" color="rgb(255, 10, 10)" /> </template>
<body ...> ... <rect width="100%" height="2cm" border="2" borderColor="red" spaceBefore="10" spaceAfter="20" /> </template>
<body>
<template>