<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>The Cairo docs use the term "unbounded" which I interpret as meaning that the extents of a figure are not known in advance. Is that interpretation correct? If so, it seems the strategy would be to
<br>
</span>
<div><br>
</div>
<div>1. Call cairo_recording_surface_create with second argument equal "NULL".<br>
</div>
<div><br>
</div>
<div>2. Draw the figure.<br>
</div>
<div><br>
</div>
<div>3. Measure the figure using "cairo_recording_surface_ink_extents" or "cairo_recording_surface_get_extents".<br>
</div>
<div><br>
</div>
<div>4. Shift and scale figure as appropriate for final rendering.<br>
</div>
<div><br>
</div>
<div>In my attempts to follow this strategy produce nonsensical results for both options in item 3. My test code is attached. Help appreciated!<br>
</div>
<span></span><br>
</div>
</body>
</html>