Skip to content

Commit

Permalink
fill rules update
Browse files Browse the repository at this point in the history
  • Loading branch information
NailxSharipov committed Nov 21, 2024
1 parent d1e6074 commit cead172
Show file tree
Hide file tree
Showing 9 changed files with 1,571 additions and 3 deletions.
10 changes: 9 additions & 1 deletion docs-gen/src/overlay/filling_rules/filling_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@
## Non-Zero
![Non-Zero](non-zero.svg)

## Positive
![Positive](positive.svg)

## Negative
![Negative](negative.svg)


## Filling Rules:

- **Even-Odd**: Only odd numbered sub-regions are filled
- **Non-Zero**: Only non-zero sub-regions are filled
- **Non-Zero**: Only non-zero sub-regions are filled
- **Positive**: Only positive sub-regions are filled
- **Negative**: Only negative sub-regions are filled
387 changes: 387 additions & 0 deletions docs-gen/src/overlay/filling_rules/negative.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
387 changes: 387 additions & 0 deletions docs-gen/src/overlay/filling_rules/positive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/overlay/filling_rules/filling_rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,16 @@ <h2 id="even-odd"><a class="header" href="#even-odd">Even-Odd</a></h2>
<p><img src="even-odd.svg" alt="Even-Odd" /></p>
<h2 id="non-zero"><a class="header" href="#non-zero">Non-Zero</a></h2>
<p><img src="non-zero.svg" alt="Non-Zero" /></p>
<h2 id="positive"><a class="header" href="#positive">Positive</a></h2>
<p><img src="positive.svg" alt="Positive" /></p>
<h2 id="negative"><a class="header" href="#negative">Negative</a></h2>
<p><img src="negative.svg" alt="Negative" /></p>
<h2 id="filling-rules-1"><a class="header" href="#filling-rules-1">Filling Rules:</a></h2>
<ul>
<li><strong>Even-Odd</strong>: Only odd numbered sub-regions are filled</li>
<li><strong>Non-Zero</strong>: Only non-zero sub-regions are filled</li>
<li><strong>Positive</strong>: Only positive sub-regions are filled</li>
<li><strong>Negative</strong>: Only negative sub-regions are filled</li>
</ul>

</main>
Expand Down
387 changes: 387 additions & 0 deletions docs/overlay/filling_rules/negative.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
387 changes: 387 additions & 0 deletions docs/overlay/filling_rules/positive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1034,10 +1034,16 @@ <h2 id="even-odd"><a class="header" href="#even-odd">Even-Odd</a></h2>
<p><img src="overlay/filling_rules/even-odd.svg" alt="Even-Odd" /></p>
<h2 id="non-zero"><a class="header" href="#non-zero">Non-Zero</a></h2>
<p><img src="overlay/filling_rules/non-zero.svg" alt="Non-Zero" /></p>
<h2 id="positive"><a class="header" href="#positive">Positive</a></h2>
<p><img src="overlay/filling_rules/positive.svg" alt="Positive" /></p>
<h2 id="negative"><a class="header" href="#negative">Negative</a></h2>
<p><img src="overlay/filling_rules/negative.svg" alt="Negative" /></p>
<h2 id="filling-rules-1"><a class="header" href="#filling-rules-1">Filling Rules:</a></h2>
<ul>
<li><strong>Even-Odd</strong>: Only odd numbered sub-regions are filled</li>
<li><strong>Non-Zero</strong>: Only non-zero sub-regions are filled</li>
<li><strong>Positive</strong>: Only positive sub-regions are filled</li>
<li><strong>Negative</strong>: Only negative sub-regions are filled</li>
</ul>
<div style="break-before: page; page-break-before: always;"></div><h1 id="overlay-rules"><a class="header" href="#overlay-rules">Overlay Rules</a></h1>
<img src="overlay/overlay_rules/ab.svg" alt="AB" style="width:50%;">
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

0 comments on commit cead172

Please sign in to comment.