|
328 | 328 | <g *ngIf="!self.southern" [attr.filter]="filterRelief" [innerHTML]="self.romanHours | safe"/> |
329 | 329 | <g *ngIf="self.southern" [attr.filter]="filterRelief" [innerHTML]="self.romanHoursSouth | safe"/> |
330 | 330 | </g> |
331 | | - <g id="unequalHourBorders" mask="url(#dayArea)" [attr.filter]="filterRelief" |
332 | | - [attr.stroke-width]="self.hourStroke + 'px'"> |
| 331 | + <g id="unequalHourBorders" mask="url('#dayArea')" [attr.stroke-width]="self.hourStroke + 'px'"> |
333 | 332 | <path *ngFor='let item of [].constructor(11); let i = index' |
334 | | - [attr.d]="self.hourArcs[i + 1]" class="unequalHourBorder"/> |
335 | | - <path d="M0 0L0 -400" class="unequalHourBorder"/> |
| 333 | + [attr.d]="self.hourArcs[i + 1]" class="unequalHourBorder" [attr.filter]="filterRelief"/> |
| 334 | + <path d="M0 0L0 -400" class="unequalHourBorder" [attr.filter]="filterRelief"/> |
336 | 335 | </g> |
337 | | - <g id="horizonBorder" [attr.mask]="emptyCenter ? 'url(#baseArea-center-hole)': 'url(#baseArea)'" |
| 336 | + <g id="horizonBorder" [attr.mask]="emptyCenter ? 'url("#baseArea-center-hole")': 'url("#baseArea")'" |
338 | 337 | [attr.filter]="filterRelief"> |
339 | 338 | <circle *ngIf="self.midnightSunR" [attr.r]="self.midnightSunR" cx="0" cy="0" class="midnightSunCircle"/> |
340 | 339 | <circle id="horizonBorder" [attr.r]="self.horizonR" cx="0" [attr.cy]="self.horizonCy" class="baseCircle"/> |
|
503 | 502 | </g> |
504 | 503 | </g> |
505 | 504 | </g> |
| 505 | + <circle cx="0" cy="0" r="4.5" class="pin"/> |
| 506 | + <circle cx="0" cy="0" r="4.5" class="pinSphere"/> |
506 | 507 | <g id="sunGroup"> |
507 | 508 | <g *ngIf="detailedMechanism" [attr.filter]="filterHand"> |
508 | 509 | <g [attr.filter]="filterRelief"> |
|
633 | 634 | <title>{{ true_sunAngle.orig | number: '1.1-1' }}°</title> |
634 | 635 | <circle cx="0" cy="-178.9" r="7" fill="yellow"/> |
635 | 636 | <circle cx="0" cy="-178.9" r="7" fill="url('#sphere-effect')"/> |
636 | | - <text x="0" y="-176.5" width="7" height="7">☉</text> |
| 637 | + <text x="0" y="-176.1" width="7" height="7">☉</text> |
637 | 638 | </g> |
638 | 639 | <g *ngIf="realPositionMarkers" id="moon-true" [attr.transform]="rotate(true_moonAngle.oe * rotateSign)"> |
639 | 640 | <title>{{ true_moonAngle.orig | number: '1.1-1' }}°</title> |
|
645 | 646 | </g> |
646 | 647 | </g> |
647 | 648 | </g> |
648 | | - <circle cx="0" cy="0" r="4.5" class="pin"/> |
649 | | - <circle cx="0" cy="0" r="4.5" class="pinSphere"/> |
650 | 649 | </g> |
651 | 650 | </g> |
652 | 651 | </svg> |
|
0 commit comments