Set union of A and B. See Image:Set_intersection.png for the SVG source.
|
已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
|

|
本文件采用知识共享署名-相同方式共享 3.0 未本地化版本许可协议授权。
|
|
|
|
- 您可以自由地:
- 共享 – 复制、发行并传播本作品
- 修改 – 改编作品
- 惟须遵守下列条件:
- 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
- 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
|
| 本许可协议标签作为GFDL许可协议更新的组成部分被添加至本文件。http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue
|
Código de geração da imagem
Essa imagem foi gerada através de um código SVG, disponível a seguir:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="500" height="300" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<desc>Conjuntos - união.</desc>
<rect x="0" y="0" width="500" height="300"
fill="white" stroke="black" />
<g stroke-width="0" fill="rgb(196,199,240)" >
<circle cx="150" cy="150" r="120" />
<circle cx="350" cy="150" r="120" />
</g>
<circle cx="150" cy="150" r="120" id="c1"
stroke-width="2" stroke="black" fill="none"/>
<text x="178" y="76" style="font-size: 18pt; font-weight: bold">
A
</text>
<circle cx="350" cy="150" r="120" id="c2"
stroke-width="2" stroke="black" fill="none"/>
<text x="378" y="76" style="font-size: 18pt; font-weight: bold">
B
</text>
</svg>