Commit fae009c0 authored by marius david's avatar marius david
Browse files

custom canvas logo

parent 41c72d46
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
<svg width="7" height="7" version="1.1" viewBox="0 0 7 7" xmlns="http://www.w3.org/2000/svg">
 <g>
  <rect y="4" width="3" height="3"/>
  <rect x="3" width="4" height="4"/>
 </g>
</svg>
+1 −2
Original line number Diff line number Diff line
@@ -50,8 +50,7 @@ const variationsConfig = {
				url: "./_img/fedicanvas/final.png",
			}
		],
		//TODO:canvas adaptation
		icon: '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 192 192" aria-hidden="true"><polygon points="154 0 154 38 39 38 39 192 0 192 0 0"/><polygon points="192 38 192 192 77 192 77 153 154 153 154 38"/><rect x="77" y="77" width="38" height="38"/></svg>'
		icon: '<svg width="14" height="14" version="1.1" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><g><rect y="8" width="6" height="6"/><rect x="6" width="8" height="8"/></g></svg>'

	}
}
+1 −1
Original line number Diff line number Diff line
@@ -199,7 +199,7 @@ <h5 class="offcanvas-title" id="offcanvasListLabel">Atlas Entries List</h5>
				<div id="variantControls">
					<div class="input-group">
						<span class="input-group-text">
							<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 192 192" aria-hidden="true"><polygon points="154 0 154 38 39 38 39 192 0 192 0 0"></polygon><polygon points="192 38 192 192 77 192 77 153 154 153 154 38"></polygon><rect x="77" y="77" width="38" height="38"></rect></svg>
							<svg width="14" height="14" version="1.1" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><g><rect y="8" width="6" height="6"/><rect x="6" width="8" height="8"/></g></svg>
						</span>
						<select class="form-select shadow" name="variants" id="variants" title="Background image variants"></select>
					</div>