"vscode:/vscode.git/clone" did not exist on "c00179d46b57b42f96ba5f81052cd01c2dd1c5c6"
Commit db2a01d9 authored by Jonas Kaufmann's avatar Jonas Kaufmann
Browse files

logo: fix 0x0 px size when rendered in browser

Add width and height attribute in the top-level svg tag. This also fixes the logo not showing up in our documentation.
parent 3eef1d25
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 582.12 80.85"> <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 582.12 80.85" width="582.12" height="80.85">
<defs> <defs>
<style> <style>
.cls-1 { .cls-1 {
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 193.87 164.94"> <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 193.87 164.94" width="193.87" height="164.94">
<defs> <defs>
<style> <style>
.cls-1 { .cls-1 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment