viewBox

2025-09-06 17:36:49 +02:00
parent b0701ed3e5
commit 539125f943
3 changed files with 11 additions and 11 deletions

@@ -88,7 +88,7 @@ L'opérateur _Succède_ (>) est le transposé de l'opérateur _Précède_ (<).
A _Égale_ B lorsque les bornes inférieures et supérieures de chaque intervalle sont égales.
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 8" width="200" height="80">
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 8" width="200" height="80">
<text x="6" y="2" font-size="1.8" text-anchor="middle">A</text>
<text x="6" y="6" font-size="1.8" text-anchor="middle">B</text>
<line x1="3" x2="10" y1="3" y2="3" stroke-width="1" stroke="black" />
@@ -131,7 +131,7 @@ L'opérateur _Rencontre_ (m) a comme transposé l'opérateur _Rencontré par_ (m
A chevauche (overlaps) B lorsque la borne supérieure de A est supérieure à la borne inférieure de B sans que la borne inférieure de A soit supérieure à la borne supérieure de B.
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 8" width="200" height="80">
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 8" width="200" height="80">
<text x="5" y="3" font-size="1.8" text-anchor="middle">A</text>
<text x="11" y="5" font-size="1.8" text-anchor="middle">B</text>
<line x1="3" x2="8" y1="4" y2="4" stroke-width="1" stroke="black" />
@@ -152,7 +152,7 @@ L'opérateur _Chevauche_ (o) a comme transposé l'opérateur _Est chevauché par
A se déroule _Pendant_ (during) B lorque la borne inférieure de A est supérieure à la borne inférieure de B et que la borne supérieure de A est inférieure à la borne supérieure de B.
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 8" width="200" height="80">
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 8" width="200" height="80">
<text x="5" y="3" font-size="1.8" text-anchor="middle">A</text>
<text x="11" y="5" font-size="1.8" text-anchor="middle">B</text>
<line x1="7" x2="10" y1="4" y2="4" stroke-width="1" stroke="black" />
@@ -177,7 +177,7 @@ Allen |Postgres
------|---
A di B | A @> B
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 8" width="200" height="80">
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 8" width="200" height="80">
<text x="5" y="3" font-size="1.8" text-anchor="middle">A</text>
<text x="11" y="5" font-size="1.8" text-anchor="middle">B</text>
<line x1="5" x2="14" y1="4" y2="4" stroke-width="1" stroke="black" />
@@ -194,7 +194,7 @@ L'opérateur _Contient_ (di) est le transposé de l'opérateur _Pendant_ (d).
A _Commence_ en même temps (starts) que B lorsque la borne inférieure de A est égale à la borne inférieure de B.
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 8" width="200" height="80">
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 8" width="200" height="80">
<text x="5" y="3" font-size="1.8" text-anchor="middle">A</text>
<text x="11" y="5" font-size="1.8" text-anchor="middle">B</text>
<line x1="5" y1="4" x2="10" y2="4" stroke-width="1" stroke="black" />
@@ -215,7 +215,7 @@ L'opérateur _Commence_ (s) a comme transposé l'opérateur _Débuté par_ (si).
A _Finit_ en même temps (finishes) que B lorsque la borne supérieure de A est égale à la borne supérieure de B.
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 8" width="200" height="80">
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 8" width="200" height="80">
<text x="5" y="3" font-size="1.8" text-anchor="middle">A</text>
<text x="11" y="5" font-size="1.8" text-anchor="middle">B</text>
<line x1="5" x2="15" y1="4" y2="4" stroke-width="1" stroke="black" />
@@ -236,7 +236,7 @@ L'opérateur _Finit_ (f) a comme transposé l'opérateur _Terminé par_ (fi). `i
### Union
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 8" width="200" height="80">
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 8" width="200" height="80">
<text x="5" y="3" font-size="1.8" text-anchor="middle">A</text>
<text x="11" y="5" font-size="1.8" text-anchor="middle">B</text>
<line x1="5" x2="10" y1="4" y2="4" stroke-width="1" stroke="black" />
@@ -249,7 +249,7 @@ select '[5,10]'::int4range + '[8,15]'::int4range;
```
### Intersection
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 8" width="200" height="80">
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 8" width="200" height="80">
<text x="5" y="2" font-size="1.8" text-anchor="middle">A</text>
<text x="11" y="6" font-size="1.8" text-anchor="middle">B</text>
<line x1="5" x2="10" y1="4" y2="4" stroke-width="1" stroke="black" />
@@ -263,7 +263,7 @@ select '[5,10]'::int4range * '[8,15]'::int4range;
### Différence
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 8" width="200" height="80">
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 8" width="200" height="80">
<text x="5" y="2" font-size="1.8" text-anchor="middle">A</text>
<text x="11" y="6" font-size="1.8" text-anchor="middle">B</text>
<line x1="5" x2="10" y1="4" y2="4" stroke-width="1" stroke="black" />

@@ -1,4 +1,4 @@
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 8" width="200" height="80">
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 8" width="200" height="80">
<text x="4" y="3" font-size="1.8" text-anchor="middle">A</text>
<text x="12" y="5" font-size="1.8" text-anchor="middle">B</text>
<line x1="3" x2="5" y1="4" y2="4" stroke-width="1" stroke="black" />

Before

Width:  |  Height:  |  Size: 402 B

After

Width:  |  Height:  |  Size: 402 B

@@ -1,5 +1,5 @@
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 20 8" width="200" height="80">
viewBox="0 0 20 8" width="200" height="80">
<text x="12" y="3" font-size="1.8" text-anchor="middle">A</text>
<text x="4" y="5" font-size="1.8" text-anchor="middle">B</text>
<line x1="8" x2="16" y1="4" y2="4" stroke-width="1" stroke="black" />

Before

Width:  |  Height:  |  Size: 403 B

After

Width:  |  Height:  |  Size: 403 B