mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-19 06:52:02 +02:00
let's unbreak interactive graphics
This commit is contained in:
@@ -21,19 +21,19 @@ Once we have all the new poly-Bézier curves, we run the first step of the desir
|
||||
|
||||
<table className="sketch"><tbody><tr>
|
||||
<td className="labeled-image">
|
||||
<img src="images/op_base.gif" height="169px"/>
|
||||
<img src="images/op_base.gif" height="169"/>
|
||||
Two overlapping shapes.
|
||||
</td>
|
||||
<td className="labeled-image">
|
||||
<img src="images/op_union.gif" height="169px"/>
|
||||
<img src="images/op_union.gif" height="169"/>
|
||||
The unified region.
|
||||
</td>
|
||||
<td className="labeled-image">
|
||||
<img src="images/op_intersection.gif" height="169px"/>
|
||||
<img src="images/op_intersection.gif" height="169"/>
|
||||
Their intersection.
|
||||
</td>
|
||||
<td className="labeled-image">
|
||||
<img src="images/op_exclusion.gif" height="169px"/>
|
||||
<img src="images/op_exclusion.gif" height="169"/>
|
||||
Their exclusion regions.
|
||||
</td>
|
||||
</tr></tbody></table>
|
||||
|
Reference in New Issue
Block a user