Skip to content

Commit

Permalink
Minor clean up in the chart
Browse files Browse the repository at this point in the history
This allows #145, solving Synastry Chart problems
  • Loading branch information
g-battaglia committed Feb 23, 2025
1 parent 981412f commit 7fb6ee8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions kerykeion/charts/charts_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,10 +758,8 @@ def draw_transit_aspect_list(
inner_path += f"</g>"
line = line + 14

out = f'<g style="transform: translate(43%, 50%)">'
out += f'<text y="-15" x="0" style="fill: var(--kerykeion-chart-color-paper-0); font-size: 14px;">{grid_title}:</text>'
out = f'<text y="-15" x="0" style="fill: var(--kerykeion-chart-color-paper-0); font-size: 14px;">{grid_title}:</text>'
out += inner_path
out += "</g>"

return out

Expand Down
2 changes: 1 addition & 1 deletion kerykeion/charts/templates/chart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ OpenAstro.org -->
</g>

<!-- AspectGrid -->
<g kr:node="Aspect_Grid" transform="translate(10,0)">
<g kr:node="Aspect_Grid" transform="translate(526,273)">
$makeAspectGrid
</g>

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kerykeion"
version = "4.24.4"
version = "4.24.5"
authors = ["Giacomo Battaglia <[email protected]>"]
description = "A python library for astrology."
license = "AGPL-3.0"
Expand Down

0 comments on commit 7fb6ee8

Please sign in to comment.