mirror of
https://github.com/LostArtefacts/TR2X.git
synced 2024-12-04 12:23:14 +00:00
tools: fix missing progress hints for TBD funcs
This commit is contained in:
parent
3444802baf
commit
f240c192fb
@ -3,7 +3,7 @@
|
||||
viewBox="-2 -2 751 1007"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<style>
|
||||
.todo { fill: none; stroke: rgba(100, 100, 100, 0.5); stroke-width: 0.5; }
|
||||
.todo { fill: rgba(255, 255, 255, 0.25); stroke: rgba(100, 100, 100, 0.5); stroke-width: 0.5; }
|
||||
.named { fill: rgba(255, 255, 0, 0.25); stroke: rgba(250, 150, 0, 0.85); }
|
||||
.decompiled { fill: rgba(0, 255, 0, 0.5); stroke: rgba(0, 150, 0, 0.85); }
|
||||
text { alignment-baseline: central; font-family: sans-serif; font-size: 15px; }
|
||||
|
Before Width: | Height: | Size: 227 KiB After Width: | Height: | Size: 227 KiB |
@ -535,7 +535,7 @@ def main() -> None:
|
||||
viewBox="{format_decimal(-DOCUMENT_MARGIN)} {format_decimal(-DOCUMENT_MARGIN)} {format_decimal(bbox.dx + DOCUMENT_MARGIN * 2)} {format_decimal(bbox.dy + DOCUMENT_MARGIN * 2)}"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<style>
|
||||
.todo {{ fill: none; stroke: rgba(100, 100, 100, 0.5); stroke-width: 0.5; }}
|
||||
.todo {{ fill: rgba(255, 255, 255, 0.25); stroke: rgba(100, 100, 100, 0.5); stroke-width: 0.5; }}
|
||||
.named {{ fill: rgba(255, 255, 0, 0.25); stroke: rgba(250, 150, 0, 0.85); }}
|
||||
.decompiled {{ fill: rgba(0, 255, 0, 0.5); stroke: rgba(0, 150, 0, 0.85); }}
|
||||
text {{ alignment-baseline: central; font-family: sans-serif; font-size: {TEXT_SIZE}px; }}
|
||||
|
Loading…
Reference in New Issue
Block a user