updated Branding
10
README.md
|
@ -96,11 +96,11 @@ Here are the details of each parameter used in the patching system:
|
||||||
4. **`copy`:**: Copies files or directories from the input path to the output path, overwriting if necessary.
|
4. **`copy`:**: Copies files or directories from the input path to the output path, overwriting if necessary.
|
||||||
- Copies the contents of a file or directory from i: to o:.
|
- Copies the contents of a file or directory from i: to o:.
|
||||||
- **Example:**
|
- **Example:**
|
||||||
```patch
|
```patch
|
||||||
t:copy
|
t:copy
|
||||||
i:/patcher/pre-compile-patches/branding
|
i:/patcher/pre-compile-patches/branding
|
||||||
o:/browser/branding/official
|
o:/browser/branding/official
|
||||||
```
|
```
|
||||||
|
|
||||||
### Example Patch Files
|
### Example Patch Files
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 24 KiB |
|
@ -1,2 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="336" height="48" viewBox="0 0 336 48"/>
|
<svg xmlns="http://www.w3.org/2000/svg" width="336" height="48" viewBox="0 0 336 48">
|
||||||
|
<text style="fill: rgb(255, 255, 255); font-family: Raleway; font-size: 42px; font-weight: 700; white-space: pre;" x="14.237" y="39.32">Spitfire</text>
|
||||||
|
<text style="fill: rgb(255, 255, 255); font-family: Arial, sans-serif; font-size: 42px; white-space: pre;" x="169.354" y="37.964">Browser</text>
|
||||||
|
</svg>
|
Before Width: | Height: | Size: 125 B After Width: | Height: | Size: 432 B |
|
@ -1,2 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="172" height="42"/>
|
<svg width="172" height="42" version="1.1" id="svg4" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<text style="font-family: Raleway; font-size: 42px; font-weight: 700; white-space: pre;" id="text2" x="16.0241" y="31.8086">Spitfire</text>
|
||||||
|
</svg>
|
Before Width: | Height: | Size: 104 B After Width: | Height: | Size: 276 B |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 33 KiB |