1<?xml version="1.0" encoding="UTF-8"?> 2 <svg width="100mm" height="40mm" viewBox="0 0 100 40" xmlns="http://www.w3.org/2000/svg"> 3 <rect x="2" y="2" width="96" height="36" style="fill:blue;stroke:orange;stroke-width:1;fill-opacity:0.1;stroke-opacity:0.9" ></rect> 4 <text x="5" y="15" font-family="sans-serif" font-weight="bold" font-size="9">@%$name%@</text> 5 <text x="5" y="25" font-family="sans-serif" font-size="5">Type: @%$type%@, sugar: @%$Ingredients.sugar%@.</text> 6 </svg> 7