You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamic web: Gender fill colour hex incomplete (#528)
* Dynamic web: Gender fill colour hex incomplete
Fixes #012513
Add an option to select a light or a dark theme
when the background gender option is selected.
* Store the value corresponding to the chosen theme
* Upgrade to version 0.0.93
Copy file name to clipboardExpand all lines: DynamicWeb/templates/dwr_default/data/dwr_svg.js
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
// Gramps - a GTK+/GNOME based genealogy program
2
2
//
3
3
// Copyright (C) 2014 Pierre Bélissent
4
+
// Copyright (C) 2022 Serge Noiraud
4
5
// See also https://github.com/andrewseddon/raphael-zpd/blob/master/raphael-zpd.js for parts of code from Raphael-ZPD
5
6
//
6
7
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
@@ -741,8 +742,8 @@ function SvgSetStyle(p, text, x_elt, lev)
0 commit comments