<svg viewBox="0 0 220 100" xmlns="http://www.w3.org/2000/svg">
<!-- Rounded corner rectangle -->
<rect x="120" width="100" height="100" rx="15" />
</svg>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% spaceless %} | |
{# | |
This Timber twig will output an <img> with srcset x2, alt, width and height | |
Usage: | |
`{% include '_img.twig' with { class: "db ma0 center w-100", img: Image(post.acf_image), w: 507, h: 507 } %}` | |
@params |
Notes for using the Fire Stick for streaming and emulation (from a Canadian user). https://bit.ly/2ONhen3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$svg: 'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">'; | |
$path_attr: 'fill="transparent" stroke="%23bada55" stroke-width="4" stroke-linecap="round"'; | |
.bg_close { | |
background: url($svg + '<polyline points="4,4 46,46" ' + $path_attr + '/><polyline points="46,4 4,46" ' + $path_attr + '/></svg>') no-repeat 0 0; | |
background-size: 100% 100%; | |
} | |
.bg_left { | |
background: url($svg + '<polyline points="36,4 14,25 36,46" ' + $path_attr + '/></svg>') no-repeat 0 0; | |
background-size: 100% 100%; | |
} |
- Install Xcode. Run it at least once and jump through all the dialogs.
- Install the Xcode commandline tools. Open the terminal.app, type
xcode-select --install
. - Download the Higan source and unzip.
- In terminal, navigate to the higan subfolder
- Type
make
and wait for it to be built. Once finished it will be in the higan/out folder. - Do the same for the Icarus folder