Skip to content

Commit 0c702fb

Browse files
committed
Update docs — 2026-03-20 15:50
1 parent b873320 commit 0c702fb

110 files changed

Lines changed: 114 additions & 108 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

v2/.doctrees/environment.pickle

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

v2/_modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=8f2a1f02" />
3333
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=4ae1632d" />
34-
<link rel="stylesheet" type="text/css" href="../_static/openvcad_lightbox.css?v=34c7462b" />
34+
<link rel="stylesheet" type="text/css" href="../_static/openvcad_lightbox.css?v=46002357" />
3535
<link rel="stylesheet" type="text/css" href="../_static/openvcad_branding.css?v=c43e02c9" />
3636

3737
<!-- So that users can add custom icons -->

v2/_modules/pyvcad_rendering/export.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=8f2a1f02" />
3333
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css?v=4ae1632d" />
34-
<link rel="stylesheet" type="text/css" href="../../_static/openvcad_lightbox.css?v=34c7462b" />
34+
<link rel="stylesheet" type="text/css" href="../../_static/openvcad_lightbox.css?v=46002357" />
3535
<link rel="stylesheet" type="text/css" href="../../_static/openvcad_branding.css?v=c43e02c9" />
3636

3737
<!-- So that users can add custom icons -->

v2/_modules/pyvcad_rendering/export_frame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=8f2a1f02" />
3333
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css?v=4ae1632d" />
34-
<link rel="stylesheet" type="text/css" href="../../_static/openvcad_lightbox.css?v=34c7462b" />
34+
<link rel="stylesheet" type="text/css" href="../../_static/openvcad_lightbox.css?v=46002357" />
3535
<link rel="stylesheet" type="text/css" href="../../_static/openvcad_branding.css?v=c43e02c9" />
3636

3737
<!-- So that users can add custom icons -->

v2/_modules/pyvcad_rendering/render.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=8f2a1f02" />
3333
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css?v=4ae1632d" />
34-
<link rel="stylesheet" type="text/css" href="../../_static/openvcad_lightbox.css?v=34c7462b" />
34+
<link rel="stylesheet" type="text/css" href="../../_static/openvcad_lightbox.css?v=46002357" />
3535
<link rel="stylesheet" type="text/css" href="../../_static/openvcad_branding.css?v=c43e02c9" />
3636

3737
<!-- So that users can add custom icons -->

v2/_modules/pyvcad_rendering/render_frame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=8f2a1f02" />
3333
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css?v=4ae1632d" />
34-
<link rel="stylesheet" type="text/css" href="../../_static/openvcad_lightbox.css?v=34c7462b" />
34+
<link rel="stylesheet" type="text/css" href="../../_static/openvcad_lightbox.css?v=46002357" />
3535
<link rel="stylesheet" type="text/css" href="../../_static/openvcad_branding.css?v=c43e02c9" />
3636

3737
<!-- So that users can add custom icons -->

v2/_modules/pyvcad_rendering/vtk_pipeline_wx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=8f2a1f02" />
3333
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css?v=4ae1632d" />
34-
<link rel="stylesheet" type="text/css" href="../../_static/openvcad_lightbox.css?v=34c7462b" />
34+
<link rel="stylesheet" type="text/css" href="../../_static/openvcad_lightbox.css?v=46002357" />
3535
<link rel="stylesheet" type="text/css" href="../../_static/openvcad_branding.css?v=c43e02c9" />
3636

3737
<!-- So that users can add custom icons -->

v2/_static/openvcad_lightbox.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
max-width: 96vw;
2525
max-height: 92vh;
2626
margin: auto;
27+
/* Opaque backing for PNGs with transparency (no page/overlay bleed-through). */
28+
background: #fff;
2729
}
2830

2931
.openvcad-lightbox-image {
@@ -34,6 +36,7 @@
3436
height: auto;
3537
margin: 0 auto;
3638
object-fit: contain;
39+
background-color: #fff;
3740
}
3841

3942
.openvcad-lightbox-close {

0 commit comments

Comments
 (0)