Can Lighthouse run on browsers other than Google Chrome? [closed] - node.js
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I am currently using the Google Lighthouse tool to get insights on my website's performance.
I am able to run it only with the Google Chrome Browser.
Is it possible to run it in with other browsers?
If yes, which all browser does it support, and how to achieve that using cli command?
Please help. Thanks in advance!
You can Try Lighthouse in any browser on the Google Developers website, and you can add the webpage to your Bookmarks Toolbar to obtain easy access.
Alternatively, you can install the Tampermonkey extension available for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox, and then you can install my Lighthouse Userscript which will allow you to run Lighthouse on any page in any browser:
// ==UserScript==
// #name Run Lighthouse
// #namespace miller.run
// #version 0.1.0
// #description Run Lighthouse in any browser!
// #author Grant Miller
// #match *://*/*
// #grant none
// #noframes
// ==/UserScript==
'use strict';
(async () => {
const lighthouse_button = document.createElement('div');
const lighthouse_icon = '<svg viewBox="0 0 750 750" xmlns="http://www.w3.org/2000/svg"><path d="M92.43 571.02c52.32 0 52.32-33.94 104.64-33.94s52.3 33.94 104.63 33.94c52.32 0 52.32-33.94 104.63-33.94 52.3 0 52.32 33.94 104.64 33.94s52.32-33.94 104.64-33.94c49.5 0 52.18 30.34 96.57 33.64a326.73 326.73 0 0 0 8.1-72.4c0-179.86-145.83-325.68-325.7-325.68-179.87 0-325.7 145.82-325.7 325.7a326.75 326.75 0 0 0 7.9 71.5 98.88 98.88 0 0 0 15.66 1.18z" fill="#304ffe"/><path d="M362.98 213.56h84.84v78.5h-84.84z" fill="#ffd54f"/><path d="M362.98 213.56h29.95v78.5h-29.95z" fill="#fff176"/><ellipse cx="392.3" cy="233.21" fill="#fff176" rx="19.84" ry="24.89"/><path d="M360.9 204.7a43.84 43.84 0 1 1 87.67 0" fill="#f4511e"/><path d="M405.1 160.87a43.5 43.5 0 0 1 43.47 43.83H405.1v-43.83z" fill="#e64a19"/><rect fill="#f4511e" height="11.31" rx="5.66" ry="5.66" width="104.64" x="352.42" y="203.29"/><path d="M350.8 534.02l12.23-242.5h84.84l10.93 230.5z" fill="#c5cae9"/><path d="M449.04 310.25l3.26 64.17" fill="#ff7043"/><path d="M359.85 351.82l-3.42 67.3 95.87-44.7-3.26-64.17z" fill="#ff7043"/><path d="M455.52 437.66l3.27 64.18" fill="#ff7043"/><path d="M353.05 485.42l-3.42 67.3 109.16-50.88-3.28-64.18z" fill="#ff7043"/><path d="M350 255.9h109.48v35.82h-109.5z" fill="#e64a19"/><path d="M350 255.9h71.77v35.82H350z" fill="#f4511e"/><path d="M403.98 255.9c0 13-12.1 23.5-27 23.5s-27-10.52-27-23.5" fill="#ffe082" opacity=".5"/><path d="M542.66 245.8a19.6 19.6 0 0 1 8.32 1.85 34.5 34.5 0 0 1 66.7-9h.12a23.25 23.25 0 0 1 0 46.5h-75.14a19.67 19.67 0 1 1 0-39.34z" fill="#2979ff"/><path d="M319.66 433.3a16.6 16.6 0 0 1 7 1.55 29.23 29.23 0 0 1 56.53-7.63h.1a19.7 19.7 0 1 1 0 39.4h-63.64a16.67 16.67 0 1 1 0-33.33z" fill="#448aff"/><g transform="translate(-111.07 296.27)"><circle cx="593.87" cy="-88.78" fill="#fdd835" r="3.53"/><circle cx="624.87" cy="109.62" fill="#fff9c4" r="6.13"/><circle cx="253.47" cy="53.59" fill="#fff9c4" r="6.13"/><circle cx="353.42" cy="160.21" fill="#fff9c4" r="6.13"/><circle cx="598.48" cy="11.64" fill="#fff9c4" r="6.13"/><circle cx="727.63" cy="169.54" fill="#fff9c4" r="6.13"/><circle cx="240.27" cy="192.4" fill="#fdd835" r="3.53"/><circle cx="272.83" cy="121.09" fill="#fdd835" r="3.53"/><circle cx="294.74" cy="102.71" fill="#fdd835" r="3.53"/><circle cx="387.35" cy="20" fill="#fdd835" r="3.53"/><circle cx="679.87" cy="30.22" fill="#fdd835" r="3.53"/><circle cx="818.6" cy="177.65" fill="#fdd835" r="3.53"/><circle cx="328.68" cy="9.39" fill="#fdd835" r="3.53"/><circle cx="640.9" cy="179.2" fill="#fdd835" r="3.53"/><circle cx="747.87" cy="90.75" fill="#fdd835" r="3.53"/></g><path d="M364.42 212.37L29.8 164.57a3.65 3.65 0 0 0-1-.13c-8.67 0-16 31.9-16 71.15 0 39.25 7.33 71.06 16 71.06a3.66 3.66 0 0 0 .93-.13l334.64-47.88v-46.28z" fill="#ffe082" opacity=".5"/><path d="M451.07 291.52h-42.9v219.5l51.63 23-8.73-242.5z" fill="#304ffe" opacity=".5"/><path d="M302.7 571.75c52.32 0 52.32-33.94 104.63-33.94 52.3 0 52.32 33.95 104.63 33.95 44.42 0 51.13-24.46 84.16-31.84C551 515.26 483.6 499.6 408.28 499.6c-75.63 0-143.28 15.8-188.4 40.64 31.92 7.73 39 31.53 82.82 31.53z" fill="#00c853"/><path d="M302.8 571.28c52.32 0 52.32-33.94 104.63-33.94h1.1l-.58-37.32c-74.9 0-142 15.5-187.08 39.9 31.16 8 38.55 31.36 81.93 31.36z" fill="#64dd17"/></svg>';
const loading_icon = '<svg preserveAspectRatio="xMidYMid" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" fill="none" r="0" stroke="#f3b72e" stroke-width="2"><animate attributeName="r" begin="-0.5s" calcMode="spline" dur="1" keySplines="0 0.2 0.8 1" keyTimes="0;1" repeatCount="indefinite" values="0;40"/><animate attributeName="opacity" begin="-0.5s" calcMode="spline" dur="1" keySplines="0.2 0 0.8 1" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></circle><circle cx="50" cy="50" fill="none" r="0" stroke="#3869c5" stroke-width="2"><animate attributeName="r" begin="0s" calcMode="spline" dur="1" keySplines="0 0.2 0.8 1" keyTimes="0;1" repeatCount="indefinite" values="0;40"/><animate attributeName="opacity" begin="0s" calcMode="spline" dur="1" keySplines="0.2 0 0.8 1" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></circle></svg>';
const outgoing_icon = '<svg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path d="M38.288 10.297l1.414 1.415-14.99 14.99-1.414-1.414z"/><path d="M40 20h-2v-8h-8v-2h10z"/><path d="M35 38H15c-1.7 0-3-1.3-3-3V15c0-1.7 1.3-3 3-3h11v2H15c-.6 0-1 .4-1 1v20c0 .6.4 1 1 1h20c.6 0 1-.4 1-1V24h2v11c0 1.7-1.3 3-3 3z"/></svg>';
lighthouse_button.title = 'Generate Lighthouse Report';
lighthouse_button.innerHTML = lighthouse_icon;
lighthouse_button.style.position = 'fixed';
lighthouse_button.style.bottom = 0;
lighthouse_button.style.right = 0;
lighthouse_button.style.width = '50px';
lighthouse_button.style.height = '50px';
lighthouse_button.style.background = '#fafafa';
lighthouse_button.style.border = '1px solid #aaa';
lighthouse_button.style.borderRadius = '2px';
lighthouse_button.style.cursor = 'pointer';
lighthouse_button.style.zIndex = 2147483647;
lighthouse_button.addEventListener('click', event => {
const button = event.currentTarget;
if (button.id !== 'lighthouse-complete') {
const endpoint = `https://builder-dot-lighthouse-ci.appspot.com/stream?url=${location.href}`;
const source = new EventSource(endpoint);
button.title = 'Generating Lighthouse Report';
button.innerHTML = loading_icon;
source.addEventListener('message', e => {
if (e.data.startsWith('done')) {
const url = e.data.split(' ')[1];
source.close();
button.id = 'lighthouse-complete';
button.title = 'Open Lighthouse Report';
button.innerHTML = `${outgoing_icon}`;
return;
}
});
}
});
document.body.appendChild(lighthouse_button);
})();
Furthermore, you may also want to look into Porting Google Chrome extensions.
As long as you do not need to test applications running on your localhost, Lighthouse now has a Firefox extension.
https://addons.mozilla.org/en-US/firefox/addon/google-lighthouse/
Related
Selecting data with boolean
I have this data: Time Filename 60Ni 61Ni 62Ni 63Cu 64Ni 65Cu 66Zn 0 input/25.03.2022/220310001_Blk.TXT 0.004213561117649 0.0004941140553758 0.0008264054505464 0.0031620886176824 0.0027940864441916 0.0015828267166701 0.0016676299002331 0 input/25.03.2022/220310002_s01.TXT 10.450854313373563 0.4648053120821714 1.515178832411766 6.799761742353439 0.4018541350960731 3.1670226126909258 -0.0004149001091036 0 input/25.03.2022/220310003_Blk.TXT 0.0046728020068258 0.0005113642575452 0.0008742292275807 0.0038990775356069 0.0016948795023684 0.0018952833449778 0.0010220745559005 0 input/25.03.2022/220310004_NBS1.TXT 10.198064727783205 0.4535825699567795 1.4786694407463077 6.644256343841553 0.3992856484651566 3.094865655899048 0.0037580380868166 0 input/25.03.2022/220310004_NBS1.TXT 10.079309902191165 0.4483201849460602 1.46148056268692 6.564267292022705 0.3941892045736312 3.0576720571517946 0.0034487369190901 0 input/25.03.2022/220310004_NBS1.TXT 10.055493621826171 0.4472497546672821 1.4580038189888 6.549974250793457 0.3931813925504684 3.050980033874512 0.0033985046250745 0 input/25.03.2022/220310005_Blk.TXT 0.0054564320637534 0.000552704881799 0.0009742037393152 0.0051360657749076 0.0016950297751463 0.0024249535597239 0.0009928302722983 0 input/25.03.2022/220310006_s02.TXT 10.01531049013138 0.4454658553004265 1.4522675812244414 6.514146220684052 0.386061905324459 3.0344271540641783 0.000107468456008 0 input/25.03.2022/220310007_Blk.TXT 0.0058440430865933 0.0005767503850317 0.0010166236781515 0.005754723213613 0.0016812159873855 0.0026916580740362 0.0009854609476557 0 input/25.03.2022/220310008_IC11.TXT 9.994083042144776 0.4445306330919266 1.4492901706695556 7.470176630020141 0.3894518518447876 3.4796351766586304 0.0025492239557206 0 input/25.03.2022/220310008_IC11.TXT 9.96211524963379 0.4431046521663666 1.4446095180511476 7.446916389465332 0.3881216913461685 3.4687003660202027 0.0025008138502016 0 input/25.03.2022/220310008_IC11.TXT 9.986034145355225 0.4441730308532715 1.4480724453926086 7.463679447174072 0.3892696779966354 3.4765151739120483 0.0026400250289589 0 input/25.03.2022/220310009_Blk.TXT 0.0063325553511579 0.0006097427569329 0.0010847105528227 0.0069349051453173 0.001787266593116 0.0031935206692044 0.0010376764985267 0 input/25.03.2022/220310010_IC21.TXT 9.907929096221924 0.4407092106342316 1.436798827648163 6.06647294998169 0.381802784204483 2.8266239309310914 -1.9165552830600065e-05 0 input/25.03.2022/220310010_IC21.TXT 9.898069801330566 0.440289745926857 1.4353946447372437 6.061149816513062 0.381249166727066 2.824158968925476 -0.000127439211501 0 input/25.03.2022/220310010_IC21.TXT 9.873182182312013 0.4391724157333374 1.4317991995811463 6.046364660263062 0.3803336149454117 2.8172996759414675 -0.0001105861682299 0 input/25.03.2022/220310011_Blk.TXT 0.006776000233367 0.0006151825053772 0.0011437231053908 0.0076008092767248 0.0019233425652297 0.0034851033162946 0.0010968211592019 0 input/25.03.2022/220310012_s03.TXT 9.919624531269074 0.4412683457136154 1.4386062547564509 6.453964179754257 0.3823180440813303 3.006967249512672 -5.925155056729638e-06 0 input/25.03.2022/220310013_Blk.TXT 0.0070609439785281 0.000630383901686 0.0011728596175089 0.0080440094384054 0.002036696835421 0.0036809448773662 0.0011725965615672 0 input/25.03.2022/220310014_NBS2.TXT 9.981303691864014 0.4439967930316925 1.4475916290283204 6.529758939743042 0.3842234253883362 3.0423321390151976 -0.0003124714840669 0 input/25.03.2022/220310014_NBS2.TXT 9.914944686889648 0.4410672289133072 1.43802725315094 6.483507022857666 0.3816052615642548 3.020912132263184 -0.0003612653422169 0 input/25.03.2022/220310014_NBS2.TXT 9.886322116851806 0.4397846907377243 1.433876838684082 6.466586313247681 0.3804377472400665 3.012995510101318 -0.0004034811019664 0 input/25.03.2022/220310015_Blk.TXT 0.0073987463644395 0.0006374313224417 0.00121240914256 0.0086917337340613 0.0023169121006503 0.0039539939956739 0.0013138331084822 0 input/25.03.2022/220310016_IC12.TXT 9.85557996749878 0.4384415912628174 1.429577150344849 7.381738519668579 0.3795971584320068 3.4393920421600344 -0.0002216772679821 0 input/25.03.2022/220310016_IC12.TXT 9.82486707687378 0.4370819771289825 1.4251339054107666 7.356578054428101 0.3785045564174652 3.4277337741851808 -0.0001708243161556 0 input/25.03.2022/220310016_IC12.TXT 9.80790719985962 0.4363300800323486 1.4227154779434203 7.344034671783447 0.3781744015216827 3.421962966918945 4.260804889781866e-06 0 input/25.03.2022/220310017_Blk.TXT 0.0075777747668325 0.0006548739698094 0.0012614171913204 0.0094458545868595 0.0020529380068182 0.0042742350138723 0.0011683187098242 0 input/25.03.2022/220310018_s04.TXT 9.812697958946227 0.4365527924150228 1.4234635725617408 6.387677395343781 0.3783831790089607 2.9768310248851777 -2.183340569104075e-05 0 input/25.03.2022/220310019_Blk.TXT 0.0078119638841599 0.0006677620811387 0.001280953696308 0.0097443414541582 0.0025180794376259 0.0044003704718003 0.0014272088340173 I read it and I drop everything I don't want:: import pandas as pd df = pd.read_csv(fullname, delimiter='\t', index_col=False) df.drop(['Time', '60Ni', '61Ni', '62Ni', '64Ni', '66Zn'], axis=1, inplace=True) inserting a ratio: df['Cu_ratio'] = df['65Cu'] / df['63Cu'] detecting rows by name: df['blank']=df['Filename'].str.contains('_Blk|_BLK') df['standard']=df['Filename'].str.contains('_s') df['sample']=~df['blank'] & ~df['standard'] dfSamples=df[df['sample'] == True] then I need to detect the "standard" before and after each "sample" i = 0 for sampleIndex in dfSamples.index: dfBefore=df.iloc[0:sampleIndex] dfBeforeInverse=dfBefore[::-1] dfStandardBefore = dfBeforeInverse[dfBeforeInverse['standard'] == True] indexBefore = dfStandardBefore.index[0] df.at[sampleIndex, 'standardBefore'] = indexBefore lastIndex = df.index[-1] dfAfter=df.iloc[sampleIndex:lastIndex] dfStandardAfter = dfAfter[dfAfter['standard'] == True] indexAfter = dfStandardAfter.index[0] df.at[sampleIndex, 'standardAfter'] = indexAfter this works so far. But where I'm struggling: I need to make a calculation: First, I need to calculate the average of the "standard" before and after each "sample": I tried it with av_std = sum(dfStandardBefore['Cu_ratio'], dfStandardAfter['Cu_ratio']) / 2 but it calculates the sum of ALL standards before and after, not only the masked with boolean. What I need it to be for example: s01 and s02 for NBS1; s02 and s03 for IC11 and IC21, s03 and s04 for NBS2 and IC12, and so on. The last step would be to make a calculation for each sample: delta = (av_std / sample) * 1000 and export it into a csv. How can I solve this?
SVG Path animation using data-scroll in Locomotive Scroll
I am trying to animate a SVG Path when the SVG element enters the viewport, I am using Locomotive Scroll on my website. I tried using data-scroll of Locomotive Scroll, which enables element detection in viewport, but unfortunately when I check the dev console of my browser I found, there is no .is-inview class applied to the SVG element when it's in the viewport. (I tried adding data-scroll to both SVG and SVG Path, still no response). svg { pointer-events: none; width: 90%; height: 90%; } .path1 { stroke-dasharray: 20030.568359375; stroke-dashoffset: 20030.568359375; animation: dash 2s linear forwards; } #keyframes dash { to { stroke-dashoffset: 0; } } <svg xmlns="http://www.w3.org/2000/svg" data-scroll> <g id="Layer_1"> <title>Layer 1</title> <path d="m1285.5,318.79999c0,-1 0.38269,-2.07611 0,-3c-1.62354,-3.91968 -2.94849,-5.29871 -4,-7c-1.17554,-1.9021 -4,-4 -4,-4c-2,-1 -3.797,-3.2565 -5,-4c-2.68994,-1.66251 -4,-2 -6,-3c-4,-2 -8.05347,-5.5405 -10,-6c-4.35254,-1.0275 -10.13049,-3.48758 -15,-5c-7.27307,-2.25894 -11.1908,-2.42215 -15,-4c-5.38708,-2.23141 -8.5614,-3.89737 -14,-6c-4.75598,-1.83868 -10.7699,-2.54861 -15,-4c-4.823,-1.65482 -9.8761,-1.34314 -15,-3c-3.9231,-1.26855 -8.80566,-2.44839 -13,-4c-3.86694,-1.43048 -7.9436,-1.18835 -11,-2c-4.92822,-1.30875 -11.97412,-2.1391 -17,-3c-6.9696,-1.19385 -16.02295,-1.81128 -25,-3c-13.03906,-1.72662 -23.07666,-3.31647 -35,-4.99998c-10.0979,-1.42578 -19.93799,-4.49829 -26,-5c-5.97961,-0.49489 -13.93738,-1.3817 -25,-3c-8.96002,-1.31073 -17.63568,-3.48038 -27,-5c-9.87085,-1.60182 -20.76025,-2.08473 -32,-4c-13.83624,-2.35771 -28.89227,-3.64603 -45,-6c-18.90417,-2.76265 -38.11084,-4.67168 -58,-7c-27.27283,-3.19269 -47.00323,-7.9586 -60,-9c-12.00311,-0.96178 -26,-2 -35,-2c-8,0 -15.01257,-0.64555 -20,-1c-7.05328,-0.50127 -14,-1 -23,-1c-9,0 -26,0 -36,0c-13,0 -23.01312,0.12335 -33,-1c-8.01172,-0.90118 -19,-1 -28,-1c-7,0 -16,0 -25,0c-8,0 -16,0 -30,0c-13,0 -29,0 -37,0c-14,0 -26,0 -39,0c-13,0 -24,0 -27,0c-3,0 -10,0 -18,0c-12,0 -21,0 -32,0c-12,0 -25,0 -28,0c-4,0 -9.79025,-0.99023 -17,-2c-3.96133,-0.55481 -7,0 -9,0c-4,0 -7,0 -13,0c-6,0 -13,0 -17,0c-4,0 -13.86484,0.99594 -25,2c-7.96768,0.71844 -18,0 -23,0c-7,0 -18.01257,-0.35445 -23,0c-7.05328,0.50127 -14.94672,3.49873 -22,4c-7.97987,0.56711 -16.93796,3.49829 -23,4c-7.97275,0.65985 -11.47125,1.45877 -18,3c-1.9465,0.4595 -3.90067,1.2124 -8,3c-7.83176,3.41519 -13.15688,4.5797 -19,7c-4.13171,1.71141 -10.80901,5.32144 -14,7c-4.76599,2.50705 -9.83772,1.83772 -13,5c-1.58115,1.58115 -3.81265,3.2068 -6,5c-2.78833,2.28587 -4.59399,4.513 -7,6c-2.68999,1.66251 -5.41885,3.41885 -7,4.99998c-1.58115,1.58115 -2.186,1.69254 -4,3c-1.14726,0.8269 -4,3 -6,4c-2,1 -2.6475,2.9725 -7,4c-2.91975,0.68927 -3.066,-0.12234 -5,1c-3.11848,1.80972 -5.54916,2.95517 -9,4c-0.95709,0.28979 -3.37202,1.3851 -7,4c-3.44181,2.48071 -5.69255,5.186 -7,7c-2.48071,3.4418 -4.81266,4.20682 -7,6c-2.78832,2.28589 -5.21168,3.71411 -8,6c-2.18734,1.79318 -5.61105,2.92807 -8,5c-1.68925,1.46509 -2.82108,5.29871 -6,7c-0.88168,0.47186 -2,3 -4,5c-2,2 -2,4 -4,6c-1,1 -1.67963,3.02582 -2,5c-0.50654,3.12143 -1,5 -1,8c0,4 0,5 0,11c0,3 1,5 4,11c3,6 5,10 10,15c5,5 8.55798,10.58408 15,15c8.492,5.82114 15.87392,10.20764 24,15c8.86828,5.23007 20.34281,11.18661 33,17c13.41728,6.16251 26.95572,9.60611 42,17c10.95497,5.38409 24.28275,10.17593 37,15c11.29753,4.28552 23.11809,10.3754 30,12c9.23305,2.17963 19,5 26,6c7,1 16.14862,4.01242 26,6c13.33282,2.68997 23.88699,8.41913 38,12c8.93637,2.2674 19.85974,6.69373 38,10c13.91293,2.5358 26.42401,3.96326 37,6c8.83762,1.70197 13.66708,1.94373 21,4c6.80844,1.90921 16.05994,3.02252 24,4c8.18442,1.00754 17.02335,3.78909 27,5c7.01956,0.85199 13.04199,2.58362 25,4c13.06165,1.54706 28.04547,3.68457 43,6c17.05939,2.64136 30.1239,3.14172 44,5c11.30084,1.51337 23.96259,4.49939 34,5c13.9826,0.69739 29,3 44,3c4,0 19,1 36,1c18,0 33.97327,-0.49969 48,-1c13.99109,-0.49902 30.9458,-3.46021 46,-5c13.96283,-1.42816 28.95514,-1.2793 53,-5c20.96368,-3.24396 39.13416,-4.64539 56,-7c18.26196,-2.54956 32.08368,-4.41711 48,-7c15.09955,-2.45032 30.0174,-3.30261 44,-4c10.03741,-0.50061 23.27783,-0.7796 40,-4c6.21045,-1.19601 23.98938,-5.06992 37,-7c13.98901,-2.07523 26.88733,-5.37668 33,-7c9.85645,-2.61752 16.04504,-3.84842 23,-6c6.04199,-1.86917 13.1853,-3.36743 21,-6c7.21729,-2.4313 13.21509,-5.36078 20,-8c10.4198,-4.05313 17.89172,-6.19577 25,-10c5.91443,-3.16531 13.08557,-4.83469 19,-8c7.10828,-3.80423 12.80237,-5.84024 18,-9c4.27246,-2.59732 6,-7 11,-11c5,-4 9,-8 13,-11c4,-3 7.93787,-6.04733 11,-10c3.92139,-5.06186 7.94006,-7.37537 11,-13c1.51123,-2.7778 4.98157,-5.71201 6,-11c0.37817,-1.9639 1.28857,-3.86829 3,-8c1.21021,-2.92157 1,-6 1,-7c0,-2 1,-5 1,-8c0,-2 0,-5 0,-9c0,-4 0,-8 0,-10c0,-2 0,-4 0,-6c0,-2 0.24438,-5.01498 0,-7c-0.50378,-4.09222 -0.51941,-5.03873 -1,-8c-0.50659,-3.12143 -2,-4 -4,-8c0,0 -2.34619,-3.70547 -4,-6c-1.3075,-1.814 -3.22278,-3.724 -7,-7c-3.20508,-2.77979 -8.70251,-7.56351 -14,-10c-2.87292,-1.32138 -7.94336,-3.14774 -13,-5c-5.93872,-2.17538 -9.13306,-2.56952 -13,-4c-4.19434,-1.55161 -9.13306,-1.56952 -13,-3c-4.19434,-1.55161 -11,-3 -18,-4c-7,-1 -14,-2 -24,-4c-5,-1 -10.0304,-1.80615 -17,-3c-5.02588,-0.8609 -10.01257,-1.64557 -15,-2c-7.05322,-0.50125 -13.17419,-1.25079 -19,-3c-9.43286,-2.83221 -18.96289,-5.17505 -28,-7c-10.95911,-2.21309 -19.12842,-4.57259 -27,-5.99998c-8.40686,-1.52446 -15.19153,-3.09081 -22,-5c-7.33289,-2.05627 -17.95435,-4.13977 -30,-8c-12.95264,-4.15086 -29.08154,-6.66628 -42,-10c-14.09833,-3.63821 -34.16943,-7.22525 -45,-10c-9.19,-2.35445 -24.00464,-6.95045 -35,-8c-10.00439,-0.95494 -22.81824,-2.9407 -36,-5c-11.89728,-1.85863 -26.02838,-1.70387 -38,-3c-15.0448,-1.62885 -32.01526,-1.14449 -56,-2c-14.02673,-0.50032 -33.00885,-0.46756 -49,-1c-15.02496,-0.50027 -28,-2 -43,-2c-15,0 -29.90662,-0.99806 -46,-2c-13.97296,-0.86992 -28.00684,0.43686 -42,0c-16.02344,-0.50024 -31,-3 -44,-3c-12,0 -28,0 -42,0c-16,0 -27,0 -37,0c-10,0 -20,0 -29,0c-8,0 -22.91425,0.49083 -33,2c-9.93921,1.48724 -19,2 -31,2c-8,0 -12.83551,1.99399 -22,3c-10.93433,1.20029 -25,0 -38,0c-13,0 -24,3 -34,3c-17,0 -28.03018,1.14934 -40,2c-14.10655,1.00252 -26.01503,3.91182 -38,6c-11.0144,1.91907 -15.897,5.53873 -25,7c-9.92284,1.59288 -17.05533,2.85641 -25,6c-12.0881,4.78308 -18,8 -25,12c-7,4 -13.50433,6.59399 -18,9c-4.9875,2.66924 -7.22273,6.72398 -11,10c-1.06837,0.92659 -4.57111,5.67946 -9,7.99998c-2.80108,1.46762 -5.71412,7.21167 -8,10c-1.79319,2.18735 -3.22054,4.83127 -7,10c-2.12819,2.91046 -4.34619,6.70547 -6,9c-3.92236,5.44199 -4.5635,8.70251 -7,14c-2.64276,5.74594 -2.83504,8.00681 -3,10c-0.50171,6.06204 -1.2669,14.04495 -2,20c-0.50377,4.09222 -1,9 -1,13c0,4 -1.60853,11.16339 0,19c1.53127,7.46024 3.67121,12.21262 7,17c3.65543,5.25717 5.8819,10.07278 9,15c3.85613,6.09344 6.10436,12.5145 11,20c4.27493,6.53644 11.15359,15.82532 18,22c11.74148,10.58951 20,14 26,18c6,4 13.78357,7.46585 22,11c10.75223,4.62488 21.6391,7.15756 36,11c10.80042,2.8898 24.28275,5.17593 37,10c11.29753,4.28552 32.86905,11.46899 50,16c16.88367,4.46558 34.98621,8.09814 56,11c14.99048,2.07007 29.02432,5.50732 34,6c5.07422,0.50244 19.08395,3.55798 36,7c13.07376,2.66022 29.00659,5.81848 59,7c22.00565,0.86688 41.13611,-0.31018 57,2c13.20239,1.92261 26.76184,5.49158 41,7c13.92212,1.47491 15.01337,-0.58911 28,0c22.06805,1.00104 47,2 72,2c36,0 57,0 72,0c13,0 25,0 40,0c15,0 29,0 47,0c17,0 32,0 45,0c16,0 28.03204,0.83875 39,0c13.11462,-1.00293 24.95428,-5.13977 37,-9c12.95264,-4.15088 24.44153,-5.3042 39,-10c11.49963,-3.70917 20.30457,-7.97308 32,-12c9.31232,-3.20636 15.35394,-4.69037 25,-8c6.34509,-2.17706 11.88574,-6.32422 20,-9c6.91394,-2.27997 15.03064,-4.75519 24,-6c12.05005,-1.67236 21.2323,-2.53879 32,-5c8.32922,-1.90384 18.35144,-4.4505 26,-7c7.64856,-2.5495 13.13049,-3.48758 18,-5c7.27307,-2.25894 12.30359,-3.37256 19,-7c6.34058,-3.43469 14.13306,-7.56952 18,-9c6.2915,-2.32739 11.37207,-6.3851 15,-9c3.44177,-2.48071 7.78491,-9.22733 12,-13c4.77112,-4.27039 9.24609,-7.6235 14,-11c6.36755,-4.52261 9,-8 12,-12c3,-4 7.21289,-8.07739 10,-13c2.03149,-3.58792 5.8512,-8.48532 8,-13c3.54395,-7.4458 4.45972,-11.84235 7,-20c1.22583,-3.93668 2.14771,-8.94342 4,-14c1.08765,-2.96933 1.35925,-6.05164 2,-10c0.50659,-3.12143 1,-4 1,-9c0,-3 0,-5 0,-8c0,-4 0,-7 0,-11c0,-4 -1,-8 -2,-11c-1,-3 -2,-5 -4,-9c-1,-2 -1.38513,-4.37201 -4,-8c-2.48071,-3.4418 -7.40405,-6.41156 -12,-10c-4.45874,-3.48129 -8.1958,-5.64886 -12,-8c-4.2533,-2.62866 -9.92761,-6.23172 -16,-8c-7.91736,-2.30554 -20.83435,-5.48865 -32,-9c-14.8092,-4.65715 -25.58057,-6.98047 -40,-8.99998c-3.9613,-0.55481 -10.00977,-0.80292 -12,-1c-5.07422,-0.50244 -17.03625,-2.65959 -28,-4c-13.05579,-1.59618 -27.91602,-4.48926 -44,-7c-23.89734,-3.73041 -38.69116,-5.19386 -52,-8c-16.74896,-3.53148 -33.04547,-3.68456 -48,-6c-17.05939,-2.64134 -34.92993,-5.4286 -52,-8c-15.94464,-2.40186 -31.98059,-3.10532 -48,-6c-22.97321,-4.15121 -38.04413,-5.67409 -54,-8c-18.05743,-2.63226 -36.61444,-5.74382 -60,-10c-18.7962,-3.42091 -36,-2 -54,-2c-14,0 -29,0 -41,0c-14,0 -31,0 -43,0c-16,0 -32,0 -48,0c-14,0 -30,0 -45,0c-15,0 -28,0 -43,0c-16,0 -29,0 -49,0c-14,0 -25,0 -39,0c-14,0 -24.16684,-1.90854 -35,0c-11.52719,2.03081 -24.89774,4.48392 -38,7c-12.91693,2.48048 -28.07831,4.64464 -47,9c-16.07214,3.69946 -29.797,7.2565 -31,8c-10.75998,6.65002 -20.23531,6.36955 -29,10c-8.26343,3.42282 -13.89171,8.19576 -21,12c-7.88594,4.22043 -17.28932,7.28189 -23,10c-11.77287,5.60353 -17,11 -22,13.99998c-5,3 -9.05859,5.91895 -16,11c-4.03461,2.95331 -6.41156,7.40402 -10,12c-3.4813,4.45877 -6.41886,8.25659 -8,13c-1.26491,3.79474 -2.99245,9.81558 -4,18c-0.61092,4.96252 0,12 0,18c0,5 -0.85529,9.05246 0,16c0.50378,4.09222 3,10 5,14c2,4 3.5971,11.59677 8,20c2.32053,4.42889 7.41452,12.39722 13,20c5.45853,7.42996 10.43625,11.43967 17,17c4.3163,3.65646 9.43195,9.73459 17,15c8.45139,5.87997 18.46593,9.17944 26,14c10.78716,6.90198 24.10802,16.62408 34,21c7.54128,3.33603 17.67072,6.72147 28,11c11.68625,4.84061 23.33292,9.85693 35,13c9.70392,2.6142 22.03995,5.84445 34,9c18.06342,4.76587 34.7597,9.48389 55,12c19.87204,2.47034 41.00043,4.97064 42,5c17.02203,0.50024 38,1 58,1c16,0 33.02881,-0.44702 52,1c20.04156,1.52863 44,2 77,2c23,0 42.02484,-0.99628 62,0c20.07477,1.00122 41,2 64,2c26,0 49,0 75,0c22,0 45,0 74,0c16,0 32.04089,0.98975 44,0c12.12408,-1.00342 22.84442,-3.41327 33,-7c12.82513,-4.52954 22.75781,-8.6264 35,-13c9.83173,-3.51245 21.92657,-7.24704 35,-11c14.92151,-4.28348 27.21082,-7.45334 33,-10c9.42407,-4.14566 16.02747,-7.95468 21,-11c8.04517,-4.92706 15.52039,-10.86526 24,-15c10.52063,-5.12994 21.32996,-9.38828 31,-15c6.23694,-3.61945 13.13879,-7.81116 20,-13c5.10706,-3.8623 11.07275,-7.8819 16,-11c6.09351,-3.85614 10.68469,-6.12683 16,-11c4.71973,-4.32715 8.22729,-8.78491 12,-13c4.27039,-4.77115 6.17358,-10.29095 9,-17c3.13013,-7.42984 7.92554,-14.62061 10,-21c1.8811,-5.78461 3.49622,-10.90778 4,-15c0.48877,-3.97003 0,-8 0,-11c0,-3 0.12817,-6.08954 -2,-9c-3.77942,-5.16873 -7.75256,-9.34491 -16,-15c-7.78064,-5.33499 -17.70154,-11.58298 -29,-17c-11.72229,-5.62021 -24.547,-11.09946 -38,-16c-10.71313,-3.90247 -25.77112,-8.69653 -37,-12c-21.6438,-6.36752 -35,-8.99998 -48,-11.99998c-13,-3 -28.88623,-5.68797 -45,-8c-19.896,-2.85469 -35.948,-5.29214 -52,-8c-19.94202,-3.36406 -36.86908,-5.20528 -59,-7c-37.88879,-3.07262 -59.07953,-1.28976 -89,-5c-27.08722,-3.3589 -51.98297,-8.49988 -74,-9c-23.99384,-0.54503 -46,0 -67,0c-23,0 -44,0 -66,0c-28,0 -48,0 -65,0c-17,0 -33,0 -48,0c-15,0 -29,0 -44,0c-17,0 -36,0 -51,0c-15,0 -31,0 -59,0c-16,0 -28.11868,-1.81906 -42,0c-15.39258,2.01711 -27.11172,4.46118 -38,7c-14.17986,3.3063 -26,7 -38,11c-15,5 -27.95007,8.166 -41,12c-24.90875,7.31805 -36,9 -39,10c-12,4 -21.11329,6.83504 -27,10.99998c-8.16339,5.77573 -12.72651,10.29361 -17,14c-3.77727,3.276 -6.44298,5.6387 -8,8c-2.96449,4.49576 -4.11717,15.96872 -7,27c-1.04249,3.98914 -1,10 -1,18c0,9 0,22 0,34c0,6 -1.04952,14.47662 3,22c6.44656,11.97672 13.95464,23.95465 25,35c11.04536,11.04535 23.07971,18.19452 40,24c19.2921,6.61926 29.41354,9.8476 52,16c26.49376,7.21671 53.42203,11.35812 74,16c11.41782,2.57556 26.25049,4.8064 62,10c24.26062,3.52454 47.86682,10.94656 73,14c23.90741,2.90454 46.68677,7.96011 72,11c23.84946,2.86414 48.99597,5.09247 71,6c26.99554,1.1134 50.96881,1.49878 79,3c27.97778,1.49835 81,3 112,3c30,0 61,2 93,2c30,0 59,0 85,0c23,0 47.01923,-0.76373 73,-3c21.01733,-1.80902 49.82495,-7.55304 68,-13c14.87073,-4.45667 28.30188,-8.00333 43,-13c12.30823,-4.18423 23,-11 33,-15c10,-4 19.47363,-7.9881 31,-14c11.56042,-6.02966 19.08215,-14.92462 31,-28c9.06287,-9.94308 15.74939,-18.18668 24,-29c7.76819,-10.18112 12.36951,-20.23532 16,-29c3.42285,-8.26343 6.38782,-15.10059 8,-23c1.45581,-7.13306 3,-14 3,-22c0,-12 0.85522,-16.05246 0,-23c-0.50378,-4.09222 -4.90381,-10.06528 -9,-16c-4.88647,-7.07971 -12.89551,-13.19769 -26,-20c-15.87695,-8.24142 -33.7572,-15.68628 -64,-25.99998c-18.8584,-6.43127 -39.94763,-12.29961 -62,-16c-25.94324,-4.35327 -34.03467,-4.69447 -53,-7c-29.06061,-3.53276 -62.1908,-4.4402 -93,-9c-25.2204,-3.73265 -52,-7 -77,-11c-25,-4 -64,-5 -67,-5c-21,0 -48,0 -74,0c-25,0 -39.00537,-0.452 -58,0c-21.01782,0.50014 -47.00464,0.5195 -72,1c-26.0144,0.50009 -52.17389,2.4783 -85,7c-27.20221,3.74701 -51.24808,7.21088 -72,11c-22.43262,4.09601 -42.15302,9.39618 -63,15c-20.16479,5.42044 -42.31647,6.93077 -62,11c-22.6087,4.67397 -43.27029,10.09795 -68,17.99998c-25.30994,8.08743 -57.23163,20.19067 -76,26c-14.20134,4.39569 -26.63503,10.14236 -35,17c-7.6557,6.27618 -11.3853,13.77173 -16,22c-3.28136,5.85086 -7.48393,14.67035 -9,25c-0.29043,1.97879 -1.47644,4.63571 3,13c5.38,10.05264 17.66628,20.55493 34,30c29.4333,17.02002 61.46169,30.54022 91,40c18.71078,5.99222 80.28439,20.20682 142,39c63.34738,19.2901 156.92767,37.70807 222,44c69.93054,6.76172 138,10 204,10c60,0 110.94586,-5.34937 155,-12c41.95105,-6.33313 80.12341,-11.30154 116,-18c29.11108,-5.4353 55.52344,-15.18256 94,-30c19.77405,-7.61502 36.18579,-14.21252 49,-24c8.99109,-6.86734 13.33447,-15.89365 17,-28c3.30408,-10.91254 6.14136,-25.10272 8,-37c2.05933,-13.18179 3.98975,-23.04089 3,-35c-1.00342,-12.12408 -5.72998,-24.66519 -13,-37c-9.44482,-16.02484 -25.45923,-29.39157 -43,-39c-22.48022,-12.31418 -47.41284,-20.34769 -83,-27.99998c-40.51074,-8.71101 -83.06506,-12.48468 -93,-14c-34.31622,-5.23404 -127.91608,-18.92665 -167,-22c-72.88452,-5.73125 -147,-9 -217,-9c-64,0 -117.10217,4.33894 -158,11c-39.10791,6.36954 -68.90115,14.32889 -105,25c-27.92584,8.25511 -68.18454,20.4232 -94,28.99998c-28.21567,9.37421 -54.58238,21.38336 -79,28c-18.74062,5.07831 -33.44547,10.44797 -41,17c-7.47861,6.48618 -13.8968,18.78915 -17,34c-2.82693,13.85672 -2,29 -2,41c0,7 2.13103,21.12973 13,37c11.21594,16.37689 30.6162,31.76651 60,46c41.48671,20.0961 71.04538,31.76285 103,38c69.10193,13.48785 151.72165,30.74707 237,38c113.74713,9.67419 182.9519,4.63672 242,-3c64.94952,-8.3999 123.78973,-16.46613 185,-32c57.93799,-14.7034 93.78613,-32.69949 132,-44c28.84827,-8.53094 63.61206,-16.55756 98,-32c38.75684,-17.40436 60.62646,-29.09094 72,-42c9.76062,-11.0784 12.99597,-26.86484 14,-38c0.98792,-10.95557 0.38013,-20.19925 -5,-30c-5.61182,-10.2229 -17.78601,-23.93759 -36,-34c-22.75793,-12.57278 -56.63721,-24.23611 -99,-35.99998c-68.47229,-19.01428 -130.93896,-32.34178 -186,-42c-70.92407,-12.44073 -89.87872,-16.84952 -129,-22c-72.80878,-9.58559 -141.01593,-17.63876 -213,-21c-58.01434,-2.70894 -102,-4 -168,-4c-31,0 -55.26776,1.07205 -81,9c-23.27213,7.17 -47.74518,16.88069 -74,24c-16.85556,4.57059 -33.41501,11.17198 -48,19c-18.58707,9.97601 -33,19 -45,29c-12,10 -32.21162,21.85405 -36,30.99998c-0.38269,0.92389 -4.4201,4.70151 -10,13c-6.50722,9.67761 -10.98491,19.63113 -13,36c-1.22183,9.92508 -0.52716,27.00732 0,46c0.5002,18.02081 5.82553,35.62732 31,67c21.26053,26.49509 51.28497,52.15439 83,71c43.08698,25.60303 91.49954,44.6225 153,55c31.7995,5.36578 100.00775,5.09827 178,4c71.02112,-1.00012 136.20807,4.21759 229,-2c52.35162,-3.50787 104.64941,-11.57495 145,-21c37.87775,-8.84747 63.63184,-20.90796 85,-34c19.63025,-12.02725 36.43506,-25.95685 47,-42c9.34973,-14.19794 19.12573,-31.26068 28,-46c8.07361,-13.40955 13.2981,-27.9389 15,-37c2.42798,-12.92691 3.64795,-25.03455 5,-37c1.58789,-14.0527 4,-25 4,-36c0,-8 1.02856,-18.44388 -5,-31c-6.01294,-12.52374 -21.81921,-35.44669 -35,-44.99998c-14.86401,-10.77321 -36.70435,-19.86176 -56,-26c-25.65881,-8.16246 -56.01318,-12.91887 -87,-18c-30.013,-4.92145 -44.73645,-8.50854 -71,-10c-50.95709,-2.89374 -150.00745,1.01549 -215,2c-66.02271,1.00012 -134,2 -202,2c-65,0 -122,0 -159,0c-33,0 -60.98956,0.09895 -89,3c-19.99281,2.07066 -41.81847,1.21918 -64,8c-2.13838,0.6537 -5.0125,3.33076 -10,6c-4.49568,2.40601 -9,5 -11,7c-3,3 -5.88052,4.95782 -8,11c-1.32402,3.77452 -1.49829,10.93796 -2,17c-0.98976,11.95911 -0.45314,20.01027 0,29.99998c0.50052,11.03403 5.93277,27.02783 13,44c7.92474,19.03152 18.19173,35.03098 31,52c12.19868,16.16144 27.91243,37.87503 45,58c16.02486,18.87335 43.19461,51.11627 65,66c22.23904,15.17975 44.01291,23.83981 45,24c12.48578,2.02618 23,8 25,8c1,0 6.09665,-1.38702 16,0c14.41949,2.01953 25.93741,6.38171 37,8c8.96002,1.31073 14,2 19,2c5,0 12,0 18,0c4,0 11.10361,-0.91907 24,1c9.11914,1.35699 17.96262,3.49939 28,4c7.99005,0.3985 17,0 24,0c4,0 8,1 11,1c1,0 3,0 4,0c2,0 6.00867,-0.41559 16,0c12.03119,0.50043 27,2 39,2c14,0 22,0 27,0c7,0 11,0 18,0c6,0 13,-1 24,-1c11,0 23,0 35,0c11,0 25,0 33,0c8,0 15.9585,-0.49921 25,-1c7.98773,-0.44238 17.94672,-2.49872 25,-3c4.98743,-0.35443 10,0 15,0c3,0 4,-1 8,-1c4,0 5,0 8,0l2,0l1,0l0,1" id="svg_1" opacity="undefined" stroke="#000" stroke-width="0.9" fill="none" class="path1" data-scroll/> </g> </svg>
LocomotiveScroll cant see the SVG, so you just know when you see the svg by embedding between HTML tag..but no solution inside SVG a fortiori in path
SVG that won't load in illustrator - saying "This SVG is invalid. Validate it before opening."
Here's the code - let me know if there's anything you see missing or unneeded. The file displays just fine in chrome :) <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <body> <svg style="fill: rgb(62, 156, 205); width:15%; float:left; margin-right:5%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 152.69 149.72"><path d="M151.37 81.59c-.88.15-1.76.3-2.55.27-.88-.03-1.61-.8-2.39-1.02-.83-.23-1.69-.21-2.43-.62-.74-.41-1.31-1.04-1.97-1.6-.64-.54-1.12-1.23-1.7-1.87-.57-.62-1.4-1.02-1.92-1.71-.53-.7-1.08-1.36-1.65-1.96-.6-.64-1.32-1.1-1.96-1.63-.67-.56-1.38-.97-2.08-1.42-.72-.46-1.35-1.05-2.12-1.39-.77-.35-1.47-.94-2.29-1.18-.8-.23-1.73.07-2.57-.05-.82-.13-1.63-.1-2.49-.13-.82-.03-1.65-.31-2.51-.26-.82.06-1.62.37-2.47.5-1.13.17-2.08.05-2.41-.31-.35-.38-.38-1.39.03-2.5.29-.8.73-1.55 1.16-2.17.47-.68 1.3-.99 1.91-1.47.61-.49 1.26-.87 1.99-1.19.7-.31 1.38-.76 2.16-.94.75-.17 1.55-.17 2.35-.25.91-.09 1.77-.58 2.67-.68.9-.09 1.84.13 2.74-.01.9-.14 1.82-.15 2.71-.37.79-.2 1.57-.42 2.28-.7.76-.3 1.24-1.07 1.91-1.46.7-.4 1.5-.57 2.1-1.07.61-.51 1.35-.91 1.87-1.51.51-.6.56-1.56.98-2.25.41-.67 1.07-1.19 1.4-1.94.32-.71.78-1.41 1.03-2.19.31-.99.68-2.66-.42-3.39-.94-.62-2.17.46-2.97.97-.76.48-1.74.35-2.51.64-.82.3-1.55.59-2.39.7-.85.11-1.66.47-2.53.41-.84-.06-1.63-.52-2.48-.71-.82-.19-1.6-.48-2.43-.77-.79-.28-1.63-.4-2.42-.66s-1.59-.58-2.39-.79c-.81-.21-1.7.05-2.53-.07-.82-.12-1.62-.39-2.46-.38-.79.01-1.58-.06-2.33.03-.78.1-1.5.45-2.23.66-.75.21-1.37.66-2.06 1-.69.34-1.35.64-1.97 1.13-.59.46-1.23.88-1.76 1.49-.64.75-1.03 2.43-2.12 2.01-.63-.24-1.05-.81-1.18-1.47-.12-.6.36-1.31.36-1.91 0-.83-.49-1.73-.26-2.49.23-.75.63-1.54 1.09-2.24.47-.71 1.19-1.23 1.78-1.8.6-.57 1.5-.73 2.18-1.22.67-.48 1.1-1.33 1.8-1.77.67-.42 1.16-1.04 1.76-1.53.61-.5 1.36-.8 1.91-1.36.55-.57 1.02-1.2 1.5-1.82.49-.63.83-1.33 1.24-2 .41-.68 1.11-1.19 1.44-1.91.33-.73.82-1.42 1.06-2.17.24-.77-.06-1.69.08-2.46.14-.8.3-1.56.32-2.35.02-.81-.08-1.58-.19-2.37-.11-.8-.22-1.57-.48-2.33-.27-.81-.33-2.11-1.34-2.19-.98-.07-1.23 1.08-1.54 1.71-.37.75-.68 1.45-1.11 2.1-.46.69-.44 1.76-.98 2.33-.56.59-1.6.59-2.26 1.04-.65.44-1.17 1.12-1.93 1.41-.72.28-1.56.08-2.38.21-.75.13-1.48.88-2.32.88-.68 0-1.35-.08-2.03-.03-.68.05-1.34.3-2.02.35-.79.07-1.61-.28-2.34-.11-.77.17-1.62.15-2.32.43-.73.29-1.12 1.26-1.78 1.66-.67.4-1.5.53-2.08 1.04-.58.51-.84 1.31-1.32 1.93-.47.61-1.48.88-1.85 1.58-.36.68-.65 1.48-.9 2.24-.24.73-.02 1.62-.15 2.42-.13.79.06 1.88-1.13 2-.95.1-1.69-.57-2.23-1.27-.57-.74-.63-1.73-.98-2.5-.39-.83-.64-1.6-.8-2.45-.17-.87-.56-1.71-.53-2.6.04-.87.58-1.66.78-2.53.19-.84.41-1.65.72-2.49.27-.74.3-1.57.56-2.31.26-.74.1-1.62.31-2.37.21-.76.97-1.38 1.11-2.15.14-.77-.31-1.62-.29-2.41.03-.79.33-1.56.28-2.32-.06-.79.09-1.62-.07-2.37-.17-.77-.64-1.47-.92-2.19s-.57-1.46-.98-2.13C85.77 3 83.7-.34 81.61.03c-.1.56.14.93.2 1.44.14 1.17-.2 2.28-.45 3.4-.19.87.1 1.89-.26 2.67-.35.79-1.39 1.18-1.87 1.91-.47.71-.52 1.76-1.08 2.43-.55.65-1.34 1.1-1.94 1.72-.59.62-.93 1.51-1.55 2.12-.48.47-1.1.79-1.59 1.24-.6.55-1.28.95-1.79 1.5-.56.59-1.11 1.15-1.56 1.75-.49.65-1.03 1.25-1.4 1.9-.4.71-.67 1.47-.92 2.19-.27.76 0 1.61-.11 2.38-.11.78-.33 1.5-.28 2.31.05.77 0 1.57.21 2.36.19.74.2 1.6.52 2.36.31.73 1.71 1.77.7 2.48-.76.53-1.97-.11-2.75-.51-.76-.39-1.65-.59-2.27-1.09-.66-.53-.85-1.54-1.34-2.18-.49-.66-.8-1.36-1.12-2.14-.3-.74-.51-1.48-.65-2.33-.12-.73-.78-1.39-.89-2.12-.11-.74.13-1.52.02-2.26-.11-.74-.19-1.48-.33-2.21s-.02-1.54-.21-2.26c-.22-.83-.58-1.62-.87-2.39-.3-.8-1.07-1.37-1.45-2.09-.39-.75-.71-1.51-1.19-2.18-.49-.68-.7-1.62-1.28-2.22-.57-.59-1.26-1.14-1.93-1.65-.65-.49-1.6-.55-2.33-.95-.7-.39-1.39-.83-2.18-1.15-.74-.29-1.49-.66-2.3-.88-.55-.15-1.23-.53-1.74-.06-.44.41-.3 1.12-.04 1.53.44.69 1.18 1.15 1.47 1.85.31.75.57 1.51.72 2.26.15.77-.06 1.58-.05 2.36.01.77.44 1.6.33 2.39-.11.76-.6 1.47-.8 2.23-.19.74-.61 1.41-.87 2.16-.28.79-.42 1.62-.64 2.41-.22.81-.37 1.63-.51 2.43-.14.82.12 1.68.07 2.5-.05.83-.29 1.63-.24 2.46.05.82.24 1.62.4 2.44.16.8.29 1.61.57 2.4.27.76.88 1.36 1.27 2.12.37.71.24 1.77.73 2.47.33.48 1.21.71 1.53 1.24.33.55.42 1.31.04 1.95-.39.66-1.14.6-1.84.68-.66.08-1.36.02-2.02.03-.75.01-1.5.27-2.2.07-.7-.2-1.38-.56-2.04-.9-.68-.36-1.38-.69-1.97-1.14-.61-.46-1-1.17-1.52-1.71-.53-.54-1.35-.84-1.82-1.43-.46-.6-.4-1.59-.82-2.23-.47-.7-1.38-1.03-1.92-1.64-.55-.63-.73-1.65-1.35-2.18-.63-.54-1.73-.41-2.41-.85-.7-.44-1.09-1.47-1.83-1.79-.75-.33-1.55-.68-2.34-.89-.79-.21-1.68-.02-2.49-.1-.8-.08-1.63-.18-2.44-.13-.8.05-1.67-.02-2.46.16-.66.15-2.11.41-2.32 1.19-.24.9.94 1.81 1.65 2.24.74.46 1.6.63 2.2 1.16.65.57.97 1.37 1.48 2.02.52.67 1.37 1.09 1.76 1.83.39.74.43 1.65.7 2.45.27.79.89 1.5 1.07 2.33.17.81.24 1.68.34 2.53.08.72-.11 1.47.07 2.17.18.69.13 1.49.41 2.17.31.75 1.04 1.29 1.43 1.95.41.69.75 1.42 1.23 2.02.5.61 1.25.96 1.83 1.49.57.53 1.23.9 1.87 1.35.63.45 1.24.89 1.93 1.27.67.37 1.33.75 2.05 1.06.7.31 1.46.43 2.21.69 1.14.4 1.96 1.07 2.12 1.59.17.58-.51 1.37-1.27 2.23-.5.56-.87 1.36-1.49 1.75-.62.39-1.57.09-2.29.29-.69.2-1.35.46-2.1.48-.71.02-1.47.23-2.22.09-.7-.14-1.31-.69-2.02-.98-.7-.28-1.36-.63-2.05-.93-.69-.3-1.55-.18-2.24-.48-.93-.39-1.91-.58-2.83-1.03-.36-.18-.74-.34-1.13-.39-.83-.11-1.54-.81-2.38-.94-.73-.11-1.5-.24-2.26-.25-.84-.01-1.64.41-2.43.49-.83.08-1.73-.28-2.51-.1-.81.19-1.47.84-2.23 1.14-.76.31-1.72.24-2.43.67-.69.42-.92 1.52-1.55 2.07-.61.52-1.5.75-2.06 1.39-.55.63-.91 1.33-.35 2.14.54.78 1.07.03 1.77-.17.78-.22 1.62-.12 2.37-.18.8-.06 1.53.34 2.28.48.76.14 1.5.18 2.21.54.67.34 1.58.44 2.2 1 .5.46 1.03.93 1.5 1.43.47.5.51 1.39.94 1.92.44.53 1.06.9 1.46 1.45.52.71 1.06 1.36 1.61 1.97.59.65 1 1.48 1.63 2.01.66.56 1.34 1.15 2.05 1.58.73.44 1.66.49 2.44.79.78.3 1.51.92 2.34 1.08.8.15 1.69.06 2.55.08.81.02 1.65-.13 2.51-.22.8-.08 1.54-.66 2.39-.83.96-.2 2.79-1.09 3.55.02.4.59.25 1.7.06 2.3-.19.58-.7 1.17-1.04 1.67-.49.73-1.34 1.15-2.02 1.69-.66.52-1.28 1.22-2.08 1.59-.69.31-1.45.48-2.17.71-.72.23-1.42.6-2.16.76-.74.15-1.52.11-2.27.21-.74.1-1.52-.05-2.27.01-.91.07-1.79.32-2.68.48-.9.15-1.87-.01-2.74.24-.87.25-1.49 1.2-2.33 1.56-.76.32-1.66.31-2.33.77-.68.46-1.11 1.22-1.68 1.8-.59.59-1.42.94-1.89 1.62-.53.67-.55 1.61-.87 2.37-.33.77-.52 1.52-.68 2.33-.16.82-.52 1.59-.49 2.42.02.54-.34 1.61.33 1.85.35.12 1.31-.19 1.62-.47.6-.54.96-1.28 1.57-1.67.67-.43 1.31-.88 1.98-1.14.72-.28 1.49-.44 2.23-.54.75-.1 1.53-.23 2.3-.17.74.06 1.53.16 2.29.36.71.19 1.25 1 1.98 1.3.68.28 1.41.46 2.11.83.7.37 1.49.52 2.18.82.72.31 1.42.64 2.14.88.75.24 1.48.51 2.22.66.76.15 1.53.34 2.29.39.77.05 1.56.04 2.32-.04.76-.08 1.48-.42 2.23-.62.72-.2 1.5-.32 2.21-.65.67-.31 1.26-.84 1.92-1.28.62-.41 1.23-.86 1.83-1.39.73-.64 1.23-1.61 2.52-.91 1.12.61 1.84 1.53 1.91 2.71.06.99-.68 1.85-.91 2.76-.23.89-.28 1.82-.89 2.62-.47.62-.94 1.22-1.47 1.77-.54.55-1.22.91-1.81 1.41-.58.49-1.16.97-1.78 1.42-.69.5-1.11 1.33-1.74 1.86-.65.55-1.48.87-2.06 1.46-.59.61-.82 1.52-1.33 2.18-.52.67-1.59.95-2 1.68-.42.73-.82 1.54-1.13 2.34-.3.78-.41 1.68-.59 2.54-.17.81.28 1.73.22 2.61-.05.74-.46 1.45-.41 2.18.05.74.13 1.49.35 2.2.21.69.61 1.32 1.02 1.97.31.49.65 1.38 1.3 1.38.94 0 .94-1.16 1.1-1.76.19-.69.21-1.43.4-2.11.19-.67.79-1.04 1.29-1.62.49-.56.53-1.57 1.07-2.02.56-.46 1.19-.95 1.82-1.28.63-.33 1.37-.62 2.07-.82.67-.19 1.47 0 2.22-.06.71-.06 1.46.24 2.17.16.71-.08 1.37-.52 2.08-.64.71-.11 1.47.04 2.16-.12.86-.2 1.66-.61 2.43-.91.82-.32 1.51-.87 2.21-1.31.74-.46 1.62-.73 2.24-1.31.62-.59.71-1.65 1.21-2.36.49-.69.95-1.34 1.33-2.15.35-.76.74-1.5.99-2.36.43-1.48 1.09-2.04 1.7-2.11.58-.07 1.43.22 2.4 1.37.59.7 1.11 1.42 1.46 2.14.39.8.22 1.74.35 2.56.14.84.61 1.69.51 2.53-.1.82-.7 1.55-.98 2.37-.26.78-.55 1.55-.95 2.32-.34.67-.31 1.5-.57 2.18-.27.69-.92 1.24-1.12 1.95-.2.71-.6 1.4-.74 2.13s.09 1.54.01 2.28c-.08.73-.36 1.47-.39 2.22-.04.89.65 1.7.79 2.5.14.86-.11 1.79.22 2.56.33.78.95 1.41 1.45 2.11.48.68.82 1.51 1.44 2.12.58.58 1.16 1.26 1.85 1.78.53.4 1.46 1.08 2.19.71.76-.38.46-1.55.33-2.17-.15-.74.02-1.41.05-2.1.03-.73-.37-1.52-.16-2.2.21-.68.96-1.1 1.32-1.73.35-.61.33-1.48.79-2.05.58-.72 1.53-1.1 2.15-1.78.61-.68 1.02-1.56 1.69-2.2.66-.62 1.35-1.23 2.09-1.79.69-.53 1.61-.78 2.17-1.36.59-.62.76-1.61 1.21-2.29.47-.71.93-1.4 1.26-2.17.34-.77.57-1.58.78-2.4.2-.81.33-1.64.43-2.49.09-.83.55-1.67.55-2.53 0-.84-.39-1.69-.47-2.55-.14-1.46-.12-2.38.36-2.79.47-.4 1.31-.11 2.71.31.96.28 2.06.19 2.78.7.78.56 1.36 1.46 1.86 2.27.47.77 1.03 1.67 1.25 2.65.18.82.29 1.67.44 2.49.15.83.02 1.7.17 2.53.15.83.02 1.71.19 2.53.17.82.33 1.66.55 2.47.23.84 1.06 1.43 1.39 2.18.35.79.58 1.57 1.04 2.26.46.71.84 1.47 1.4 2.08.56.61 1.21 1.14 1.87 1.67.64.52 1.12 1.34 1.84 1.78.7.43 1.72.27 2.48.63.74.35 1.4.89 2.19 1.19.87.33 2.27.95 2.95.16.73-.86-.68-1.66-1.17-2.28-.5-.64-.65-1.44-.97-2.1-.35-.72-.62-1.39-.78-2.12-.17-.76-.6-1.49-.58-2.26.02-.75.05-1.57.22-2.34.16-.73.3-1.53.57-2.27.27-.71 1.08-1.2 1.33-1.91s.48-1.45.68-2.17c.21-.73.39-1.48.53-2.23.14-.74.06-1.53.1-2.29.05-.86.16-1.71.07-2.52-.09-.85-.41-1.65-.62-2.45-.22-.81-.8-1.46-1.13-2.23-.32-.77-.24-1.73-.65-2.47-.4-.72-1.11-1.26-1.58-1.96-.46-.69-1.09-1.24-1.6-1.91-1.21-1.58-.49-2.52 1.12-2.94.9-.24 1.83.05 2.66.05.91 0 1.72.11 2.54.38.83.26 1.82.26 2.57.78.7.48.96 1.55 1.59 2.24.57.62 1.67.78 2.19 1.44.52.66.76 1.56 1.27 2.23.51.67 1.19 1.2 1.73 1.85.55.68 1.08 1.32 1.71 1.91.63.6 1.01 1.52 1.71 2.02.71.5 1.68.55 2.44.94.77.4 1.57.6 2.37.88.81.28 1.49 1.13 2.32 1.29.85.16 1.74.29 2.59.31.86.02 1.75-.16 2.58-.29.84-.13 1.51-.9 2.31-1.2.7-.26 1.67-.04 1.61-.99-.04-.8-.8-.99-1.41-1.22-.75-.3-1.41-.64-2.02-1.07-.64-.45-1.15-1.06-1.59-1.71-.47-.68-1.6-.94-2.04-1.71-.4-.71-.56-1.56-.81-2.3-.26-.75-.02-1.64-.2-2.41-.17-.77-.24-1.56-.39-2.34-.15-.78-.74-1.47-.93-2.24-.2-.8-.29-1.61-.54-2.36-.27-.78-.58-1.52-.92-2.24-.35-.74-.8-1.41-1.23-2.08-.43-.68-.61-1.59-1.13-2.2-.52-.6-1.46-.79-2.08-1.31-.6-.51-1.25-.91-1.94-1.34-.66-.4-1.3-.83-2.06-1.15-.71-.3-1.48-.37-2.28-.6-1.25-.36-1.45-1.14-1.53-1.66-.08-.51-.11-1.22.83-2.07.69-.63 1.61-.81 2.36-1.17.8-.38 1.62-.39 2.48-.52.85-.12 1.66-.54 2.55-.46.85.08 1.71.21 2.59.43.86.21 1.59.77 2.41 1.1.82.33 1.85.14 2.65.52.8.38 1.42 1.15 2.23 1.52.75.34 1.57.42 2.32.65.78.23 1.57.28 2.35.4.81.12 1.57.4 2.36.4.81 0 1.68.33 2.45.2.8-.14 1.59-.49 2.33-.75.75-.27 1.57-.54 2.26-.95.69-.41.92-1.47 1.52-2.01.6-.53 1.56-.69 2.06-1.34.51-.66 1.02-1.5.71-2.46-.19-.68-.77-.38-1.23-.3M74.11 60.82c.37-.58.56-1.29.95-1.86.39-.57.72-1.19 1.12-1.75.4-.56 1.33-.72 1.74-1.27.58-.77 1.01-1.86 2.15-2.49.6-.33 1.23-.34 1.79-.46.73-.16 1.36-.01 1.83-.02.82-.03 1.64-.44 2.47-.39.83.04 1.66.14 2.47.3.81.16 1.68.25 2.45.59.74.32 1.56.7 2.25 1.23.56.43.86 1.19 1.12 1.81.27.63.07 1.32 0 2.01-.07.67.15 1.49-.26 2.07-.61.87-1.65 1.6-2.61 1.74-.96.15-2.06-.39-2.9-1.04-.55-.42-1.36-.41-2.3-.5-1.91-.19-3.42.41-4.56 2.04-.54.77-1.07 1.55-1.58 2.34-.35.54-.64 1.1-1.15 1.39-.53.3-1.16.36-1.77.37-.76.01-1.73.14-2.41-.34-.58-.41-.84-1.24-1.13-1.84-.29-.62-.26-1.32-.22-2.01.06-.68.17-1.33.55-1.92M59.31 73c-1.07.04-1.78.16-2.32.53-.54.37-.92 1-1.31 2.02-.34.88-1.25 1.55-1.53 2.44-.25.8-.38 1.56-.98 2.03-.62.48-1.38.57-2.17.58-.42.01-.74-.2-1.16-.35-.66-.23-1.36-.27-1.79-.78-.44-.52-.75-1.17-.89-1.85-.13-.65-.26-1.42-.05-2.09.22-.7.38-1.44.62-2.13.25-.69.72-1.3.99-1.99.28-.68.85-1.23 1.15-1.89.21-.46.1-1.41.61-2.11.38-.52.86-1.18 1.49-1.62.59-.41 1.37-.42 1.94-.59.77-.23 1.45-.51 1.91-.55.69-.06 1.4-.12 2.1-.16.7-.04 1.4-.08 2.1-.09.7-.01 1.41.04 2.11.05 1.05.02 1.9.85 2.58 1.58.67.73 1.03 1.62 1.02 2.7-.01 1.08-.24 2.1-.93 2.8-.69.7-1.7 1.04-2.74 1.02-.93 0-1.84.42-2.75.45m40.12 7.46c-.19.78-.94 1.36-1.21 2.1-.28.75-.49 1.49-.85 2.2-.36.71-.46 1.56-.89 2.23-.43.67-1.15 1.1-1.65 1.72-.5.62-1.04 1.14-1.6 1.7s-1.01 1.2-1.62 1.7c-.61.5-1.27.9-1.92 1.33-.66.43-1.12 1.21-1.81 1.57-.7.36-1.51.5-2.24.78-.73.28-1.51.41-2.26.61-1.48.39-3.04.75-4.6.92-1.03.11-2.07.13-3.09.02-.86-.1-1.62-.88-2.45-1.03-.85-.15-1.75.03-2.58-.14-.72-.15-1.4-.48-2.1-.61-.73-.13-1.44-.41-2.14-.49-.74-.08-1.49.27-2.19.28-.74.02-1.44.09-2.13.26-1.02.26-2.16.19-2.99-.35-.82-.53-1.62-1.48-1.88-2.54-.17-.69.07-1.47.24-2.11.18-.66.76-1.06 1.23-1.54 1.96-1.98 3.63-1.76 6.26-1.69.8.02 1.62-.13 2.4-.04.8.1 1.6.21 2.37.35.8.15 1.59.28 2.35.44.7.14 1.37.33 2.04.45.7.13 1.33.64 2.01.73 2.74.34 4.26-.28 6.75-1.27.71-.28 1.52-.31 2.18-.71.66-.39 1.39-.7 1.99-1.19.6-.49 1.19-1.02 1.71-1.59.52-.58.61-1.48 1.04-2.13.43-.65 1.07-1.15 1.39-1.86.32-.71.8-1.39.99-2.15.42-1.69 1.55-2.97 3.2-3.56.72-.26 1.99-.32 2.73 0 2.09.9 1.76 3.85 1.32 5.61"/></svg> <svg style="fill: rgb(62, 156, 205); width:80%; float:left; margin-top:3%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1644 175.53"> <path d="M1639.81 87.56l-2.08.75 2.08-.75c-5.71-17.28-13.63-25.24-19.85-30.22-6.03-5.03-12.97-8.94-21.21-11.96-.6-.22-1.03-.76-1.1-1.41-.08-.65.2-1.28.73-1.64l15.27-10.47c2.26-1.55 3.65-4.14 3.72-6.94.08-2.8-1.18-5.47-3.35-7.15C1590.91 0 1568.69 0 1561.39 0c-26.6 0-40.38 9.43-46.23 15.06-4.91 4.7-7.3 7.92-8.82 11.88-.32.83-1.19 1.28-2.03 1.02-.83-.24-1.35-1.08-1.2-1.95l2.03-11.88c.43-2.52-.23-5.08-1.82-7.04-1.58-1.95-3.9-3.07-6.36-3.07h-37.92c-2.52 0-4.87 1.17-6.46 3.2-1.59 2.04-2.19 4.68-1.66 7.25 1.4 6.66 2.93 22.51-1.32 28.99-.92 1.41-1.95 2.1-3.55 2.38-.77.14-1.54.2-2.3.2-17.36 0-28.3-35.54-28.41-35.9-1.07-3.66-4.27-6.13-7.96-6.13h-27.08c-3.88 0-7.21 2.73-8.09 6.64l-27.99 123.13c-.2.89-1.03 1.47-1.9 1.31-.87-.14-1.49-.92-1.43-1.82l8.06-120.16c.16-2.37-.65-4.73-2.22-6.48-1.57-1.73-3.78-2.73-6.07-2.73h-70.88c-2.58 0-4.97 1.21-6.56 3.32-1.59 2.12-2.14 4.82-1.5 7.41l29.19 118.88c.22.89-.28 1.79-1.13 2.06-.84.28-1.78-.2-2.08-1.05l-44.86-125c-1.2-3.36-4.33-5.61-7.79-5.61h-19.1c-2.28 0-4.48.98-6.04 2.7-1.57 1.72-2.39 4.07-2.25 6.43 1.04 17.6-2.19 51.15-14.65 52.77-.59.08-1.19.11-1.77.11-17.46 0-34.43-34.33-41.01-55.98-1.09-3.61-4.28-6.04-7.93-6.04h-25.97c-4.2 0-7.74 3.25-8.25 7.57l-11.73 99.78c-.1.86-.82 1.51-1.67 1.52-.84 0-1.56-.64-1.67-1.5l-12.79-99.89c-.55-4.26-4.09-7.48-8.24-7.48h-25.85c-2.54 0-4.91 1.18-6.51 3.25l-28.45 36.99c-.51.67-1.41.85-2.13.45-.71-.39-1.05-1.25-.8-2.04l8.64-27.45c.82-2.62.38-5.51-1.18-7.74-1.56-2.22-4.07-3.54-6.72-3.54H868.69c-4.44 0-8.09 3.6-8.3 8.2l-1.22 26.43c-.04.88-.72 1.58-1.64 1.64-.8.09-1.56-.56-1.71-1.43l-4.71-27.72c-.7-4.12-4.14-7.12-8.19-7.12h-27.65c-3.2 0-6.17 2.65-7.76 6.93-.25.68-.94 1.14-1.65 1.11-.73-.03-1.35-.54-1.55-1.26-.24-.86-.48-1.57-.75-2.18-1.66-3.8-4.33-4.6-6.27-4.6h-48.21c-2.54 0-4.91 1.18-6.5 3.24-1.59 2.06-2.18 4.72-1.61 7.3 5.15 23.26 9.62 65.88-.33 81.2-1.94 2.99-4.24 4.63-7.24 5.14-15.29 2.61-28.19-20.54-36.33-40.43-9.92-24.26-14.98-49.37-15.03-49.63-.8-3.96-4.22-6.83-8.14-6.83h-16.08c-2.5 0-4.84 1.15-6.43 3.15-1.59 2.01-2.22 4.62-1.72 7.17l29.47 150.63c.78 4 4.21 6.9 8.15 6.9h63.9c3.64 0 6.82-2.41 7.92-6.01l41.09-134.3c.27-.87 1.16-1.37 2.01-1.16.86.22 1.41 1.08 1.26 1.97l-21.9 129.41c-.43 2.52.24 5.08 1.83 7.03 1.58 1.95 3.9 3.06 6.36 3.06h78.72c2.46 0 4.77-1.12 6.37-3.07.2-.25.37-.53.61-.95.67-1.15 2.45-1.04 2.97-.16l.24.42c1.53 2.36 4.1 3.77 6.87 3.77l92.59.07c3.01 0 5.79-1.7 7.27-4.44.06-.12 6.7-12.46 17.68-24.06 7.78-8.22 21.5-17.63 34.7-17.16 18.47.65 23.07 26.73 24.19 37.9.43 4.42 3.99 7.76 8.27 7.76h54.07c3.81 0 7.13-2.69 8.07-6.53.05-.21 5.23-20.63 16.87-22.27 8.22-1.31 18.06 15.6 21.26 23.49 1.3 3.23 4.31 5.32 7.68 5.32h29.94c2.28 0 4.49-.99 6.06-2.71 1.57-1.73 2.38-4.08 2.23-6.45-.62-9.85 1.19-31.78 10.53-32.76 8.93-.71 19.77 20.25 24.18 35.74 1.03 3.64 4.31 6.18 7.98 6.18h27.73c5.33 0 8.12-2.11 8.3-6.27.02-.61.02-1.24-.01-1.87-.04-.77.44-1.48 1.15-1.72.72-.24 1.53.04 1.94.69 1.41 2.21 2.07 4.19 2.6 5.78.34 1.02.6 1.77.89 2.27.43.72 1.17 1.11 1.95 1.08.2.02.48.04.84.04h26.02c3.7 0 4.14-1.58 5.31-5.8.23-.83.48-1.72.77-2.67.22-.72.87-1.2 1.61-1.2.74 0 1.38.49 1.6 1.21 1.8 5.96 4.66 8.73 8.99 8.73l26.67-.18c2.41 0 4.71-1.07 6.29-2.95 1.58-1.88 2.3-4.38 1.98-6.85-4.28-32.09-.13-61.95 8.87-63.91 8.95-1.92 25.49 30.16 34.61 67.21.94 3.82 4.25 6.48 8.06 6.48h35.89c4.04 0 7.48-2.99 8.18-7.11l3.99-23.35c.12-.68.62-1.22 1.28-1.38.66-.15 1.36.12 1.75.67 16.21 23.11 41.94 34.83 76.47 34.83 41.3 0 61.89-18.17 71.89-33.42 0 0 .16-.22.16-.23 10.21-15.71 11.8-33.47 4.92-54.27zm-760.76 64.68c-.25.65-.9 1.09-1.73 1.07-.74-.08-1.35-.65-1.49-1.4l-13.47-74.73c-.76-4.46.63-9.02 3.69-12.21 2.02-2.1 4.57-3.45 7.38-3.92 8.6-1.43 14.74-1.95 19.14-1.95 9.81 0 10.98 2.62 11.49 3.78 3.03 8.25-6.32 41.65-25.01 89.36zM995.27 64.8l-63.37 82.38c-.47.61-1.33.83-2.03.5-.7-.33-1.09-1.1-.95-1.88 4.2-23.1 12.89-63.96 23.96-78.07 4.53-5.76 14.6-7.38 23.97-7.38 7.13 0 13.86.94 17.41 1.7.52.11.97.46 1.19.94.29.6.22 1.29-.18 1.81zm62.58 18.69c-1.83 1.58-4.85 2.44-8.51 2.44h-.01c-5.79 0-12.39-2.12-17.67-5.68-6.62-4.46-9.33-9.67-9.64-12.77-.17-1.67.25-2.95 1.3-4.03 1.77-1.83 5.08-2.88 9.09-2.88 5.98 0 12.6 2.26 18.16 6.21 5.37 3.82 8.82 8.67 9 12.67.08 1.69-.47 2.97-1.72 4.04zm492.68-49.18c1.99-1.07 5.3-2.46 9.87-3.06 9.05-1.17 16.71 1.56 23.4 8.38.52.53.65 1.34.31 2.01-.33.65-.94 1.07-1.8.91-1.36-.25-1.81-.32-2.52-.42l-17.1-2.59c-3.64-.53-8.17-1.2-11.74-2.02-.69-.16-1.21-.74-1.3-1.46-.09-.72.26-1.42.88-1.75zm28.92 76.16c-.02.01-.04.01-.06.02l-.3.08c-1.61.47-5.22 1.27-11.4 1.27-22.82 0-37.53-8.2-44.97-25.06-.99-2.26-2.88-3.96-5.19-4.68-.78-.24-1.58-.36-2.37-.36-1.55 0-3.08.45-4.42 1.31l-16.33 10.6c-.57.37-1.29.36-1.86-.04-.55-.38-.82-1.06-.7-1.73l8.47-47.22c.15-.87.92-1.42 1.78-1.41.85.06 1.53.77 1.56 1.65.42 10.52 6.21 18.12 18.8 24.67 6.8 3.66 15.1 5.44 22.41 7.01l19.19 4.22c1.09.24 2.3.49 3.61.76 8.06 1.64 16.94 3.72 20.41 7.61 1.87 2.09 2.55 4.94 2.76 6.07 1.35 7.46-2.91 13.15-11.39 15.23zM593.04 3.78h-63.48c-4.79 0-9.62 1.65-11.73 5.6 0 0-8.39 15.63-19.79 36.86-.72 1.35-3.01.88-3-.61.01-4.57-1.12-9.3-3.45-14.53-1.86-4.17-14.59-27.32-58.28-27.32h-51.83c-3.89 0-7.42 1.08-8.59 4.2-1.32 5.52-2.63 11.04-3.94 16.56l-3.51 14.76c-.33 1.4-2.18 13.02-5.36 8.63-1.19-1.63-.37-17.41-.37-22.56V8.01c0-2.87-3.44-4.24-7.68-4.24H195.52c-2.57 0-5.02.85-6.75 2.35-1.74 1.5-2.59 3.5-2.36 5.51 1.06 9.16 1.17 23.14-8.05 23.14s-14.55-11.82-19.59-26.45c-1-2.9-4.74-4.54-8.5-4.54H10.6C5.22 3.78.52 7.17.58 10.55L0 167.43c.04 2.43 3.16 4.49 7.26 4.49h163.17c4.83 0 8.83-3.11 9.12-6.91.9-11.61 7.96-25.05 16.86-25.05 9.7 0 19.12 14.49 23.14 26.53 1.05 3.15 4.68 5.44 8.81 5.44h96.1c2.18 0 4.26-.93 5.72-2.03 1.45-1.1 2.15-2.57 1.92-4.04l-14.96-93.03c-.11-.73.24-1.47.96-2.02.73-.55 1.77-.86 2.86-.86h18.2c4.59 0 11.23-.42 15.21 1.95 3.17 1.88 1.8 6.44 1.14 9.21-2.49 10.49-13.31 67.01-17.54 84.79-.08.36-.16.71-.25 1.07-.93 2.55 1.94 4.98 5.83 4.98h36.73c2.05 0 4.04-.65 5.33-1.74 1.29-1.09 1.73-2.5 1.16-3.77-3.83-8.49-9.59-17.9-9.58-27.5.01-8.56 7.58-11.88 14.73-7.67 11.76 6.92 18.95 24 20.72 36.84.3 2.15 3.11 3.83 6.41 3.83 0 0 53.48.02 60.86.03 3.54.01 6.83-1.57 8.68-4.21 2.93-4.16 7.49-10.24 10.61-12.64 9.26-7.11 21.32-8.66 32.3-5.78 4.13 1.09 8.12 2.99 11.58 5.61 3.69 2.79 5.15 5.85 7.49 9.73 3.57 5.92 5.64 7.13 11.3 7.26 2.3.05 26.26 0 30.89 0 7.35 0 7.35-6.37 7.35-6.37V8.23c-.04-3.38-2.81-4.45-7.07-4.45zM137.71 112.12c-2.42 6.68-5.26 13.24-8.38 19.69-1.78 3.68-3.49 9.05-7.77 11.14-1.04.51-2.22.82-3.6.87-19.65.45-52.51-2.12-50.68-13.43 1.36-8.41 10.28-13.17 44.13-14.97 4.29-.23 7.53-2.35 7.53-4.94l-4.07-17.2c0-2.67-3.62-4.89-8.07-4.96-18.17-.27-51.67-3.95-51.62-13.64.06-11.51 30.98-15.23 45.44-15.63 4.43-.13 7.9-2.3 7.9-4.96l-4.07-20.24c0-2 3.23-2.84 4.73-1.23 15 16.11 30.2 39.77 33.6 51.23 2.61 8.81-2.07 19.99-5.07 28.27zm127.51 28.35c-.38 2.3-4.12 3.08-5.85 1.21-23.12-25.09-39.47-55.58-41.7-65.68-2.16-9.79-.67-29.63 6.69-46.11 1.77-3.96 8.1-2.86 8.1 1.42v33.4c0 2.87 3.56 5.21 7.94 5.21h32.12c1.12 0 2.2.32 2.95.86.75.55 1.11 1.29 1 2.02l-11.25 67.67zm148.9-68.34c-3.09.47-5.86.48-8.2.05-1.37-.25-2.6-.66-3.66-1.22-2.25-1.17-3.67-2.98-4.09-5.22-1.14-6 4.97-13.22 15.8-18.39 8.34-3.97 17.26-5.26 22.68-3.35 2.96 1.05 4.93 3.03 5.54 5.55.46 1.93.36 5.06-2.75 9.02-5.06 6.46-15.69 12.11-25.32 13.56zm67.28 4.25c-6.27 11.98-18.68 35.65-25.58 48.5-1.42 2.63-5.7 2.64-7.15.03-1.49-2.69-10.98-17.07-11.57-21.14-1.29-9.05 14.94-13.07 21.92-16.14 7.85-3.45 15-8.74 19.84-12.79 1.27-1.07 3.26.16 2.54 1.54zm71.46 41.54c-1.34 1.86-3.61 3.12-6.54 3.63-.68.12-1.38.2-2.12.24-6.01.33-13.89-1.93-20.75-6.06-10.2-6.13-15-13.95-11.96-19.45 2.45-4.44 9.12-5.77 17.87-3.53 10.59 2.71 20.88 10.04 23.94 17.05 1.68 3.88.69 6.56-.44 8.12z"/></svg> </body> </html>
How do you enable transparency on an aframe entity that is composed of an SVG/HTML?
I'm having trouble getting an SVG properly rendered into aframe's scene. I went the htmltexture-component route, which has a dependency on the draw-component. The problem is in getting the SVG's background to render as transparent. It simply is not working. Instead I'm given a default white background drawn on the canvas. My SVG was created in Illustrator and is a valid HTML object with no background (as a color or a raster image). <div id="bears"> <svg xmlns="http://www.w3.org/2000/svg" width="518" height="500" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M168.958 480.023c-12.18-1.57-24.62-6.847-34.293-14.544-9.103-7.25-11.733-15.34-7.8-23.99 4.594-10.11 22.386-19.1 27.564-13.92 1.71 1.71 2.03 5.14.68 7.27-.63.99-1.03.66-1.51-1.25-1.37-5.43-13.5-2.54-16.44 3.92-2.72 5.95-.57 14.06 4.3 16.28 5.39 2.45 15.09 1.04 23.89-3.49 3.63-1.87 13.35-9.11 19.14-14.25 12.62-11.23 19.38-16.07 28.49-20.42 5.93-2.84 7.37-3.11 16.5-3.11 8.3 0 10.88.39 15.18 2.32 2.84 1.27 5.95 3.17 6.9 4.22 2.05 2.26 3.74 2.42 5.34.5 2.24-2.71 11.83-6.6 17.78-7.23 6.83-.72 17.37.833 22.4 3.3 3.87 1.892 14 8.59 17.72 11.72 1.38 1.155 6.14 5.31 10.59 9.225 14.51 12.8 25.37 18.42 35.56 18.42 4.85 0 9.52-2.153 11.11-5.117 1.75-3.28 1.46-10.15-.56-13.24-1.83-2.793-7.96-6.428-10.258-6.08-.682.102-2.15.243-3.25.312-1.55.097-2 .845-2.03 3.375-.03 3.073-.11 3.144-1.5 1.31-3.32-4.39-.46-9.56 5.28-9.56 7.277 0 18.478 7.596 22.327 15.14 2.34 4.59 2.48 10.893.34 15.403-3.748 7.9-16.18 16.29-31.223 21.08-13.8 4.39-45.63 4.12-65.69-.56-11.47-2.67-21.36-7.31-27.05-12.67-3.21-3.02-6.45-3.65-6.45-1.26 0 .51-2.65 2.63-5.88 4.72-10.35 6.7-24.14 10.68-42.05 12.17-12.99 1.08-26.83 1.08-35.11.02zM374.5 360.566c-7.77-1.094-14.833-3.225-33.893-10.225-2.14-.78-9.34-4.27-16-7.75-14.11-7.37-19.35-9.6-29.607-12.57-12.336-3.57-13.295-3.8-18.5-4.48-8.943-1.16-8.8-.78-6.03-16.03.2-1.1.4-3.03.447-4.3.08-2.21.308-2.27 6.333-1.66 6.334.65 20.588 3.89 24.25 5.51 1.1.49 4.505 1.97 7.567 3.29 3.06 1.32 7.894 4.04 10.74 6.04 2.845 2 5.515 3.64 5.933 3.64.418 0 1.99 1.02 3.49 2.25 4.238 3.49 7.614 5.83 16.27 11.27 7.074 4.45 9.82 5.9 18 9.5 4.746 2.1 11.452 3.81 17.5 4.48 3.575.4 7.85.88 9.5 1.08 3.93.47 14.805-2.08 18.27-4.28 7.812-4.96 12.43-11.71 14.7-21.49 2.514-10.84-.142-21.28-6.64-26.082-5.234-3.87-16.747-1.88-24.316 4.2-1.093.88-.412-.367 1.512-2.76 8.517-10.61 20.494-11.775 30.528-2.965 7.336 6.44 10.342 17.7 7.88 29.525-1.44 6.92-6.636 18.58-9.84 22.07-10.297 11.237-25.51 14.96-48.094 11.78zm-262-2.216c-6.116-.74-13.637-3.196-17-5.55-5.537-3.875-9.688-8.793-13.294-15.754-9.527-18.388-7.015-35.84 6.445-44.778 8.89-5.902 16.55-4.74 25.97 3.944 2.41 2.224 4.38 4.548 4.37 5.165-.01.818-.21.822-.75.014-1.13-1.7-10.33-6.31-13.97-7-15.47-2.9-24.2 15.75-15.88 33.94 8 17.5 25.7 23.2 50.15 16.16 11.14-3.2 19.74-7.56 34.28-17.36 6.22-4.19 12.07-8.07 13-8.61.93-.55 3.04-1.93 4.69-3.08 8.9-6.17 22.62-11.34 35.5-13.39 4.13-.65 8.51-1.35 9.74-1.54 1.23-.19 2.52.11 2.87.68.35.56 1.16 5.43 1.81 10.82l1.17 9.8-5.03.6c-5.65.666-19.46 3.85-27.04 6.237-2.75.864-13.55 5.76-24 10.884-22.3 10.93-26.66 12.68-40 16.04-9.48 2.39-25.33 3.744-33 2.82zM174 237.527c-23.41-4.077-43.362-18.19-56.588-40.027-2.58-4.258-7.44-15.748-8.04-19-1.02-5.543-2.358-14.3-2.364-15.487-.004-.817 1.522.758 3.39 3.5 8.792 12.897 18.184 18.825 30.354 19.16 12.067.332 14.908-1.168 29.013-15.317C181.473 158.612 195.32 148 198.94 148c.912 0 2.224-.563 2.912-1.25.898-.896 5.704-1.244 16.95-1.23 15.634.02 15.722.033 21.698 3.156 9.06 4.735 14.04 8.73 19.248 15.436 4.637 5.97 4.75 6.04 6.237 3.94 2.74-3.865 12.845-14.052 13.94-14.052.592 0 1.078-.338 1.08-.75.012-1.222 6.068-4.334 12.393-6.366 8.55-2.747 24.897-2.706 33.558.084 3.55 1.144 6.7 2.407 7 2.806.3.4 2.138 1.534 4.086 2.522 5.085 2.577 11.184 7.778 21.458 18.298 11.824 12.107 15.94 14.606 25.015 15.19 9.73.623 17.925-2.324 26.59-9.563 1.888-1.57 7.062-8.87 9.733-13.72 1.95-3.54 1.386 5.22-.938 14.56-1.925 7.74-6.9 19.74-9.38 22.63-.56.66-2.145 2.88-3.52 4.95-3.75 5.63-14.84 16.58-20.5 20.25-12.477 8.08-26.436 12.77-40.5 13.6-8.476.5-23.706-.84-27.5-2.43-1.1-.46-4.025-1.38-6.5-2.04-2.475-.66-6.876-2.29-9.78-3.61-2.903-1.32-5.483-2.4-5.732-2.4-1.02 0-13.642-8.13-19.31-12.44-3.345-2.54-7.576-6.37-9.402-8.5l-3.32-3.88-3.18 3.79C257.95 210.93 243.87 222 242.16 222c-.545 0-1.14.395-1.325.878-.183.483-3.933 2.68-8.333 4.882-19.038 9.526-39.892 13.008-58.5 9.767zm-1.594-159.52c-8.636-.944-14.453-3.438-20.44-8.763-11.826-10.52-14.99-29.243-7.322-43.33 3.49-6.416 8.05-10.408 16.31-14.276 5.78-2.71 7.6-3.07 15.546-3.075 7.427-.006 9.75.388 13.29 2.255 5.43 2.866 8.203 7.32 8.203 13.182 0 7.234-4.917 13.106-12.993 15.52-2.437.727-2.455.695-.72-1.25.98-1.097 2.212-3.5 2.74-5.34.846-2.948.645-3.67-1.696-6.113-8.034-8.386-20.356-4.395-23.882 7.736-2.124 7.304-1.174 11.553 3.535 15.807 4.824 4.358 9.81 5.97 16.88 5.453 8.677-.634 14.04-3.842 18.92-11.315 9.25-14.173 24.976-20.235 45.804-17.66 4.91.608 10.27 1.42 11.92 1.806 3.86.903 7.14.91 11.5.026 24.76-5.018 44.31-1.46 53.48 9.733 1.94 2.367 3.53 4.804 3.53 5.417 0 2.032 7.18 8.325 11.71 10.267 9 3.856 21.6 1.406 26.5-5.15 8.07-10.805-3.26-29.497-15.79-26.04-7.94 2.195-10.78 8.818-6.24 14.59l2.17 2.754-2.42-.72c-3.86-1.15-8.41-4.57-10.88-8.17-1.85-2.71-2.19-4.27-1.81-8.28.98-10.11 7.12-14.39 20.78-14.46 15.78-.08 27.03 6.4 33.66 19.41 2.46 4.83 2.8 6.61 2.8 14.5 0 11.84-3.12 19.13-11.48 26.87-7.8 7.22-14 9.01-30.97 8.92-25.37-.13-75.41-11.67-79.54-18.34-.44-.72-1.4-.42-2.81.88-6.42 5.89-50.5 16.3-74.15 17.51-4.95.26-12.19.11-16.09-.31z"/> </svg> </div> The SVG is held within <a-assets></a-assets> along with other assets. The entity's code looks like this: <a-entity geometry="primitive: plane" position="10 4 -4" scale="4 4 0" draw="width: 512; height: 512;" htmltexture="asset: #bears"> </a-entity> The rendered plane holding the SVG texture ends up having a white background. I tried changing the material transparency property, but that didn't work. I also tried changing the draw background property, seeing as how aframe-htmltexture-component has a dependency on aframe-draw-component which creates a canvas element to draw to, but again no luck. Anyone know a fix for this, or have a better way at rendering HTML (SVG) as an aframe entity?
Try material.opacity: <a-entity geometry="primitive: plane" position="10 4 -4" scale="4 4 0" draw="width: 512; height: 512;" htmltexture="asset: #bears" material="opacity: 0.0; transparent: true"> </a-entity> Edit: Transparent must be set to true too.
Did you try transparent="true" ? I had similar issues with importing PNGs with transparency, and then discovered setting transparent="true" fixed it. <a-plane position="0 0.01 0" rotation="-90 0 0" height="7" width="7" src ="#metatron-gates-platform" transparent ="true"> </a-plane>
I ran into this as well. Try changing the order of the svg entities. Because it is a 3d environment it renders farthest from the camera first, so place those entities first in your code.
Get bounding box of SVG path
I want exactly what this page do http://codepen.io/netsi1964/full/vNoemp/ I have the path and need to know it's bounding box as a rect element, it's x,y,width and height given code <path d="M147.5 55.8c-5.8-7.2-13.6-14.4-25.5-14.4-8.4 0-15.4 8.2-27 8.2-9 0-13-7.8-23-7.8C51.4 41.8 31 60.4 31 84.5c0 12.8 4.2 32.5 13.6 49.7C51 146.7 59.4 155 69 155c6.7 0 14.7-6.3 24.2-6.3 8.4 0 16.2 5.6 23.8 5.6 18 0 35-23.5 35-39.3 0-.8-.3-1.4-.3-2v-1c-11.8-6.3-18.2-15.7-18.2-29.3 0-11 4.8-20.5 13.6-26.7l.5-.2zm-53-8.8c13.7-4.2 26.3-14.4 26.3-32 0-1.5-.2-3.3-.4-5.3l-.2-.8C106.4 12.6 94 23.4 94 40.3c0 1.6.2 3.6.6 5.8v.8z" style="translate(0px,-212.47488403320312px) scale(1,1)" > and know the rect properties
With pure JavaScript: give your path an ID and get its bounding box using getBBox(). var myPathBox = document.getElementById("myPath").getBBox(); console.log(myPathBox); Here is a demo: var myPathBox = document.getElementById("myPath").getBBox(); console.log(myPathBox); <svg width="400" height="400"> <path id="myPath" d="M147.5 55.8c-5.8-7.2-13.6-14.4-25.5-14.4-8.4 0-15.4 8.2-27 8.2-9 0-13-7.8-23-7.8C51.4 41.8 31 60.4 31 84.5c0 12.8 4.2 32.5 13.6 49.7C51 146.7 59.4 155 69 155c6.7 0 14.7-6.3 24.2-6.3 8.4 0 16.2 5.6 23.8 5.6 18 0 35-23.5 35-39.3 0-.8-.3-1.4-.3-2v-1c-11.8-6.3-18.2-15.7-18.2-29.3 0-11 4.8-20.5 13.6-26.7l.5-.2zm-53-8.8c13.7-4.2 26.3-14.4 26.3-32 0-1.5-.2-3.3-.4-5.3l-.2-.8C106.4 12.6 94 23.4 94 40.3c0 1.6.2 3.6.6 5.8v.8z" style="translate(0px,-212.47488403320312px) scale(1,1)" > </svg>
I know this is an old issue, but thought I would put this variant to Furtado's answer for reference here. An easy way to get the bounding box for the path. Make sure the path (or any other SVG element has an id on it. Open the svg file in Chrome (or FF or probably IE). Inspect the image Open the console in the inspection tool. Enter the JS: document.getElementById("myPath").getBBox(); (where myPath is the id) The bounding box info will be displayed in the console. Same method, just no need for custom code.