@title Golden ratio, rule/3rds (contrast) #### Golden ratio # Black lines first, 'inside' corner squares @line 0, 91, 359, 91, 0xFF @line 0, 149, 359, 149, 0xFF @line 136, 0, 136, 239, 0xFF @line 223, 0, 223, 239, 0xFF # White lines over black lines @line 0, 92, 359, 92, 0x11 @line 0, 148, 359, 148, 0x11 @line 137, 0, 137, 239, 0x11 @line 222, 0, 222, 239, 0x11 #### Rule of thirds # Black lines first @line 0, 79, 135, 79, 0xFF @line 224, 79, 359, 79, 0xFF @line 0, 161, 135, 161, 0xFF @line 224, 161, 359, 161, 0xFF @line 119, 0, 119, 90, 0xFF @line 239, 0, 239, 90, 0xFF @line 119, 150, 119, 239, 0xFF @line 239, 150, 239, 239, 0xFF # White lines inside GR corner squares @line 0, 80, 135, 80, 0x11 @line 224, 80, 359, 80, 0x11 @line 0, 160, 135, 160, 0x11 @line 224, 160, 359, 160, 0x11 @line 120, 0, 120, 90, 0x11 @line 240, 0, 240, 90, 0x11 @line 120, 150, 120, 239, 0x11 @line 240, 150, 240, 239, 0x11 The next one is somewhat longer, since the lines do not intersect eachother, eliminating the blinking. Acutally, I just think it's tidier, but it's larger and probably slower @title Golden ratio, rule/3rds (contrast) #### Golden ratio # White lines @line 0, 92, 359, 92, 0x11 @line 0, 148, 359, 148, 0x11 @line 137, 0, 137, 239, 0x11 @line 222, 0, 222, 239, 0x11 # Black lines 'inside' corner squares @line 0, 91, 136, 91, 0xFF @line 223, 91, 359, 91, 0xFF @line 0, 149, 136, 149, 0xFF @line 223, 149, 359, 149, 0xFF @line 136, 0, 136, 90, 0xFF @line 136, 149, 136, 239, 0xFF @line 223, 0, 223, 90, 0xFF @line 223, 149, 223, 239, 0xFF # Black lines outside the middle square @line 136, 93, 136, 147, 0xFF @line 223, 93, 223, 147, 0xFF @line 138, 91, 221, 91, 0xFF @line 138, 149, 221, 149, 0xFF #### Rule of thirds # Basic white lines inside GR corner squares @line 0, 80, 135, 80, 0x11 @line 224, 80, 359, 80, 0x11 @line 0, 160, 135, 160, 0x11 @line 224, 160, 359, 160, 0x11 @line 120, 0, 120, 90, 0x11 @line 240, 0, 240, 90, 0x11 @line 120, 150, 120, 239, 0x11 @line 240, 150, 240, 239, 0x11 # Black lines, not intersecting white lines. Four blocks: # Top-left, top-right, bottom-left, bottom-right @line 0, 79, 119, 79, 0xFF @line 121, 79, 135, 79, 0xFF @line 119, 0, 119, 79, 0xFF @line 119, 81, 119, 90, 0xFF @line 241, 79, 359, 79, 0xFF @line 224, 79, 239, 79, 0xFF @line 241, 0, 241, 79, 0xFF @line 241, 81, 241, 90, 0xFF @line 0, 161, 119, 161, 0xFF @line 121, 161, 135, 161, 0xFF @line 119, 161, 119, 239, 0xFF @line 119, 150, 119, 159, 0xFF @line 241, 161, 359, 161, 0xFF @line 224, 161, 239, 161, 0xFF @line 241, 161, 241, 239, 0xFF @line 241, 150, 241, 159, 0xFF