]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add dark mode functionality to CFGs in the ssa.html output
authorBradford Lamson-Scribner <brad.lamson@gmail.com>
Wed, 11 Mar 2020 03:26:42 +0000 (21:26 -0600)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 27 Mar 2020 23:30:02 +0000 (23:30 +0000)
commit9131f08a23bd5923d135df15da30b322748ffa12
treec5796dbf1dd1ae3f158de2a0a0c5e1603af3bb56
parent9ceb1e5f5caca5666f9db50864c45ca1f88da1df
cmd/compile: add dark mode functionality to CFGs in the ssa.html output

add dark mode to CFGs in the ssa.html output by targeting individual
parts of each svg and applying dark mode styles to the stroke & fill.

Fixes #37767

Change-Id: Ic867e161c6837c26d9d735ea02bc94fdb56102f6
Reviewed-on: https://go-review.googlesource.com/c/go/+/222877
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/ssa/html.go