• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Is it possible to transform a selected gradient in javascript?

Participant ,
Jan 05, 2012 Jan 05, 2012

Copy link to clipboard

Copied

var omf = 2.834645;

var moveMatrix = app.getTranslationMatrix((-10*omf), (-10*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 500, 500);

app.activeDocument.selection[0].transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

I wrote the following script but it doesn't seem to transform the gradient.

Please help...

Cheers Daniel

TOPICS
Scripting

Views

1.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Jan 07, 2012 Jan 07, 2012

It's possible!

See my script:

-----------------------------------------------------------------------------------

var omf = 2.834645;

var x=0;

var y=0;

var verschuivingx = 0;

var verschuivingy = 0;

var size= 0;

#target illustrator

var defCol = app.defaultColorSettings;

var csList = app.colorSettingsList;

app.loadColorSettings( File(csList[10]) );

app.loadColorSettings( File(defCol) );

docPreset = new DocumentPreset;

docPreset.width = 100*omf;

docPreset.colorMode = DocumentColorSpace.CMYK

docPreset.previewMode =

...

Votes

Translate

Translate
Adobe
Enthusiast ,
Jan 05, 2012 Jan 05, 2012

Copy link to clipboard

Copied

AFAIN, transform(transformationMatrix[,changePositions][,changeFillPatterns][,changeFillGradients][,changeStrokePattern][,changeLineWidths][,transformAbout]), the [changeFillGradients] option is only valid whether to rotate the FillGradients or not.

So the answer is impossible.

However, with Scriptographer it is possible.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 07, 2012 Jan 07, 2012

Copy link to clipboard

Copied

LATEST

It's possible!

See my script:

-----------------------------------------------------------------------------------

var omf = 2.834645;

var x=0;

var y=0;

var verschuivingx = 0;

var verschuivingy = 0;

var size= 0;

#target illustrator

var defCol = app.defaultColorSettings;

var csList = app.colorSettingsList;

app.loadColorSettings( File(csList[10]) );

app.loadColorSettings( File(defCol) );

docPreset = new DocumentPreset;

docPreset.width = 100*omf;

docPreset.colorMode = DocumentColorSpace.CMYK

docPreset.previewMode = DocumentPreviewMode.OverprintPreview;

docPreset.rasterResolution = DocumentRasterResolution.HighResolution;

docPreset.title = "Blue bird_30";

docPreset.rulerUnits = RulerUnits.Millimeters;

docPreset.height = (100*omf);

docPreset.name = "Blue bird_30";

var doc = app.documents.addDocument(DocumentColorSpace.CMYK,docPreset);

app.activeDocument.layers[0].name = "Blue bird_30";

var newCompoundPath = doc.compoundPathItems.add();

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+29.5492799803855+verschuivingx)*omf),((y+10.5476790854763+size - verschuivingy)*omf)),Array(((x+29.5389446914869+verschuivingx)*omf),((y+12.9030914254695+size - verschuivingy)*omf)),Array(((x+28.9953084954201+verschuivingx)*omf),((y+13.2813629991586+size - verschuivingy)*omf)),Array(((x+29.3050226527484+verschuivingx)*omf),((y+13.9423047242247+size - verschuivingy)*omf)),Array(((x+28.4854342430886+verschuivingx)*omf),((y+16.141309692219+size - verschuivingy)*omf)),Array(((x+27.8332775135864+verschuivingx)*omf),((y+16.2873817753193+size - verschuivingy)*omf)),Array(((x+27.5245968851479+verschuivingx)*omf),((y+16.2558591441785+size - verschuivingy)*omf)),Array(((x+26.5851191242642+verschuivingx)*omf),((y+17.9572199517047+size - verschuivingy)*omf)),Array(((x+25.9305508273523+verschuivingx)*omf),((y+18.1041533088799+size - verschuivingy)*omf)),Array(((x+24.7557729892103+verschuivingx)*omf),((y+17.5668905409672+size - verschuivingy)*omf)),Array(((x+23.7146648874903+verschuivingx)*omf),((y+17.9689332791231+size - verschuivingy)*omf)),Array(((x+23.0759440335562+verschuivingx)*omf),((y+17.8294068789919+size - verschuivingy)*omf)),Array(((x+22.2370630846191+verschuivingx)*omf),((y+15.6384978873016+size - verschuivingy)*omf)),Array(((x+22.3662541958517+verschuivingx)*omf),((y+15.2958830603127+size - verschuivingy)*omf)),Array(((x+22.1798744860468+verschuivingx)*omf),((y+15.3182761862597+size - verschuivingy)*omf)),Array(((x+22.1764293897472+verschuivingx)*omf),((y+15.3184484410746+size - verschuivingy)*omf)),Array(((x+22.066875327422+verschuivingx)*omf),((y+15.3224103018191+size - verschuivingy)*omf)),Array(((x+20.5196825793001+verschuivingx)*omf),((y+14.0747686769419+size - verschuivingy)*omf)),Array(((x+20.3556959954421+verschuivingx)*omf),((y+14.2506408430333+size - verschuivingy)*omf)),Array(((x+20.2020447004828+verschuivingx)*omf),((y+14.4051534120675+size - verschuivingy)*omf)),Array(((x+20.2392517405178+verschuivingx)*omf),((y+14.8788541532538+size - verschuivingy)*omf)),Array(((x+19.6746004570237+verschuivingx)*omf),((y+16.6351642467575+size - verschuivingy)*omf)),Array(((x+18.1622031815271+verschuivingx)*omf),((y+17.6382040343676+size - verschuivingy)*omf)),Array(((x+17.6419936402971+verschuivingx)*omf),((y+17.694875868495+size - verschuivingy)*omf)),Array(((x+15.7985226104151+verschuivingx)*omf),((y+16.8711533432758+size - verschuivingy)*omf)),Array(((x+15.7861202637367+verschuivingx)*omf),((y+16.8892400988484+size - verschuivingy)*omf)),Array(((x+13.9355867864406+verschuivingx)*omf),((y+18.1229290837124+size - verschuivingy)*omf)),Array(((x+13.3351065014314+verschuivingx)*omf),((y+18.185629836364+size - verschuivingy)*omf)),Array(((x+10.0710500124354+verschuivingx)*omf),((y+15.2355938750708+size - verschuivingy)*omf)),Array(((x+9.99439661977073+verschuivingx)*omf),((y+14.4611362269349+size - verschuivingy)*omf)),Array(((x+9.7826954521642+verschuivingx)*omf),((y+14.2506408430333+size - verschuivingy)*omf)),Array(((x+9.50708774820127+verschuivingx)*omf),((y+13.9493671716388+size - verschuivingy)*omf)),Array(((x+7.93302324894299+verschuivingx)*omf),((y+15.3224103018191+size - verschuivingy)*omf)),Array(((x+7.82346918661772+verschuivingx)*omf),((y+15.3184484410746+size - verschuivingy)*omf)),Array(((x+7.82002409031819+verschuivingx)*omf),((y+15.3182761862597+size - verschuivingy)*omf)),Array(((x+7.63364438051326+verschuivingx)*omf),((y+15.2958830603127+size - verschuivingy)*omf)),Array(((x+7.76300774656086+verschuivingx)*omf),((y+15.6381533776716+size - verschuivingy)*omf)),Array(((x+6.92412679762369+verschuivingx)*omf),((y+17.8294068789919+size - verschuivingy)*omf)),Array(((x+6.28557819850457+verschuivingx)*omf),((y+17.9691055339381+size - verschuivingy)*omf)),Array(((x+5.24429784196963+verschuivingx)*omf),((y+17.5670627957822+size - verschuivingy)*omf)),Array(((x+4.06934774901266+verschuivingx)*omf),((y+18.1041533088799+size - verschuivingy)*omf)),Array(((x+3.41495170691568+verschuivingx)*omf),((y+17.9570476968897+size - verschuivingy)*omf)),Array(((x+2.47547394603204+verschuivingx)*omf),((y+16.2558591441785+size - verschuivingy)*omf)),Array(((x+2.16696557240854+verschuivingx)*omf),((y+16.2872095205043+size - verschuivingy)*omf)),Array(((x+1.51480884290625+verschuivingx)*omf),((y+16.141309692219+size - verschuivingy)*omf)),Array(((x+0.69522043324649+verschuivingx)*omf),((y+13.9421324694097+size - verschuivingy)*omf)),Array(((x+1.00493459057483+verschuivingx)*omf),((y+13.2813629991586+size - verschuivingy)*omf)),Array(((x+0.460953884878+verschuivingx)*omf),((y+12.9030914254695+size - verschuivingy)*omf)),Array(((x+0.4513076152393+verschuivingx)*omf),((y+10.5471623210314+size - verschuivingy)*omf)),Array(((x+1.04885956839393+verschuivingx)*omf),((y+9.9633907530749+size - verschuivingy)*omf)),Array(((x+0.7858264659243+verschuivingx)*omf),((y+9.56031448602911+size - verschuivingy)*omf)),Array(((x+1.49723885177862+verschuivingx)*omf),((y+7.32117414614528+size - verschuivingy)*omf)),Array(((x+2.81981132117073+verschuivingx)*omf),((y+6.80613224936456+size - verschuivingy)*omf)),Array(((x+4.1218854675806+verschuivingx)*omf),((y+4.95198142095395+size - verschuivingy)*omf)),Array(((x+5.40001619470868+verschuivingx)*omf),((y+4.8303695215803+size - verschuivingy)*omf)),Array(((x+5.40036070433864+verschuivingx)*omf),((y+4.8303695215803+size - verschuivingy)*omf)),Array(((x+8.32386942412542+verschuivingx)*omf),((y+5.4601331251356+size - verschuivingy)*omf)),Array(((x+9.73498086841562+verschuivingx)*omf),((y+3.37998397947538+size - verschuivingy)*omf)),Array(((x+9.53826586971208+verschuivingx)*omf),((y+2.98827653021807+size - verschuivingy)*omf)),Array(((x+9.36480527103041+verschuivingx)*omf),((y+1.99298820928194+size - verschuivingy)*omf)),Array(((x+9.67262462539401+verschuivingx)*omf),((y+0.7100343473345+size - verschuivingy)*omf)),Array(((x+10.0824188302239+verschuivingx)*omf),((y+0.22772086539937+size - verschuivingy)*omf)),Array(((x+10.7388819301006+verschuivingx)*omf),((y+0+size - verschuivingy)*omf)),Array(((x+10.7406044782504+verschuivingx)*omf),((y+0.00034450962995+size - verschuivingy)*omf)),Array(((x+11.390177385528+verschuivingx)*omf),((y+0.22289773058002+size - verschuivingy)*omf)),Array(((x+12.0719619432063+verschuivingx)*omf),((y+0+size - verschuivingy)*omf)),Array(((x+12.0735122365411+verschuivingx)*omf),((y+0.00034450962995+size - verschuivingy)*omf)),Array(((x+12.720673576409+verschuivingx)*omf),((y+0.19947107574317+size - verschuivingy)*omf)),Array(((x+13.338034833286+verschuivingx)*omf),((y+0+size - verschuivingy)*omf)),Array(((x+13.3411354199556+verschuivingx)*omf),((y+0.00034450962995+size - verschuivingy)*omf)),Array(((x+13.8622062352605+verschuivingx)*omf),((y+0.15123972754966+size - verschuivingy)*omf)),Array(((x+14.1135260103117+verschuivingx)*omf),((y+0.11920033196397+size - verschuivingy)*omf)),Array(((x+14.1150763036465+verschuivingx)*omf),((y+0.11920033196397+size - verschuivingy)*omf)),Array(((x+14.9417271607203+verschuivingx)*omf),((y+0.49161524194388+size - verschuivingy)*omf)),Array(((x+15.7685502726091+verschuivingx)*omf),((y+0.11920033196397+size - verschuivingy)*omf)),Array(((x+15.7699283111289+verschuivingx)*omf),((y+0.11920033196397+size - verschuivingy)*omf)),Array(((x+16.0210758313651+verschuivingx)*omf),((y+0.15123972754966+size - verschuivingy)*omf)),Array(((x+16.542318901485+verschuivingx)*omf),((y+0.00034450962995+size - verschuivingy)*omf)),Array(((x+16.5454194881546+verschuivingx)*omf),((y+0+size - verschuivingy)*omf)),Array(((x+17.1627807450316+verschuivingx)*omf),((y+0.19947107574317+size - verschuivingy)*omf)),Array(((x+17.8101143397145+verschuivingx)*omf),((y+0+size - verschuivingy)*omf)),Array(((x+17.8118368878643+verschuivingx)*omf),((y+0.00034450962995+size - verschuivingy)*omf)),Array(((x+18.4932769359126+verschuivingx)*omf),((y+0.22289773058002+size - verschuivingy)*omf)),Array(((x+19.1430220980052+verschuivingx)*omf),((y+0+size - verschuivingy)*omf)),Array(((x+19.144400136525+verschuivingx)*omf),((y+0.00034450962995+size - verschuivingy)*omf)),Array(((x+19.8013800008467+verschuivingx)*omf),((y+0.22806537502932+size - verschuivingy)*omf)),Array(((x+20.3450161969135+verschuivingx)*omf),((y+0.99804439797576+size - verschuivingy)*omf)),Array(((x+20.5186490504102+verschuivingx)*omf),((y+1.99367722854185+size - verschuivingy)*omf)),Array(((x+20.2433858560772+verschuivingx)*omf),((y+3.21599739561744+size - verschuivingy)*omf)),Array(((x+20.3556959954421+verschuivingx)*omf),((y+3.3293410638722+size - verschuivingy)*omf)),Array(((x+21.791267623459+verschuivingx)*omf),((y+5.41086824805222+size - verschuivingy)*omf)),Array(((x+24.5997101268413+verschuivingx)*omf),((y+4.8303695215803+size - verschuivingy)*omf)),Array(((x+24.6000546364712+verschuivingx)*omf),((y+4.8303695215803+size - verschuivingy)*omf)),Array(((x+25.8785298732293+verschuivingx)*omf),((y+4.95198142095395+size - verschuivingy)*omf)),Array(((x+27.1800872551942+verschuivingx)*omf),((y+6.80613224936456+size - verschuivingy)*omf)),Array(((x+28.5033487438462+verschuivingx)*omf),((y+7.32151865577524+size - verschuivingy)*omf)),Array(((x+29.2144166200706+verschuivingx)*omf),((y+9.56014223121414+size - verschuivingy)*omf)),Array(((x+28.951211262786+verschuivingx)*omf),((y+9.9633907530749+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+29.3591106646511+verschuivingx)*omf),((y+10.3433848749138-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+30.1542388905842+verschuivingx)*omf),((y+11.1998358149786-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+30.1497602653948+verschuivingx)*omf),((y+12.2566191048615-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+29.3815037905981+verschuivingx)*omf),((y+13.0696618315521-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+29.196846628943+verschuivingx)*omf),((y+13.197130394635-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+29.1100302021946+verschuivingx)*omf),((y+13.4987485756594-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+29.2133830911807+verschuivingx)*omf),((y+13.7192347388297-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+29.6491877730721+verschuivingx)*omf),((y+14.7827359664967-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+29.2815959979116+verschuivingx)*omf),((y+15.769239291869-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+28.2783839554865+verschuivingx)*omf),((y+16.2381168982359-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+28.058931321206+verschuivingx)*omf),((y+16.2873817753193-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+27.7282020764505+verschuivingx)*omf),((y+16.2873817753193-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+27.6248491874644+verschuivingx)*omf),((y+16.2765297219758-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+27.5928097918787+verschuivingx)*omf),((y+16.966582510773-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+27.2210839011587+verschuivingx)*omf),((y+17.6585301025349-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+26.3770353077722+verschuivingx)*omf),((y+18.0547161769816-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+26.1568936542318+verschuivingx)*omf),((y+18.1041533088799-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+25.4764871350734+verschuivingx)*omf),((y+18.1041533088799-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+25.0541183287502+verschuivingx)*omf),((y+17.9036487042469-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+24.4718970541285+verschuivingx)*omf),((y+17.821483157503-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+24.1056833174877+verschuivingx)*omf),((y+17.9689332791231-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+23.49417872432+verschuivingx)*omf),((y+17.9689332791231-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+23.2792047152289+verschuivingx)*omf),((y+17.9220799694494-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+22.2763371824338+verschuivingx)*omf),((y+17.4650879453159-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+21.8997881568944+verschuivingx)*omf),((y+16.4822019710581-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+22.2828828654029+verschuivingx)*omf),((y+15.5230871612671-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+22.3259465691471+verschuivingx)*omf),((y+15.4090544737524-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+22.2914956061517+verschuivingx)*omf),((y+15.3075963877311-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+22.2284503438702+verschuivingx)*omf),((y+15.3144865803302-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+22.1788409571569+verschuivingx)*omf),((y+15.3184484410746-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+22.177807428267+verschuivingx)*omf),((y+15.3184484410746-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+22.1402558786021+verschuivingx)*omf),((y+15.3212045181143-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+22.103393348197+verschuivingx)*omf),((y+15.3224103018191-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+21.3320362867308+verschuivingx)*omf),((y+15.3224103018191-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+20.7033062120654+verschuivingx)*omf),((y+14.795482822805-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+20.4659390770273+verschuivingx)*omf),((y+14.1340243332939-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+20.4115065554946+verschuivingx)*omf),((y+14.192935480016-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+20.3050530798389+verschuivingx)*omf),((y+14.3030063067862-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+20.2537211449758+verschuivingx)*omf),((y+14.3543382416493-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+20.2261603745795+verschuivingx)*omf),((y+14.5620775485114-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+20.2392517405178+verschuivingx)*omf),((y+14.72089648792-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+20.2392517405178+verschuivingx)*omf),((y+15.5143021657033-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+20.0387471358847+verschuivingx)*omf),((y+16.1378645959194-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+19.2973624122245+verschuivingx)*omf),((y+17.1503783983532-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+18.7602718991267+verschuivingx)*omf),((y+17.5066013557253-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+17.9909818954402+verschuivingx)*omf),((y+17.6759278388475-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+17.8159710034237+verschuivingx)*omf),((y+17.694875868495-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+16.9350598796322+verschuivingx)*omf),((y+17.69470361368-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+16.2794580538304+verschuivingx)*omf),((y+17.3832669082019-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+15.7943884948556+verschuivingx)*omf),((y+16.877010006985-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+15.7905988889261+verschuivingx)*omf),((y+16.8832111803242-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+15.3260276529336+verschuivingx)*omf),((y+17.5298557557472-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+14.668875533797+verschuivingx)*omf),((y+17.9680720050482-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+13.7381827684772+verschuivingx)*omf),((y+18.1646147489368-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+13.5363001253243+verschuivingx)*omf),((y+18.185629836364-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+11.7796455221906+verschuivingx)*omf),((y+18.1845963074741-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+10.4069469016402+verschuivingx)*omf),((y+16.943844875196-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+10.0207516064622+verschuivingx)*omf),((y+14.9792787103853-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+9.99508563903064+verschuivingx)*omf),((y+14.7186571753253-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+9.92291087155535+verschuivingx)*omf),((y+14.3924065557592-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+9.85211414259987+verschuivingx)*omf),((y+14.3226433556936-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+9.68778304911197+verschuivingx)*omf),((y+14.1524555984965-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+9.5961434875443+verschuivingx)*omf),((y+14.05185878655-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+9.36790585769999+verschuivingx)*omf),((y+14.7334710894133-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+8.71006471930347+verschuivingx)*omf),((y+15.3224103018191-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+7.89667748298288+verschuivingx)*omf),((y+15.3224103018191-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+7.85981495257784+verschuivingx)*omf),((y+15.3212045181143-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+7.82226340291289+verschuivingx)*omf),((y+15.3184484410746-verschuivingy)*omf));

line.pathPoints[34].leftDirection = Array(((x+7.82122987402303+verschuivingx)*omf),((y+15.3184484410746-verschuivingy)*omf));

line.pathPoints[34].rightDirection = Array(((x+7.7716204873097+verschuivingx)*omf),((y+15.3144865803302-verschuivingy)*omf));

line.pathPoints[35].leftDirection = Array(((x+7.70857522502818+verschuivingx)*omf),((y+15.3075963877311-verschuivingy)*omf));

line.pathPoints[35].rightDirection = Array(((x+7.67412426203281+verschuivingx)*omf),((y+15.4088822189375-verschuivingy)*omf));

line.pathPoints[36].leftDirection = Array(((x+7.71701571096204+verschuivingx)*omf),((y+15.5229149064521-verschuivingy)*omf));

line.pathPoints[36].rightDirection = Array(((x+8.10011041947052+verschuivingx)*omf),((y+16.4820297162431-verschuivingy)*omf));

line.pathPoints[37].leftDirection = Array(((x+7.72390590356112+verschuivingx)*omf),((y+17.4649156905009-verschuivingy)*omf));

line.pathPoints[37].rightDirection = Array(((x+6.72069386113605+verschuivingx)*omf),((y+17.9220799694494-verschuivingy)*omf));

line.pathPoints[38].leftDirection = Array(((x+6.50606436167492+verschuivingx)*omf),((y+17.9691055339381-verschuivingy)*omf));

line.pathPoints[38].rightDirection = Array(((x+5.89455976850717+verschuivingx)*omf),((y+17.9691055339381-verschuivingy)*omf));

line.pathPoints[39].leftDirection = Array(((x+5.52834603186642+verschuivingx)*omf),((y+17.821483157503-verschuivingy)*omf));

line.pathPoints[39].rightDirection = Array(((x+4.94646926687469+verschuivingx)*omf),((y+17.9036487042469-verschuivingy)*omf));

line.pathPoints[40].leftDirection = Array(((x+4.52375595092154+verschuivingx)*omf),((y+18.1041533088799-verschuivingy)*omf));

line.pathPoints[40].rightDirection = Array(((x+3.84300492213311+verschuivingx)*omf),((y+18.1041533088799-verschuivingy)*omf));

line.pathPoints[41].leftDirection = Array(((x+3.62286326859272+verschuivingx)*omf),((y+18.0547161769816-verschuivingy)*omf));

line.pathPoints[41].rightDirection = Array(((x+2.77881467520624+verschuivingx)*omf),((y+17.6585301025349-verschuivingy)*omf));

line.pathPoints[42].leftDirection = Array(((x+2.40708878448624+verschuivingx)*omf),((y+16.966582510773-verschuivingy)*omf));

line.pathPoints[42].rightDirection = Array(((x+2.37504938890055+verschuivingx)*omf),((y+16.2763574671608-verschuivingy)*omf));

line.pathPoints[43].leftDirection = Array(((x+2.27186875472943+verschuivingx)*omf),((y+16.2872095205043-verschuivingy)*omf));

line.pathPoints[43].rightDirection = Array(((x+1.94131176478889+verschuivingx)*omf),((y+16.2872095205043-verschuivingy)*omf));

line.pathPoints[44].leftDirection = Array(((x+1.72185913050841+verschuivingx)*omf),((y+16.2381168982359-verschuivingy)*omf));

line.pathPoints[44].rightDirection = Array(((x+0.71847483326836+verschuivingx)*omf),((y+15.769239291869-verschuivingy)*omf));

line.pathPoints[45].leftDirection = Array(((x+0.35088305810781+verschuivingx)*omf),((y+14.7827359664967-verschuivingy)*omf));

line.pathPoints[45].rightDirection = Array(((x+0.78668773999919+verschuivingx)*omf),((y+13.7192347388297-verschuivingy)*omf));

line.pathPoints[46].leftDirection = Array(((x+0.89004062898529+verschuivingx)*omf),((y+13.4987485756594-verschuivingy)*omf));

line.pathPoints[46].rightDirection = Array(((x+0.80339645705194+verschuivingx)*omf),((y+13.197130394635-verschuivingy)*omf));

line.pathPoints[47].leftDirection = Array(((x+0.61839478576682+verschuivingx)*omf),((y+13.0696618315521-verschuivingy)*omf));

line.pathPoints[47].rightDirection = Array(((x+-0.14968943421487+verschuivingx)*omf),((y+12.2566191048615-verschuivingy)*omf));

line.pathPoints[48].leftDirection = Array(((x+-0.15434031421924+verschuivingx)*omf),((y+11.2000080697936-verschuivingy)*omf));

line.pathPoints[48].rightDirection = Array(((x+0.64113242134377+verschuivingx)*omf),((y+10.3432126200988-verschuivingy)*omf));

line.pathPoints[49].leftDirection = Array(((x+0.84043124227196+verschuivingx)*omf),((y+10.148564679175-verschuivingy)*omf));

line.pathPoints[49].rightDirection = Array(((x+0.9449899149629+verschuivingx)*omf),((y+9.84522395000079-verschuivingy)*omf));

line.pathPoints[50].leftDirection = Array(((x+0.85593417561987+verschuivingx)*omf),((y+9.71017617505896-verschuivingy)*omf));

line.pathPoints[50].rightDirection = Array(((x+0.40169822852597+verschuivingx)*omf),((y+8.74020931192442-verschuivingy)*omf));

line.pathPoints[51].leftDirection = Array(((x+0.72071414586306+verschuivingx)*omf),((y+7.73596374060949-verschuivingy)*omf));

line.pathPoints[51].rightDirection = Array(((x+1.90100413808431+verschuivingx)*omf),((y+7.10654464668415-verschuivingy)*omf));

line.pathPoints[52].leftDirection = Array(((x+2.33767009405058+verschuivingx)*omf),((y+6.93601237985709-verschuivingy)*omf));

line.pathPoints[52].rightDirection = Array(((x+2.71938676403924+verschuivingx)*omf),((y+5.93280033743202-verschuivingy)*omf));

line.pathPoints[53].leftDirection = Array(((x+3.28731088901785+verschuivingx)*omf),((y+5.11252290851235-verschuivingy)*omf));

line.pathPoints[53].rightDirection = Array(((x+4.54287623538397+verschuivingx)*omf),((y+4.87102165791484-verschuivingy)*omf));

line.pathPoints[54].leftDirection = Array(((x+4.97299650838112+verschuivingx)*omf),((y+4.8303695215803-verschuivingy)*omf));

line.pathPoints[54].rightDirection = Array(((x+5.40001619470868+verschuivingx)*omf),((y+4.8303695215803-verschuivingy)*omf));

line.pathPoints[55].leftDirection = Array(((x+5.40036070433864+verschuivingx)*omf),((y+4.8303695215803-verschuivingy)*omf));

line.pathPoints[55].rightDirection = Array(((x+6.39030912601049+verschuivingx)*omf),((y+4.83140305047016-verschuivingy)*omf));

line.pathPoints[56].leftDirection = Array(((x+7.37043902322866+verschuivingx)*omf),((y+5.04293196326171-verschuivingy)*omf));

line.pathPoints[56].rightDirection = Array(((x+8.6749247370482+verschuivingx)*omf),((y+4.70014488145782-verschuivingy)*omf));

line.pathPoints[57].leftDirection = Array(((x+9.14896998786444+verschuivingx)*omf),((y+3.99803425561225-verschuivingy)*omf));

line.pathPoints[57].rightDirection = Array(((x+9.65936100464079+verschuivingx)*omf),((y+3.26422874381095-verschuivingy)*omf));

line.pathPoints[58].leftDirection = Array(((x+9.59373192013462+verschuivingx)*omf),((y+3.13331508442856-verschuivingy)*omf));

line.pathPoints[58].rightDirection = Array(((x+9.42492220145733+verschuivingx)*omf),((y+2.68958668104824-verschuivingy)*omf));

line.pathPoints[59].leftDirection = Array(((x+9.36497752584539+verschuivingx)*omf),((y+2.34576607035449-verschuivingy)*omf));

line.pathPoints[59].rightDirection = Array(((x+9.36532203547534+verschuivingx)*omf),((y+1.51170825623667-verschuivingy)*omf));

line.pathPoints[60].leftDirection = Array(((x+9.47160325631605+verschuivingx)*omf),((y+1.06832436248631-verschuivingy)*omf));

line.pathPoints[60].rightDirection = Array(((x+9.78527927438886+verschuivingx)*omf),((y+0.50987425233142-verschuivingy)*omf));

line.pathPoints[61].leftDirection = Array(((x+9.9232553811853+verschuivingx)*omf),((y+0.34761021662325-verschuivingy)*omf));

line.pathPoints[61].rightDirection = Array(((x+10.2798228481873+verschuivingx)*omf),((y+0.07889270525939-verschuivingy)*omf));

line.pathPoints[62].leftDirection = Array(((x+10.5068546943268+verschuivingx)*omf),((y+0-verschuivingy)*omf));

line.pathPoints[62].rightDirection = Array(((x+10.7388819301006+verschuivingx)*omf),((y+0-verschuivingy)*omf));

line.pathPoints[63].leftDirection = Array(((x+10.7406044782504+verschuivingx)*omf),((y+0.00034450962995-verschuivingy)*omf));

line.pathPoints[63].rightDirection = Array(((x+10.9698756369845+verschuivingx)*omf),((y+0.00034450962995-verschuivingy)*omf));

line.pathPoints[64].leftDirection = Array(((x+11.1943236608993+verschuivingx)*omf),((y+0.07717015710962-verschuivingy)*omf));

line.pathPoints[64].rightDirection = Array(((x+11.598088947205+verschuivingx)*omf),((y+0.07717015710962-verschuivingy)*omf));

line.pathPoints[65].leftDirection = Array(((x+11.8328722600184+verschuivingx)*omf),((y+0-verschuivingy)*omf));

line.pathPoints[65].rightDirection = Array(((x+12.0719619432063+verschuivingx)*omf),((y+0-verschuivingy)*omf));

line.pathPoints[66].leftDirection = Array(((x+12.0735122365411+verschuivingx)*omf),((y+0.00034450962995-verschuivingy)*omf));

line.pathPoints[66].rightDirection = Array(((x+12.2991660441607+verschuivingx)*omf),((y+0.00034450962995-verschuivingy)*omf));

line.pathPoints[67].leftDirection = Array(((x+12.5212025006659+verschuivingx)*omf),((y+0.06890192599073-verschuivingy)*omf));

line.pathPoints[67].rightDirection = Array(((x+12.9087758343637+verschuivingx)*omf),((y+0.06890192599073-verschuivingy)*omf));

line.pathPoints[68].leftDirection = Array(((x+13.1211660212302+verschuivingx)*omf),((y+0-verschuivingy)*omf));

line.pathPoints[68].rightDirection = Array(((x+13.338034833286+verschuivingx)*omf),((y+0-verschuivingy)*omf));

line.pathPoints[69].leftDirection = Array(((x+13.3411354199556+verschuivingx)*omf),((y+0.00034450962995-verschuivingy)*omf));

line.pathPoints[69].rightDirection = Array(((x+13.5232087593861+verschuivingx)*omf),((y+0.00034450962995-verschuivingy)*omf));

line.pathPoints[70].leftDirection = Array(((x+13.7028705314069+verschuivingx)*omf),((y+0.05305448301286-verschuivingy)*omf));

line.pathPoints[70].rightDirection = Array(((x+13.9448885464494+verschuivingx)*omf),((y+0.13022464012248-verschuivingy)*omf));

line.pathPoints[71].leftDirection = Array(((x+14.029121150973+verschuivingx)*omf),((y+0.11920033196397-verschuivingy)*omf));

line.pathPoints[71].rightDirection = Array(((x+14.1135260103117+verschuivingx)*omf),((y+0.11920033196397-verschuivingy)*omf));

line.pathPoints[72].leftDirection = Array(((x+14.1150763036465+verschuivingx)*omf),((y+0.11920033196397-verschuivingy)*omf));

line.pathPoints[72].rightDirection = Array(((x+14.4201395809705+verschuivingx)*omf),((y+0.11954484159392-verschuivingy)*omf));

line.pathPoints[73].leftDirection = Array(((x+14.7155565886557+verschuivingx)*omf),((y+0.2542481069058-verschuivingy)*omf));

line.pathPoints[73].rightDirection = Array(((x+15.1680699875999+verschuivingx)*omf),((y+0.2542481069058-verschuivingy)*omf));

line.pathPoints[74].leftDirection = Array(((x+15.4634869952851+verschuivingx)*omf),((y+0.11954484159392-verschuivingy)*omf));

line.pathPoints[74].rightDirection = Array(((x+15.7685502726091+verschuivingx)*omf),((y+0.11920033196397-verschuivingy)*omf));

line.pathPoints[75].leftDirection = Array(((x+15.7699283111289+verschuivingx)*omf),((y+0.11920033196397-verschuivingy)*omf));

line.pathPoints[75].rightDirection = Array(((x+15.8543331704676+verschuivingx)*omf),((y+0.11920033196397-verschuivingy)*omf));

line.pathPoints[76].leftDirection = Array(((x+15.9383935201762+verschuivingx)*omf),((y+0.13022464012248-verschuivingy)*omf));

line.pathPoints[76].rightDirection = Array(((x+16.1805837900337+verschuivingx)*omf),((y+0.05305448301286-verschuivingy)*omf));

line.pathPoints[77].leftDirection = Array(((x+16.3600733072395+verschuivingx)*omf),((y+0.00034450962995-verschuivingy)*omf));

line.pathPoints[77].rightDirection = Array(((x+16.542318901485+verschuivingx)*omf),((y+0.00034450962995-verschuivingy)*omf));

line.pathPoints[78].leftDirection = Array(((x+16.5454194881546+verschuivingx)*omf),((y+0-verschuivingy)*omf));

line.pathPoints[78].rightDirection = Array(((x+16.7621160453955+verschuivingx)*omf),((y+0-verschuivingy)*omf));

line.pathPoints[79].leftDirection = Array(((x+16.9743339774469+verschuivingx)*omf),((y+0.06890192599073-verschuivingy)*omf));

line.pathPoints[79].rightDirection = Array(((x+17.3619073111448+verschuivingx)*omf),((y+0.06890192599073-verschuivingy)*omf));

line.pathPoints[80].leftDirection = Array(((x+17.5841160224649+verschuivingx)*omf),((y+0-verschuivingy)*omf));

line.pathPoints[80].rightDirection = Array(((x+17.8101143397145+verschuivingx)*omf),((y+0-verschuivingy)*omf));

line.pathPoints[81].leftDirection = Array(((x+17.8118368878643+verschuivingx)*omf),((y+0.00034450962995-verschuivingy)*omf));

line.pathPoints[81].rightDirection = Array(((x+18.0505820614222+verschuivingx)*omf),((y+0.00034450962995-verschuivingy)*omf));

line.pathPoints[82].leftDirection = Array(((x+18.2851931194206+verschuivingx)*omf),((y+0.07717015710962-verschuivingy)*omf));

line.pathPoints[82].rightDirection = Array(((x+18.6889584057263+verschuivingx)*omf),((y+0.07717015710962-verschuivingy)*omf));

line.pathPoints[83].leftDirection = Array(((x+18.9135786844561+verschuivingx)*omf),((y+0-verschuivingy)*omf));

line.pathPoints[83].rightDirection = Array(((x+19.1430220980052+verschuivingx)*omf),((y+0-verschuivingy)*omf));

line.pathPoints[84].leftDirection = Array(((x+19.144400136525+verschuivingx)*omf),((y+0.00034450962995-verschuivingy)*omf));

line.pathPoints[84].rightDirection = Array(((x+19.3765996271138+verschuivingx)*omf),((y+0.00034450962995-verschuivingy)*omf));

line.pathPoints[85].leftDirection = Array(((x+19.6036314732533+verschuivingx)*omf),((y+0.07889270525939-verschuivingy)*omf));

line.pathPoints[85].rightDirection = Array(((x+20.0342685106953+verschuivingx)*omf),((y+0.40376528630569-verschuivingy)*omf));

line.pathPoints[86].leftDirection = Array(((x+20.2172031242007+verschuivingx)*omf),((y+0.66283652803085-verschuivingy)*omf));

line.pathPoints[86].rightDirection = Array(((x+20.4587043747983+verschuivingx)*omf),((y+1.29673424714559-verschuivingy)*omf));

line.pathPoints[87].leftDirection = Array(((x+20.5186490504102+verschuivingx)*omf),((y+1.6408993674693-verschuivingy)*omf));

line.pathPoints[87].rightDirection = Array(((x+20.5183045407802+verschuivingx)*omf),((y+2.44842994008068-verschuivingy)*omf));

line.pathPoints[88].leftDirection = Array(((x+20.423219882913+verschuivingx)*omf),((y+2.86873168862415-verschuivingy)*omf));

line.pathPoints[88].rightDirection = Array(((x+20.2809374057422+verschuivingx)*omf),((y+3.25320443565244-verschuivingy)*omf));

line.pathPoints[89].leftDirection = Array(((x+20.3184889554071+verschuivingx)*omf),((y+3.29110049494734-verschuivingy)*omf));

line.pathPoints[89].rightDirection = Array(((x+20.951008636002+verschuivingx)*omf),((y+3.94601330148925-verschuivingy)*omf));

line.pathPoints[90].leftDirection = Array(((x+21.4329776083072+verschuivingx)*omf),((y+4.64915745622468-verschuivingy)*omf));

line.pathPoints[90].rightDirection = Array(((x+22.7080077487657+verschuivingx)*omf),((y+5.02639550102394-verschuivingy)*omf));

line.pathPoints[91].leftDirection = Array(((x+23.6495525674291+verschuivingx)*omf),((y+4.83140305047016-verschuivingy)*omf));

line.pathPoints[91].rightDirection = Array(((x+24.5997101268413+verschuivingx)*omf),((y+4.8303695215803-verschuivingy)*omf));

line.pathPoints[92].leftDirection = Array(((x+24.6000546364712+verschuivingx)*omf),((y+4.8303695215803-verschuivingy)*omf));

line.pathPoints[92].rightDirection = Array(((x+25.0272465776138+verschuivingx)*omf),((y+4.8303695215803-verschuivingy)*omf));

line.pathPoints[93].leftDirection = Array(((x+25.4571945957959+verschuivingx)*omf),((y+4.87136616754479-verschuivingy)*omf));

line.pathPoints[93].rightDirection = Array(((x+26.7125876873471+verschuivingx)*omf),((y+5.11252290851235-verschuivingy)*omf));

line.pathPoints[94].leftDirection = Array(((x+27.2806840671407+verschuivingx)*omf),((y+5.93280033743202-verschuivingy)*omf));

line.pathPoints[94].rightDirection = Array(((x+27.6624007371293+verschuivingx)*omf),((y+6.93601237985709-verschuivingy)*omf));

line.pathPoints[95].leftDirection = Array(((x+28.0992389479106+verschuivingx)*omf),((y+7.10654464668415-verschuivingy)*omf));

line.pathPoints[95].rightDirection = Array(((x+29.2791844305019+verschuivingx)*omf),((y+7.73596374060949-verschuivingy)*omf));

line.pathPoints[96].leftDirection = Array(((x+29.598200347839+verschuivingx)*omf),((y+8.74020931192442-verschuivingy)*omf));

line.pathPoints[96].rightDirection = Array(((x+29.14413665556+verschuivingx)*omf),((y+9.71017617505896-verschuivingy)*omf));

line.pathPoints[97].leftDirection = Array(((x+29.055253171032+verschuivingx)*omf),((y+9.84522395000079-verschuivingy)*omf));

line.pathPoints[97].rightDirection = Array(((x+29.159639588908+verschuivingx)*omf),((y+10.14873693399-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+7.43021144402562+verschuivingx)*omf),((y+11.3996514003517+size - verschuivingy)*omf)),Array(((x+7.65018084275103+verschuivingx)*omf),((y+11.6359850064999+size - verschuivingy)*omf)),Array(((x+8.02483506532564+verschuivingx)*omf),((y+11.9425985771587+size - verschuivingy)*omf)),Array(((x+8.1076896313295+verschuivingx)*omf),((y+11.9710206216299+size - verschuivingy)*omf)),Array(((x+8.26926464777776+verschuivingx)*omf),((y+11.9985813920262+size - verschuivingy)*omf)),Array(((x+7.79401361325669+verschuivingx)*omf),((y+10.5552582973353+size - verschuivingy)*omf)),Array(((x+7.4994578796463+verschuivingx)*omf),((y+11.1996635601636+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+7.45174329589772+verschuivingx)*omf),((y+11.3328165321407-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+7.50979316854491+verschuivingx)*omf),((y+11.4701036196772-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+7.58386273898495+verschuivingx)*omf),((y+11.5486518153067-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+7.79642518066636+verschuivingx)*omf),((y+11.8270155963092-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+7.93336775857294+verschuivingx)*omf),((y+11.9024632052691-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+8.06393690832538+verschuivingx)*omf),((y+11.9593072942114-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+8.09390924613135+verschuivingx)*omf),((y+11.9677477801453-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+8.16229440767715+verschuivingx)*omf),((y+11.977394049784-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+8.21603790994992+verschuivingx)*omf),((y+11.9866958097928-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+8.06497043721524+verschuivingx)*omf),((y+11.5359049589984-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+7.90580698817665+verschuivingx)*omf),((y+11.0530747126183-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+7.67980867092705+verschuivingx)*omf),((y+10.7643756427172-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+7.5812789167603+verschuivingx)*omf),((y+10.9796941614382-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+7.47482544110462+verschuivingx)*omf),((y+11.2661539187447-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+22.4823539411461+verschuivingx)*omf),((y+11.1517767216001+size - verschuivingy)*omf)),Array(((x+22.3011418757904+verschuivingx)*omf),((y+10.7380206560257+size - verschuivingy)*omf)),Array(((x+21.880495617617+verschuivingx)*omf),((y+11.9729154245946+size - verschuivingy)*omf)),Array(((x+21.8922089450354+verschuivingx)*omf),((y+11.9711928764448+size - verschuivingy)*omf)),Array(((x+21.9063338398635+verschuivingx)*omf),((y+11.9674032705154+size - verschuivingy)*omf)),Array(((x+22.0844453185496+verschuivingx)*omf),((y+11.8852377237714+size - verschuivingy)*omf)),Array(((x+22.349028714354+verschuivingx)*omf),((y+11.6368462805748+size - verschuivingy)*omf)),Array(((x+22.5698593871543+verschuivingx)*omf),((y+11.3998236551667+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+22.5140488271018+verschuivingx)*omf),((y+11.234114523159-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+22.4268878907235+verschuivingx)*omf),((y+11.0067381673896-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+22.3659096862217+verschuivingx)*omf),((y+10.8689343154081-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+22.1950329097647+verschuivingx)*omf),((y+11.1621120104987-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+22.0544729807436+verschuivingx)*omf),((y+11.5750068019981-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+21.8842852235465+verschuivingx)*omf),((y+11.9723986601497-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+21.888419339106+verschuivingx)*omf),((y+11.9717096408898-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+21.895654041335+verschuivingx)*omf),((y+11.97033160237-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+21.9004771761543+verschuivingx)*omf),((y+11.9691258186651-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+21.93286108137+verschuivingx)*omf),((y+11.9598240586564-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+22.0027965362506+verschuivingx)*omf),((y+11.9369141682645-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+22.1836640919762+verschuivingx)*omf),((y+11.8221924614899-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+22.2680689513149+verschuivingx)*omf),((y+11.7431275014155-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+22.415863582565+verschuivingx)*omf),((y+11.5493408345666-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+22.4899331530051+verschuivingx)*omf),((y+11.4704481293072-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+22.5429876360179+verschuivingx)*omf),((y+11.3167968343479-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+20.5992643038193+verschuivingx)*omf),((y+6.81543400937331+size - verschuivingy)*omf)),Array(((x+20.9916607723366+verschuivingx)*omf),((y+8.49250688798774+size - verschuivingy)*omf)),Array(((x+20.9916607723366+verschuivingx)*omf),((y+8.49250688798774+size - verschuivingy)*omf)),Array(((x+20.9940723397462+verschuivingx)*omf),((y+8.49388492650755+size - verschuivingy)*omf)),Array(((x+20.9940723397462+verschuivingx)*omf),((y+8.49388492650755+size - verschuivingy)*omf)),Array(((x+21.0233556582923+verschuivingx)*omf),((y+8.51386648504486+size - verschuivingy)*omf)),Array(((x+21.0233556582923+verschuivingx)*omf),((y+8.51386648504486+size - verschuivingy)*omf)),Array(((x+21.1646046065733+verschuivingx)*omf),((y+8.61997545107059+size - verschuivingy)*omf)),Array(((x+21.1646046065733+verschuivingx)*omf),((y+8.61997545107059+size - verschuivingy)*omf)),Array(((x+21.6824025803937+verschuivingx)*omf),((y+9.08988658632739+size - verschuivingy)*omf)),Array(((x+21.6824025803937+verschuivingx)*omf),((y+9.08988658632739+size - verschuivingy)*omf)),Array(((x+22.9071343148789+verschuivingx)*omf),((y+10.9891681762619+size - verschuivingy)*omf)),Array(((x+22.9071343148789+verschuivingx)*omf),((y+10.9891681762619+size - verschuivingy)*omf)),Array(((x+23.2626682529911+verschuivingx)*omf),((y+12.9483944418084+size - verschuivingy)*omf)),Array(((x+23.2626682529911+verschuivingx)*omf),((y+12.9483944418084+size - verschuivingy)*omf)),Array(((x+22.6590873813123+verschuivingx)*omf),((y+15.8069630963489+size - verschuivingy)*omf)),Array(((x+22.6590873813123+verschuivingx)*omf),((y+15.8069630963489+size - verschuivingy)*omf)),Array(((x+23.2647353107708+verschuivingx)*omf),((y+17.4156508134176+size - verschuivingy)*omf)),Array(((x+23.2647353107708+verschuivingx)*omf),((y+17.4156508134176+size - verschuivingy)*omf)),Array(((x+24.7709314129282+verschuivingx)*omf),((y+16.7691784928095+size - verschuivingy)*omf)),Array(((x+24.7709314129282+verschuivingx)*omf),((y+16.7691784928095+size - verschuivingy)*omf)),Array(((x+25.5584804270023+verschuivingx)*omf),((y+12.9483944418084+size - verschuivingy)*omf)),Array(((x+25.5584804270023+verschuivingx)*omf),((y+12.9483944418084+size - verschuivingy)*omf)),Array(((x+25.0313806931732+verschuivingx)*omf),((y+10.058992175387+size - verschuivingy)*omf)),Array(((x+25.0313806931732+verschuivingx)*omf),((y+10.058992175387+size - verschuivingy)*omf)),Array(((x+23.8827855869077+verschuivingx)*omf),((y+8.02431830088071+size - verschuivingy)*omf)),Array(((x+23.8827855869077+verschuivingx)*omf),((y+8.02431830088071+size - verschuivingy)*omf)),Array(((x+22.1729842934477+verschuivingx)*omf),((y+6.38962010675058+size - verschuivingy)*omf)),Array(((x+22.1729842934477+verschuivingx)*omf),((y+6.38962010675058+size - verschuivingy)*omf)),Array(((x+22.1729842934477+verschuivingx)*omf),((y+6.38962010675058+size - verschuivingy)*omf)),Array(((x+21.5862843936366+verschuivingx)*omf),((y+6.21667627251384+size - verschuivingy)*omf)),Array(((x+21.5862843936366+verschuivingx)*omf),((y+6.21667627251384+size - verschuivingy)*omf)),Array(((x+20.5992643038193+verschuivingx)*omf),((y+6.81543400937331+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+20.5992643038193+verschuivingx)*omf),((y+6.81543400937331-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+20.2757697612929+verschuivingx)*omf),((y+7.39489920695537-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+20.4518141821992+verschuivingx)*omf),((y+8.14420765210458-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+20.9916607723366+verschuivingx)*omf),((y+8.49250688798774-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+20.9916607723366+verschuivingx)*omf),((y+8.49250688798774-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+20.9920052819665+verschuivingx)*omf),((y+8.49250688798774-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+20.9926943012264+verschuivingx)*omf),((y+8.49319590724764-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+20.9940723397462+verschuivingx)*omf),((y+8.49388492650755-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+20.9940723397462+verschuivingx)*omf),((y+8.49388492650755-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+20.9985509649356+verschuivingx)*omf),((y+8.49698551317714-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+21.0085417442043+verschuivingx)*omf),((y+8.50353119614625-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+21.0233556582923+verschuivingx)*omf),((y+8.51386648504486-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+21.0233556582923+verschuivingx)*omf),((y+8.51386648504486-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+21.0526389768384+verschuivingx)*omf),((y+8.53488157247204-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+21.1012148346618+verschuivingx)*omf),((y+8.57002155472731-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+21.1646046065733+verschuivingx)*omf),((y+8.61997545107059-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+21.1646046065733+verschuivingx)*omf),((y+8.61997545107059-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+21.2913841503963+verschuivingx)*omf),((y+8.71988324375715-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+21.4760413120514+verschuivingx)*omf),((y+8.87749639946096-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+21.6824025803937+verschuivingx)*omf),((y+9.08988658632739-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+21.6824025803937+verschuivingx)*omf),((y+9.08988658632739-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+22.096503155598+verschuivingx)*omf),((y+9.51552823413514-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+22.5881183975418+verschuivingx)*omf),((y+10.156316145849-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+22.9071343148789+verschuivingx)*omf),((y+10.9891681762619-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+22.9071343148789+verschuivingx)*omf),((y+10.9891681762619-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+23.1200412661903+verschuivingx)*omf),((y+11.546067993082-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+23.2619792337312+verschuivingx)*omf),((y+12.1884061981306-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+23.2626682529911+verschuivingx)*omf),((y+12.9483944418084-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+23.2626682529911+verschuivingx)*omf),((y+12.9483944418084-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+23.2619792337312+verschuivingx)*omf),((y+13.7511018796004-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+23.1035048039525+verschuivingx)*omf),((y+14.6928189530788-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+22.6590873813123+verschuivingx)*omf),((y+15.8069630963489-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+22.6590873813123+verschuivingx)*omf),((y+15.8069630963489-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+22.4103514284858+verschuivingx)*omf),((y+16.4296642524902-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+22.6814805072593+verschuivingx)*omf),((y+17.1500338887233-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+23.2647353107708+verschuivingx)*omf),((y+17.4156508134176-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+23.2647353107708+verschuivingx)*omf),((y+17.4156508134176-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+23.8476456046524+verschuivingx)*omf),((y+17.6814399929268-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+24.5221954601017+verschuivingx)*omf),((y+17.3918796489507-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+24.7709314129282+verschuivingx)*omf),((y+16.7691784928095-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+24.7709314129282+verschuivingx)*omf),((y+16.7691784928095-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+25.3235248593739+verschuivingx)*omf),((y+15.3876948766953-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+25.5591694462622+verschuivingx)*omf),((y+14.1042242503029-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+25.5584804270023+verschuivingx)*omf),((y+12.9483944418084-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+25.5584804270023+verschuivingx)*omf),((y+12.9483944418084-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+25.5591694462622+verschuivingx)*omf),((y+11.8545763667055-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+25.3479850431006+verschuivingx)*omf),((y+10.8818534265314-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+25.0313806931732+verschuivingx)*omf),((y+10.058992175387-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+25.0313806931732+verschuivingx)*omf),((y+10.058992175387-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+24.7147763432458+verschuivingx)*omf),((y+9.23492514053788-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+24.2965416524821+verschuivingx)*omf),((y+8.55899724656879-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+23.8827855869077+verschuivingx)*omf),((y+8.02431830088071-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+23.8827855869077+verschuivingx)*omf),((y+8.02431830088071-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+23.0532063979793+verschuivingx)*omf),((y+6.95564942876445-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+22.2463648446278+verschuivingx)*omf),((y+6.438540474204-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+22.1729842934477+verschuivingx)*omf),((y+6.38962010675058-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+22.1729842934477+verschuivingx)*omf),((y+6.38962010675058-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+22.1729842934477+verschuivingx)*omf),((y+6.38962010675058-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+22.1729842934477+verschuivingx)*omf),((y+6.38962010675058-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+21.9886716414225+verschuivingx)*omf),((y+6.27248683256634-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+21.7864444886397+verschuivingx)*omf),((y+6.21667627251384-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+21.5862843936366+verschuivingx)*omf),((y+6.21667627251384-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+21.5862843936366+verschuivingx)*omf),((y+6.21667627251384-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+21.1952659636392+verschuivingx)*omf),((y+6.21667627251384-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+20.8138938032805+verschuivingx)*omf),((y+6.43027224308511-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+20.5992643038193+verschuivingx)*omf),((y+6.81543400937331-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+23.5486112458527+verschuivingx)*omf),((y+11.5736287634783+size - verschuivingy)*omf)),Array(((x+23.4535265879854+verschuivingx)*omf),((y+13.3046173991805+size - verschuivingy)*omf)),Array(((x+23.4535265879854+verschuivingx)*omf),((y+13.3046173991805+size - verschuivingy)*omf)),Array(((x+24.356486328094+verschuivingx)*omf),((y+14.7227912908847+size - verschuivingy)*omf)),Array(((x+24.356486328094+verschuivingx)*omf),((y+14.7227912908847+size - verschuivingy)*omf)),Array(((x+24.6854930246997+verschuivingx)*omf),((y+15.7633826281598+size - verschuivingy)*omf)),Array(((x+24.6854930246997+verschuivingx)*omf),((y+15.7633826281598+size - verschuivingy)*omf)),Array(((x+24.7488827966112+verschuivingx)*omf),((y+16.2384614078659+size - verschuivingy)*omf)),Array(((x+24.7488827966112+verschuivingx)*omf),((y+16.2384614078659+size - verschuivingy)*omf)),Array(((x+24.772653961078+verschuivingx)*omf),((y+16.4858193221726+size - verschuivingy)*omf)),Array(((x+24.772653961078+verschuivingx)*omf),((y+16.4858193221726+size - verschuivingy)*omf)),Array(((x+24.8105500203729+verschuivingx)*omf),((y+16.7030326438584+size - verschuivingy)*omf)),Array(((x+24.8105500203729+verschuivingx)*omf),((y+16.7030326438584+size - verschuivingy)*omf)),Array(((x+24.8791074367337+verschuivingx)*omf),((y+16.9164563596147+size - verschuivingy)*omf)),Array(((x+24.8791074367337+verschuivingx)*omf),((y+16.9164563596147+size - verschuivingy)*omf)),Array(((x+24.8791074367337+verschuivingx)*omf),((y+16.9164563596147+size - verschuivingy)*omf)),Array(((x+26.3918492218602+verschuivingx)*omf),((y+17.5455309439101+size - verschuivingy)*omf)),Array(((x+26.3918492218602+verschuivingx)*omf),((y+17.5455309439101+size - verschuivingy)*omf)),Array(((x+27.0460730091422+verschuivingx)*omf),((y+16.1356252833247+size - verschuivingy)*omf)),Array(((x+27.0460730091422+verschuivingx)*omf),((y+16.1356252833247+size - verschuivingy)*omf)),Array(((x+27.0216128254155+verschuivingx)*omf),((y+15.8744869838198+size - verschuivingy)*omf)),Array(((x+27.0216128254155+verschuivingx)*omf),((y+15.8744869838198+size - verschuivingy)*omf)),Array(((x+26.8341995867207+verschuivingx)*omf),((y+14.8209765354215+size - verschuivingy)*omf)),Array(((x+26.8341995867207+verschuivingx)*omf),((y+14.8209765354215+size - verschuivingy)*omf)),Array(((x+25.1695290547846+verschuivingx)*omf),((y+11.6754313591296+size - verschuivingy)*omf)),Array(((x+25.1695290547846+verschuivingx)*omf),((y+11.6754313591296+size - verschuivingy)*omf)),Array(((x+24.3110110569401+verschuivingx)*omf),((y+11.26391460615+size - verschuivingy)*omf)),Array(((x+24.3110110569401+verschuivingx)*omf),((y+11.26391460615+size - verschuivingy)*omf)),Array(((x+23.5486112458527+verschuivingx)*omf),((y+11.5736287634783+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+23.5486112458527+verschuivingx)*omf),((y+11.5736287634783-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+23.0749105046664+verschuivingx)*omf),((y+12.0235583401978-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+23.0321913105521+verschuivingx)*omf),((y+12.7985327527786-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+23.4535265879854+verschuivingx)*omf),((y+13.3046173991805-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+23.4535265879854+verschuivingx)*omf),((y+13.3046173991805-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+23.8917428372865+verschuivingx)*omf),((y+13.8317171330096-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+24.170795637549+verschuivingx)*omf),((y+14.3097242445703-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+24.356486328094+verschuivingx)*omf),((y+14.7227912908847-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+24.356486328094+verschuivingx)*omf),((y+14.7227912908847-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+24.5414879993791+verschuivingx)*omf),((y+15.1362028468291-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+24.6334720705767+verschuivingx)*omf),((y+15.4848465923423-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+24.6854930246997+verschuivingx)*omf),((y+15.7633826281598-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+24.6854930246997+verschuivingx)*omf),((y+15.7633826281598-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+24.7202884973251+verschuivingx)*omf),((y+15.9501068475947-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+24.7364804499329+verschuivingx)*omf),((y+16.1027246136641-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+24.7488827966112+verschuivingx)*omf),((y+16.2384614078659-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+24.7488827966112+verschuivingx)*omf),((y+16.2384614078659-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+24.7564620084702+verschuivingx)*omf),((y+16.3176986227552-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+24.7612851432895+verschuivingx)*omf),((y+16.3879785872658-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+24.772653961078+verschuivingx)*omf),((y+16.4858193221726-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+24.772653961078+verschuivingx)*omf),((y+16.4858193221726-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+24.7795441536771+verschuivingx)*omf),((y+16.5397350792604-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+24.7864343462762+verschuivingx)*omf),((y+16.6001965193172-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+24.8105500203729+verschuivingx)*omf),((y+16.7030326438584-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+24.8105500203729+verschuivingx)*omf),((y+16.7030326438584-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+24.8236413863112+verschuivingx)*omf),((y+16.7569484009462-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+24.8412113774388+verschuivingx)*omf),((y+16.8230942498973-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+24.8791074367337+verschuivingx)*omf),((y+16.9164563596147-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+24.8791074367337+verschuivingx)*omf),((y+16.9164563596147-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+24.8791074367337+verschuivingx)*omf),((y+16.9164563596147-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+24.8791074367337+verschuivingx)*omf),((y+16.9164563596147-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+25.1340445628994+verschuivingx)*omf),((y+17.5364014387163-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+25.8113504953883+verschuivingx)*omf),((y+17.8180380612034-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+26.3918492218602+verschuivingx)*omf),((y+17.5455309439101-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+26.3918492218602+verschuivingx)*omf),((y+17.5455309439101-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+26.9089581764207+verschuivingx)*omf),((y+17.3028239096077-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+27.174575101115+verschuivingx)*omf),((y+16.7021713697835-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+27.0460730091422+verschuivingx)*omf),((y+16.1356252833247-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+27.0460730091422+verschuivingx)*omf),((y+16.1356252833247-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+27.0412498743229+verschuivingx)*omf),((y+16.0832598195718-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+27.0336706624639+verschuivingx)*omf),((y+15.9890364357794-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+27.0216128254155+verschuivingx)*omf),((y+15.8744869838198-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+27.0216128254155+verschuivingx)*omf),((y+15.8744869838198-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+26.9950855839091+verschuivingx)*omf),((y+15.6171382902445-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+26.9454761971958+verschuivingx)*omf),((y+15.2507522987887-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+26.8341995867207+verschuivingx)*omf),((y+14.8209765354215-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+26.8341995867207+verschuivingx)*omf),((y+14.8209765354215-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+26.6140579331803+verschuivingx)*omf),((y+13.9586689316475-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+26.1389791534742+verschuivingx)*omf),((y+12.8371178313334-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+25.1695290547846+verschuivingx)*omf),((y+11.6754313591296-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+25.1695290547846+verschuivingx)*omf),((y+11.6754313591296-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+24.9424972086452+verschuivingx)*omf),((y+11.4029242418363-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+24.6276154068675+verschuivingx)*omf),((y+11.26391460615-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+24.3110110569401+verschuivingx)*omf),((y+11.26391460615-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+24.3110110569401+verschuivingx)*omf),((y+11.26391460615-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+24.0398819781666+verschuivingx)*omf),((y+11.26391460615-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+23.7673748608732+verschuivingx)*omf),((y+11.3660617114312-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+23.5486112458527+verschuivingx)*omf),((y+11.5736287634783-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+23.3033203893256+verschuivingx)*omf),((y+10.3842092660633+size - verschuivingy)*omf)),Array(((x+23.8448895276128+verschuivingx)*omf),((y+12.0173571668586+size - verschuivingy)*omf)),Array(((x+23.8448895276128+verschuivingx)*omf),((y+12.0173571668586+size - verschuivingy)*omf)),Array(((x+23.8479901142824+verschuivingx)*omf),((y+12.0190797150084+size - verschuivingy)*omf)),Array(((x+23.8479901142824+verschuivingx)*omf),((y+12.0190797150084+size - verschuivingy)*omf)),Array(((x+23.8789959809782+verschuivingx)*omf),((y+12.0356161772462+size - verschuivingy)*omf)),Array(((x+23.8789959809782+verschuivingx)*omf),((y+12.0356161772462+size - verschuivingy)*omf)),Array(((x+24.0199004196293+verschuivingx)*omf),((y+12.1162314306553+size - verschuivingy)*omf)),Array(((x+24.0199004196293+verschuivingx)*omf),((y+12.1162314306553+size - verschuivingy)*omf)),Array(((x+24.5449330956786+verschuivingx)*omf),((y+12.4600520413491+size - verschuivingy)*omf)),Array(((x+24.5449330956786+verschuivingx)*omf),((y+12.4600520413491+size - verschuivingy)*omf)),Array(((x+26.0008307918628+verschuivingx)*omf),((y+13.8096685166926+size - verschuivingy)*omf)),Array(((x+26.0008307918628+verschuivingx)*omf),((y+13.8096685166926+size - verschuivingy)*omf)),Array(((x+26.7811451037079+verschuivingx)*omf),((y+15.0979622779043+size - verschuivingy)*omf)),Array(((x+26.7811451037079+verschuivingx)*omf),((y+15.0979622779043+size - verschuivingy)*omf)),Array(((x+28.2928533599445+verschuivingx)*omf),((y+15.7294484296094+size - verschuivingy)*omf)),Array(((x+28.2928533599445+verschuivingx)*omf),((y+15.7294484296094+size - verschuivingy)*omf)),Array(((x+28.884376394575+verschuivingx)*omf),((y+14.1147317940165+size - verschuivingy)*omf)),Array(((x+28.884376394575+verschuivingx)*omf),((y+14.1147317940165+size - verschuivingy)*omf)),Array(((x+27.7344032497897+verschuivingx)*omf),((y+12.2020143285138+size - verschuivingy)*omf)),Array(((x+27.7344032497897+verschuivingx)*omf),((y+12.2020143285138+size - verschuivingy)*omf)),Array(((x+26.4173429344768+verschuivingx)*omf),((y+10.8806476428265+size - verschuivingy)*omf)),Array(((x+26.4173429344768+verschuivingx)*omf),((y+10.8806476428265+size - verschuivingy)*omf)),Array(((x+24.8329431463199+verschuivingx)*omf),((y+9.80405504922133+size - verschuivingy)*omf)),Array(((x+24.8329431463199+verschuivingx)*omf),((y+9.80405504922133+size - verschuivingy)*omf)),Array(((x+24.3406388851161+verschuivingx)*omf),((y+9.68485471725736+size - verschuivingy)*omf)),Array(((x+24.3406388851161+verschuivingx)*omf),((y+9.68485471725736+size - verschuivingy)*omf)),Array(((x+23.3033203893256+verschuivingx)*omf),((y+10.3842092660633+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+23.3033203893256+verschuivingx)*omf),((y+10.3842092660633-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+23.0311577816623+verschuivingx)*omf),((y+10.9951970947861-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+23.2736925611496+verschuivingx)*omf),((y+11.7259020199178-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+23.8448895276128+verschuivingx)*omf),((y+12.0173571668586-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+23.8448895276128+verschuivingx)*omf),((y+12.0173571668586-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+23.8455785468727+verschuivingx)*omf),((y+12.0178739313036-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+23.8466120757626+verschuivingx)*omf),((y+12.0183906957485-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+23.8479901142824+verschuivingx)*omf),((y+12.0190797150084-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+23.8479901142824+verschuivingx)*omf),((y+12.0190797150084-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+23.8535022683616+verschuivingx)*omf),((y+12.021835792048-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+23.8641820668902+verschuivingx)*omf),((y+12.0275202009423-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+23.8789959809782+verschuivingx)*omf),((y+12.0356161772462-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+23.8789959809782+verschuivingx)*omf),((y+12.0356161772462-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+23.9089683187842+verschuivingx)*omf),((y+12.052152639484-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+23.9571996669777+verschuivingx)*omf),((y+12.0790243906203-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+24.0199004196293+verschuivingx)*omf),((y+12.1162314306553-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+24.0199004196293+verschuivingx)*omf),((y+12.1162314306553-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+24.1453019249324+verschuivingx)*omf),((y+12.1906455107253-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+24.3292700673277+verschuivingx)*omf),((y+12.3060562367598-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+24.5449330956786+verschuivingx)*omf),((y+12.4600520413491-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+24.5449330956786+verschuivingx)*omf),((y+12.4600520413491-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+24.9762591523806+verschuivingx)*omf),((y+12.7673546312678-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+25.5316086758659+verschuivingx)*omf),((y+13.2312368480004-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+26.0008307918628+verschuivingx)*omf),((y+13.8096685166926-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+26.0008307918628+verschuivingx)*omf),((y+13.8096685166926-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+26.3143345551207+verschuivingx)*omf),((y+14.1951747926107-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+26.5892532398237+verschuivingx)*omf),((y+14.6289124167224-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+26.7811451037079+verschuivingx)*omf),((y+15.0979622779043-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+26.7811451037079+verschuivingx)*omf),((y+15.0979622779043-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+27.0350487009837+verschuivingx)*omf),((y+15.7182518666359-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+27.7120101238427+verschuivingx)*omf),((y+16.0010942728278-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+28.2928533599445+verschuivingx)*omf),((y+15.7294484296094-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+28.2928533599445+verschuivingx)*omf),((y+15.7294484296094-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+28.8736965960464+verschuivingx)*omf),((y+15.4579748412059-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+29.1382799918508+verschuivingx)*omf),((y+14.7350213827481-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+28.884376394575+verschuivingx)*omf),((y+14.1147317940165-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+28.884376394575+verschuivingx)*omf),((y+14.1147317940165-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+28.579140862436+verschuivingx)*omf),((y+13.3711077577616-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+28.1688298931612+verschuivingx)*omf),((y+12.7366932742019-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+27.7344032497897+verschuivingx)*omf),((y+12.2020143285138-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+27.7344032497897+verschuivingx)*omf),((y+12.2020143285138-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+27.2992875871582+verschuivingx)*omf),((y+11.6671631280107-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+26.8386782119101+verschuivingx)*omf),((y+11.2301526624145-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+26.4173429344768+verschuivingx)*omf),((y+10.8806476428265-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+26.4173429344768+verschuivingx)*omf),((y+10.8806476428265-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+25.5736388507203+verschuivingx)*omf),((y+10.1826711325404-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+24.8839305715531+verschuivingx)*omf),((y+9.83058229072776-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+24.8329431463199+verschuivingx)*omf),((y+9.80405504922133-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+24.8329431463199+verschuivingx)*omf),((y+9.80405504922133-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+24.6737796972813+verschuivingx)*omf),((y+9.72309528618222-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+24.5060035074939+verschuivingx)*omf),((y+9.68485471725736-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+24.3406388851161+verschuivingx)*omf),((y+9.68485471725736-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+24.3406388851161+verschuivingx)*omf),((y+9.68485471725736-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+23.9113798861939+verschuivingx)*omf),((y+9.68485471725736-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+23.5000353880292+verschuivingx)*omf),((y+9.94289243009266-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+23.3033203893256+verschuivingx)*omf),((y+10.3842092660633-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+22.400705158847+verschuivingx)*omf),((y+9.18979437901395+size - verschuivingy)*omf)),Array(((x+23.4459473761265+verschuivingx)*omf),((y+10.5139171417409+size - verschuivingy)*omf)),Array(((x+23.4459473761265+verschuivingx)*omf),((y+10.5139171417409+size - verschuivingy)*omf)),Array(((x+23.456627174655+verschuivingx)*omf),((y+10.5151229254457+size - verschuivingy)*omf)),Array(((x+23.456627174655+verschuivingx)*omf),((y+10.5151229254457+size - verschuivingy)*omf)),Array(((x+23.5241510621259+verschuivingx)*omf),((y+10.5237356661945+size - verschuivingy)*omf)),Array(((x+23.5241510621259+verschuivingx)*omf),((y+10.5237356661945+size - verschuivingy)*omf)),Array(((x+23.8145726801769+verschuivingx)*omf),((y+10.572483778833+size - verschuivingy)*omf)),Array(((x+23.8145726801769+verschuivingx)*omf),((y+10.572483778833+size - verschuivingy)*omf)),Array(((x+24.8605039167162+verschuivingx)*omf),((y+10.8568764783597+size - verschuivingy)*omf)),Array(((x+24.8605039167162+verschuivingx)*omf),((y+10.8568764783597+size - verschuivingy)*omf)),Array(((x+27.5852305800197+verschuivingx)*omf),((y+12.5830419792425+size - verschuivingy)*omf)),Array(((x+27.5852305800197+verschuivingx)*omf),((y+12.5830419792425+size - verschuivingy)*omf)),Array(((x+29.2085599563614+verschuivingx)*omf),((y+12.5907934459165+size - verschuivingy)*omf)),Array(((x+29.2085599563614+verschuivingx)*omf),((y+12.5907934459165+size - verschuivingy)*omf)),Array(((x+29.2157946585904+verschuivingx)*omf),((y+10.8568764783597+size - verschuivingy)*omf)),Array(((x+29.2157946585904+verschuivingx)*omf),((y+10.8568764783597+size - verschuivingy)*omf)),Array(((x+25.5726053218304+verschuivingx)*omf),((y+8.52592432209324+size - verschuivingy)*omf)),Array(((x+25.5726053218304+verschuivingx)*omf),((y+8.52592432209324+size - verschuivingy)*omf)),Array(((x+23.6405953170503+verschuivingx)*omf),((y+8.07082710092445+size - verschuivingy)*omf)),Array(((x+23.6405953170503+verschuivingx)*omf),((y+8.07082710092445+size - verschuivingy)*omf)),Array(((x+23.6409398266802+verschuivingx)*omf),((y+8.07082710092445+size - verschuivingy)*omf)),Array(((x+23.5434436014034+verschuivingx)*omf),((y+8.06634847573506+size - verschuivingy)*omf)),Array(((x+23.5434436014034+verschuivingx)*omf),((y+8.06634847573506+size - verschuivingy)*omf)),Array(((x+22.400705158847+verschuivingx)*omf),((y+9.18979437901395+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+22.400705158847+verschuivingx)*omf),((y+9.18979437901395-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+22.3476506758342+verschuivingx)*omf),((y+9.86365521520331-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+22.8154947533113+verschuivingx)*omf),((y+10.4558672690937-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+23.4459473761265+verschuivingx)*omf),((y+10.5139171417409-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+23.4459473761265+verschuivingx)*omf),((y+10.5139171417409-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+23.4480144339062+verschuivingx)*omf),((y+10.5140893965558-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+23.4514595302057+verschuivingx)*omf),((y+10.5146061610008-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+23.456627174655+verschuivingx)*omf),((y+10.5151229254457-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+23.456627174655+verschuivingx)*omf),((y+10.5151229254457-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+23.4697185405933+verschuivingx)*omf),((y+10.5166732187805-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+23.4924561761702+verschuivingx)*omf),((y+10.5192570410051-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+23.5241510621259+verschuivingx)*omf),((y+10.5237356661945-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+23.5241510621259+verschuivingx)*omf),((y+10.5237356661945-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+23.5875408340374+verschuivingx)*omf),((y+10.5323484069434-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+23.6867596074641+verschuivingx)*omf),((y+10.5476790854763-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+23.8145726801769+verschuivingx)*omf),((y+10.572483778833-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+23.8145726801769+verschuivingx)*omf),((y+10.572483778833-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+24.0695098063426+verschuivingx)*omf),((y+10.6219209107313-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+24.438135110393+verschuivingx)*omf),((y+10.7097708663695-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+24.8605039167162+verschuivingx)*omf),((y+10.8568764783597-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+24.8605039167162+verschuivingx)*omf),((y+10.8568764783597-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+25.7076530967723+verschuivingx)*omf),((y+11.1507431927102-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+26.7549623718314+verschuivingx)*omf),((y+11.6847331191384-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+27.5852305800197+verschuivingx)*omf),((y+12.5830419792425-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+27.5852305800197+verschuivingx)*omf),((y+12.5830419792425-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+28.0313705508097+verschuivingx)*omf),((y+13.0639774226579-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+28.7582858700119+verschuivingx)*omf),((y+13.0674225189574-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+29.2085599563614+verschuivingx)*omf),((y+12.5907934459165-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+29.2085599563614+verschuivingx)*omf),((y+12.5907934459165-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+29.6588340427108+verschuivingx)*omf),((y+12.1141643728756-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+29.6619346293804+verschuivingx)*omf),((y+11.337811921775-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+29.2157946585904+verschuivingx)*omf),((y+10.8568764783597-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+29.2157946585904+verschuivingx)*omf),((y+10.8568764783597-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+28.0299925122899+verschuivingx)*omf),((y+9.58236310234615-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+26.6491979154356+verschuivingx)*omf),((y+8.90264560244757-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+25.5726053218304+verschuivingx)*omf),((y+8.52592432209324-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+25.5726053218304+verschuivingx)*omf),((y+8.52592432209324-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+24.4932566511856+verschuivingx)*omf),((y+8.15040882544375-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+23.7029515600719+verschuivingx)*omf),((y+8.07702827426362-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+23.6405953170503+verschuivingx)*omf),((y+8.07082710092445-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+23.6405953170503+verschuivingx)*omf),((y+8.07082710092445-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+23.6405953170503+verschuivingx)*omf),((y+8.07082710092445-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+23.6409398266802+verschuivingx)*omf),((y+8.07082710092445-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+23.6082114118346+verschuivingx)*omf),((y+8.06772651425487-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+23.575827506619+verschuivingx)*omf),((y+8.06634847573506-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+23.5434436014034+verschuivingx)*omf),((y+8.06634847573506-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+23.5434436014034+verschuivingx)*omf),((y+8.06634847573506-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+22.9529540956628+verschuivingx)*omf),((y+8.06634847573506-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+22.4510035648203+verschuivingx)*omf),((y+8.55003999619-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+22.400705158847+verschuivingx)*omf),((y+9.18979437901395-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+22.5192164715511+verschuivingx)*omf),((y+7.13582796523021+size - verschuivingy)*omf)),Array(((x+21.5911075284559+verschuivingx)*omf),((y+8.55830822730889+size - verschuivingy)*omf)),Array(((x+21.5911075284559+verschuivingx)*omf),((y+8.55830822730889+size - verschuivingy)*omf)),Array(((x+22.9229817578568+verschuivingx)*omf),((y+9.54980694231553+size - verschuivingy)*omf)),Array(((x+22.9229817578568+verschuivingx)*omf),((y+9.54980694231553+size - verschuivingy)*omf)),Array(((x+22.9229817578568+verschuivingx)*omf),((y+9.54980694231553+size - verschuivingy)*omf)),Array(((x+22.9247043060066+verschuivingx)*omf),((y+9.54946243268557+size - verschuivingy)*omf)),Array(((x+22.9247043060066+verschuivingx)*omf),((y+9.54946243268557+size - verschuivingy)*omf)),Array(((x+22.9446858645439+verschuivingx)*omf),((y+9.54584508157106+size - verschuivingy)*omf)),Array(((x+22.9446858645439+verschuivingx)*omf),((y+9.54584508157106+size - verschuivingy)*omf)),Array(((x+23.0366699357415+verschuivingx)*omf),((y+9.5306866578531+size - verschuivingy)*omf)),Array(((x+23.0366699357415+verschuivingx)*omf),((y+9.5306866578531+size - verschuivingy)*omf)),Array(((x+23.4025391627523+verschuivingx)*omf),((y+9.48124952595475+size - verschuivingy)*omf)),Array(((x+23.4025391627523+verschuivingx)*omf),((y+9.48124952595475+size - verschuivingy)*omf)),Array(((x+24.6531091194841+verschuivingx)*omf),((y+9.4080412295896+size - verschuivingy)*omf)),Array(((x+24.6531091194841+verschuivingx)*omf),((y+9.4080412295896+size - verschuivingy)*omf)),Array(((x+26.0407939089374+verschuivingx)*omf),((y+9.52052362376947+size - verschuivingy)*omf)),Array(((x+26.0407939089374+verschuivingx)*omf),((y+9.52052362376947+size - verschuivingy)*omf)),Array(((x+27.2624250567531+verschuivingx)*omf),((y+9.91584842414129+size - verschuivingy)*omf)),Array(((x+27.2624250567531+verschuivingx)*omf),((y+9.91584842414129+size - verschuivingy)*omf)),Array(((x+28.802727612276+verschuivingx)*omf),((y+9.36738909325506+size - verschuivingy)*omf)),Array(((x+28.802727612276+verschuivingx)*omf),((y+9.36738909325506+size - verschuivingy)*omf)),Array(((x+28.2890637540151+verschuivingx)*omf),((y+7.7225278650413+size - verschuivingy)*omf)),Array(((x+28.2890637540151+verschuivingx)*omf),((y+7.7225278650413+size - verschuivingy)*omf)),Array(((x+26.4194099922565+verschuivingx)*omf),((y+7.10206602149476+size - verschuivingy)*omf)),Array(((x+26.4194099922565+verschuivingx)*omf),((y+7.10206602149476+size - verschuivingy)*omf)),Array(((x+24.6531091194841+verschuivingx)*omf),((y+6.9559939383944+size - verschuivingy)*omf)),Array(((x+24.6531091194841+verschuivingx)*omf),((y+6.9559939383944+size - verschuivingy)*omf)),Array(((x+22.5192164715511+verschuivingx)*omf),((y+7.13582796523021+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+22.5192164715511+verschuivingx)*omf),((y+7.13582796523021-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+21.895309531705+verschuivingx)*omf),((y+7.25502829719418-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+21.479486408351+verschuivingx)*omf),((y+7.89168209334855-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+21.5911075284559+verschuivingx)*omf),((y+8.55830822730889-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+21.5911075284559+verschuivingx)*omf),((y+8.55830822730889-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+21.702384138931+verschuivingx)*omf),((y+9.22493436126922-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+22.2987303083808+verschuivingx)*omf),((y+9.66883501946452-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+22.9229817578568+verschuivingx)*omf),((y+9.54980694231553-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+22.9229817578568+verschuivingx)*omf),((y+9.54980694231553-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+22.9229817578568+verschuivingx)*omf),((y+9.54980694231553-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+22.9229817578568+verschuivingx)*omf),((y+9.54980694231553-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+22.9233262674868+verschuivingx)*omf),((y+9.54963468750055-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+22.9240152867467+verschuivingx)*omf),((y+9.54963468750055-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+22.9247043060066+verschuivingx)*omf),((y+9.54946243268557-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+22.9247043060066+verschuivingx)*omf),((y+9.54946243268557-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+22.9281494023061+verschuivingx)*omf),((y+9.54877341342567-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+22.9350395949052+verschuivingx)*omf),((y+9.54756762972083-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+22.9446858645439+verschuivingx)*omf),((y+9.54584508157106-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+22.9446858645439+verschuivingx)*omf),((y+9.54584508157106-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+22.9639784038213+verschuivingx)*omf),((y+9.5425722400865-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+22.9953287801471+verschuivingx)*omf),((y+9.53723234082222-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+23.0366699357415+verschuivingx)*omf),((y+9.5306866578531-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+23.0366699357415+verschuivingx)*omf),((y+9.5306866578531-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+23.1200412661903+verschuivingx)*omf),((y+9.51759529191486-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+23.2450982618635+verschuivingx)*omf),((y+9.49950853634229-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+23.4025391627523+verschuivingx)*omf),((y+9.48124952595475-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+23.4025391627523+verschuivingx)*omf),((y+9.48124952595475-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+23.7174209645299+verschuivingx)*omf),((y+9.44473150517966-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+24.1614938775402+verschuivingx)*omf),((y+9.40786897477462-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+24.6531091194841+verschuivingx)*omf),((y+9.4080412295896-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+24.6531091194841+verschuivingx)*omf),((y+9.4080412295896-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+25.0985600710142+verschuivingx)*omf),((y+9.40769671995964-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+25.5836296299889+verschuivingx)*omf),((y+9.43870258665547-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+26.0407939089374+verschuivingx)*omf),((y+9.52052362376947-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+26.0407939089374+verschuivingx)*omf),((y+9.52052362376947-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+26.4986472071459+verschuivingx)*omf),((y+9.60148338680858-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+26.9268726771783+verschuivingx)*omf),((y+9.73549763286055-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+27.2624250567531+verschuivingx)*omf),((y+9.91584842414129-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+27.2624250567531+verschuivingx)*omf),((y+9.91584842414129-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+27.8294879076569+verschuivingx)*omf),((y+10.2186723888706-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+28.5191961868241+verschuivingx)*omf),((y+9.97320927752858-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+28.802727612276+verschuivingx)*omf),((y+9.36738909325506-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+28.802727612276+verschuivingx)*omf),((y+9.36738909325506-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+29.0859145280979+verschuivingx)*omf),((y+8.7619134186115-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+28.8561266049188+verschuivingx)*omf),((y+8.02535182977057-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+28.2890637540151+verschuivingx)*omf),((y+7.7225278650413-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+28.2890637540151+verschuivingx)*omf),((y+7.7225278650413-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+27.6792817089971+verschuivingx)*omf),((y+7.39799979362495-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+27.0398718358031+verschuivingx)*omf),((y+7.21334263196979-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+26.4194099922565+verschuivingx)*omf),((y+7.10206602149476-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+26.4194099922565+verschuivingx)*omf),((y+7.10206602149476-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+25.79860363908+verschuivingx)*omf),((y+6.99147843027963-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+25.1950227674012+verschuivingx)*omf),((y+6.9559939383944-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+24.6531091194841+verschuivingx)*omf),((y+6.9559939383944-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+24.6531091194841+verschuivingx)*omf),((y+6.9559939383944-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+23.4597277613246+verschuivingx)*omf),((y+6.95668295765431-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+22.5622801752953+verschuivingx)*omf),((y+7.12859326300119-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+22.5192164715511+verschuivingx)*omf),((y+7.13582796523021-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var newCompoundPath = doc.compoundPathItems.add();

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+22.7107638258053+verschuivingx)*omf),((y+11.9122817297228+size - verschuivingy)*omf)),Array(((x+22.3280136269268+verschuivingx)*omf),((y+12.2690214515398+size - verschuivingy)*omf)),Array(((x+22.3280136269268+verschuivingx)*omf),((y+12.2690214515398+size - verschuivingy)*omf)),Array(((x+22.0310463259068+verschuivingx)*omf),((y+12.4045859909266+size - verschuivingy)*omf)),Array(((x+22.0310463259068+verschuivingx)*omf),((y+12.4045859909266+size - verschuivingy)*omf)),Array(((x+21.962144399916+verschuivingx)*omf),((y+12.4207779435344+size - verschuivingy)*omf)),Array(((x+21.962144399916+verschuivingx)*omf),((y+12.4207779435344+size - verschuivingy)*omf)),Array(((x+20.9227588463458+verschuivingx)*omf),((y+13.7231965995742+size - verschuivingy)*omf)),Array(((x+20.9227588463458+verschuivingx)*omf),((y+13.7231965995742+size - verschuivingy)*omf)),Array(((x+22.1443899941615+verschuivingx)*omf),((y+14.8650737680556+size - verschuivingy)*omf)),Array(((x+22.1443899941615+verschuivingx)*omf),((y+14.8650737680556+size - verschuivingy)*omf)),Array(((x+23.0046305401558+verschuivingx)*omf),((y+14.6382141767311+size - verschuivingy)*omf)),Array(((x+23.0046305401558+verschuivingx)*omf),((y+14.6382141767311+size - verschuivingy)*omf)),Array(((x+24.4922231222957+verschuivingx)*omf),((y+13.4593022230297+size - verschuivingy)*omf)),Array(((x+24.4922231222957+verschuivingx)*omf),((y+13.4593022230297+size - verschuivingy)*omf)),Array(((x+24.3258249710281+verschuivingx)*omf),((y+11.7345147606667+size - verschuivingy)*omf)),Array(((x+24.3258249710281+verschuivingx)*omf),((y+11.7345147606667+size - verschuivingy)*omf)),Array(((x+23.6020102384955+verschuivingx)*omf),((y+11.4597683307786+size - verschuivingy)*omf)),Array(((x+23.6020102384955+verschuivingx)*omf),((y+11.4597683307786+size - verschuivingy)*omf)),Array(((x+22.7107638258053+verschuivingx)*omf),((y+11.9122817297228+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+22.7107638258053+verschuivingx)*omf),((y+11.9122817297228-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+22.5788166375331+verschuivingx)*omf),((y+12.0850533091445-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+22.4479029781507+verschuivingx)*omf),((y+12.193057078135-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+22.3280136269268+verschuivingx)*omf),((y+12.2690214515398-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+22.3280136269268+verschuivingx)*omf),((y+12.2690214515398-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+22.2088132949629+verschuivingx)*omf),((y+12.3442968056847-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+22.1006372711574+verschuivingx)*omf),((y+12.3847766872042-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+22.0310463259068+verschuivingx)*omf),((y+12.4045859909266-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+22.0310463259068+verschuivingx)*omf),((y+12.4045859909266-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+21.9952173243916+verschuivingx)*omf),((y+12.4147490250102-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+21.9711016502948+verschuivingx)*omf),((y+12.4193999050146-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+21.962144399916+verschuivingx)*omf),((y+12.4207779435344-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+21.962144399916+verschuivingx)*omf),((y+12.4207779435344-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+21.3444386334091+verschuivingx)*omf),((y+12.4815838932212-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+20.8810731811214+verschuivingx)*omf),((y+13.0581207589487-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+20.9227588463458+verschuivingx)*omf),((y+13.7231965995742-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+20.9227588463458+verschuivingx)*omf),((y+13.7231965995742-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+20.9647890212002+verschuivingx)*omf),((y+14.3989522387283-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+21.5118703135666+verschuivingx)*omf),((y+14.9100322747646-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+22.1443899941615+verschuivingx)*omf),((y+14.8650737680556-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+22.1443899941615+verschuivingx)*omf),((y+14.8650737680556-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+22.2322399497997+verschuivingx)*omf),((y+14.8581835754565-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+22.5602131175156+verschuivingx)*omf),((y+14.8266609443158-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+23.0046305401558+verschuivingx)*omf),((y+14.6382141767311-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+23.0046305401558+verschuivingx)*omf),((y+14.6382141767311-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+23.4466363953864+verschuivingx)*omf),((y+14.4513177024813-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+24.0105986596205+verschuivingx)*omf),((y+14.0933721969594-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+24.4922231222957+verschuivingx)*omf),((y+13.4593022230297-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+24.4922231222957+verschuivingx)*omf),((y+13.4593022230297-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+24.8921988026719+verschuivingx)*omf),((y+12.9339250373504-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+24.817440212972+verschuivingx)*omf),((y+12.1617067018092-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+24.3258249710281+verschuivingx)*omf),((y+11.7345147606667-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+24.3258249710281+verschuivingx)*omf),((y+11.7345147606667-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+24.1129180197168+verschuivingx)*omf),((y+11.5496853441965-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+23.8566028550312+verschuivingx)*omf),((y+11.4597683307786-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+23.6020102384955+verschuivingx)*omf),((y+11.4597683307786-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+23.6020102384955+verschuivingx)*omf),((y+11.4597683307786-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+23.2685249167003+verschuivingx)*omf),((y+11.4597683307786-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+22.9377956719448+verschuivingx)*omf),((y+11.6142808998129-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+22.7107638258053+verschuivingx)*omf),((y+11.9122817297228-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+21.9917722280921+verschuivingx)*omf),((y+12.4183663761247+size - verschuivingy)*omf)),Array(((x+21.9917722280921+verschuivingx)*omf),((y+12.4183663761247+size - verschuivingy)*omf)),Array(((x+21.9917722280921+verschuivingx)*omf),((y+12.4183663761247+size - verschuivingy)*omf)),Array(((x+21.9917722280921+verschuivingx)*omf),((y+12.4183663761247+size - verschuivingy)*omf)),Array(((x+21.9917722280921+verschuivingx)*omf),((y+12.4183663761247+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+21.9917722280921+verschuivingx)*omf),((y+12.4183663761247-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+21.9917722280921+verschuivingx)*omf),((y+12.4183663761247-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+21.9917722280921+verschuivingx)*omf),((y+12.4183663761247-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+21.9917722280921+verschuivingx)*omf),((y+12.4183663761247-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+21.9917722280921+verschuivingx)*omf),((y+12.4183663761247-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+21.9917722280921+verschuivingx)*omf),((y+12.4183663761247-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+21.9917722280921+verschuivingx)*omf),((y+12.4183663761247-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+21.9917722280921+verschuivingx)*omf),((y+12.4183663761247-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+21.9917722280921+verschuivingx)*omf),((y+12.4183663761247-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+21.9917722280921+verschuivingx)*omf),((y+12.4183663761247-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+21.2097353680972+verschuivingx)*omf),((y+6.19635020434658+size - verschuivingy)*omf)),Array(((x+19.8613246764586+verschuivingx)*omf),((y+7.14065110004957+size - verschuivingy)*omf)),Array(((x+19.8613246764586+verschuivingx)*omf),((y+7.14065110004957+size - verschuivingy)*omf)),Array(((x+19.8613246764586+verschuivingx)*omf),((y+7.14065110004957+size - verschuivingy)*omf)),Array(((x+19.7579717874725+verschuivingx)*omf),((y+8.87095071649184+size - verschuivingy)*omf)),Array(((x+19.7579717874725+verschuivingx)*omf),((y+8.87095071649184+size - verschuivingy)*omf)),Array(((x+21.3733774423252+verschuivingx)*omf),((y+8.98601693289636+size - verschuivingy)*omf)),Array(((x+21.3733774423252+verschuivingx)*omf),((y+8.98601693289636+size - verschuivingy)*omf)),Array(((x+21.3733774423252+verschuivingx)*omf),((y+8.98601693289636+size - verschuivingy)*omf)),Array(((x+21.3775115578847+verschuivingx)*omf),((y+8.98222732696687+size - verschuivingy)*omf)),Array(((x+21.3775115578847+verschuivingx)*omf),((y+8.98222732696687+size - verschuivingy)*omf)),Array(((x+21.41196252088+verschuivingx)*omf),((y+8.95208273434592+size - verschuivingy)*omf)),Array(((x+21.41196252088+verschuivingx)*omf),((y+8.95208273434592+size - verschuivingy)*omf)),Array(((x+21.5797387106675+verschuivingx)*omf),((y+8.817723978664+size - verschuivingy)*omf)),Array(((x+21.5797387106675+verschuivingx)*omf),((y+8.817723978664+size - verschuivingy)*omf)),Array(((x+22.2618677779757+verschuivingx)*omf),((y+8.37571812343345+size - verschuivingy)*omf)),Array(((x+22.2618677779757+verschuivingx)*omf),((y+8.37571812343345+size - verschuivingy)*omf)),Array(((x+24.6000546364712+verschuivingx)*omf),((y+7.73699726949935+size - verschuivingy)*omf)),Array(((x+24.6000546364712+verschuivingx)*omf),((y+7.73699726949935+size - verschuivingy)*omf)),Array(((x+25.3862256120255+verschuivingx)*omf),((y+7.8117558591993+size - verschuivingy)*omf)),Array(((x+25.3862256120255+verschuivingx)*omf),((y+7.8117558591993+size - verschuivingy)*omf)),Array(((x+26.7191333703162+verschuivingx)*omf),((y+6.82232420197238+size - verschuivingy)*omf)),Array(((x+26.7191333703162+verschuivingx)*omf),((y+6.82232420197238+size - verschuivingy)*omf)),Array(((x+25.7924024657409+verschuivingx)*omf),((y+5.39846590137389+size - verschuivingy)*omf)),Array(((x+25.7924024657409+verschuivingx)*omf),((y+5.39846590137389+size - verschuivingy)*omf)),Array(((x+24.6000546364712+verschuivingx)*omf),((y+5.28477772348918+size - verschuivingy)*omf)),Array(((x+24.6000546364712+verschuivingx)*omf),((y+5.28477772348918+size - verschuivingy)*omf)),Array(((x+21.2097353680972+verschuivingx)*omf),((y+6.19635020434658+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+21.2097353680972+verschuivingx)*omf),((y+6.19635020434658-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+20.3918695065872+verschuivingx)*omf),((y+6.64765781958587-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+19.9123121016917+verschuivingx)*omf),((y+7.09379779037587-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+19.8613246764586+verschuivingx)*omf),((y+7.14065110004957-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+19.8613246764586+verschuivingx)*omf),((y+7.14065110004957-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+19.8613246764586+verschuivingx)*omf),((y+7.14065110004957-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+19.8613246764586+verschuivingx)*omf),((y+7.14065110004957-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+19.3855568774926+verschuivingx)*omf),((y+7.58782459972942-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+19.3390480774489+verschuivingx)*omf),((y+8.36262675749521-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+19.7579717874725+verschuivingx)*omf),((y+8.87095071649184-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+19.7579717874725+verschuivingx)*omf),((y+8.87095071649184-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+20.1755174589763+verschuivingx)*omf),((y+9.3775521273387-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+20.8972651337293+verschuivingx)*omf),((y+9.42853955257184-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+21.3733774423252+verschuivingx)*omf),((y+8.98601693289636-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+21.3733774423252+verschuivingx)*omf),((y+8.98601693289636-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+21.3733774423252+verschuivingx)*omf),((y+8.98601693289636-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+21.3733774423252+verschuivingx)*omf),((y+8.98601693289636-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+21.3733774423252+verschuivingx)*omf),((y+8.98601693289636-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+21.3744109712151+verschuivingx)*omf),((y+8.98481114919152-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+21.3775115578847+verschuivingx)*omf),((y+8.98222732696687-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+21.3775115578847+verschuivingx)*omf),((y+8.98222732696687-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+21.3830237119639+verschuivingx)*omf),((y+8.97705968251756-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+21.3947370393824+verschuivingx)*omf),((y+8.96689664843393-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+21.41196252088+verschuivingx)*omf),((y+8.95208273434592-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+21.41196252088+verschuivingx)*omf),((y+8.95208273434592-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+21.4464134838754+verschuivingx)*omf),((y+8.92279941579986-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+21.5029130631878+verschuivingx)*omf),((y+8.87594610612616-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+21.5797387106675+verschuivingx)*omf),((y+8.817723978664-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+21.5797387106675+verschuivingx)*omf),((y+8.817723978664-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+21.7333900056268+verschuivingx)*omf),((y+8.70059070447975-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+21.9673120443653+verschuivingx)*omf),((y+8.53798215914162-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+22.2618677779757+verschuivingx)*omf),((y+8.37571812343345-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+22.2618677779757+verschuivingx)*omf),((y+8.37571812343345-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+22.8527017933463+verschuivingx)*omf),((y+8.04946750386733-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+23.6760798089355+verschuivingx)*omf),((y+7.73527472134959-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+24.6000546364712+verschuivingx)*omf),((y+7.73699726949935-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+24.6000546364712+verschuivingx)*omf),((y+7.73699726949935-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+24.8529247048572+verschuivingx)*omf),((y+7.73699726949935-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+25.114752023622+verschuivingx)*omf),((y+7.7597349050763-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+25.3862256120255+verschuivingx)*omf),((y+7.8117558591993-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+25.3862256120255+verschuivingx)*omf),((y+7.8117558591993-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+26.0101325518716+verschuivingx)*omf),((y+7.93164521042317-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+26.6068232309513+verschuivingx)*omf),((y+7.48860582630276-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+26.7191333703162+verschuivingx)*omf),((y+6.82232420197238-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+26.7191333703162+verschuivingx)*omf),((y+6.82232420197238-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+26.8314435096811+verschuivingx)*omf),((y+6.156042577642-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+26.4163094055869+verschuivingx)*omf),((y+5.51835525259777-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+25.7924024657409+verschuivingx)*omf),((y+5.39846590137389-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+25.7924024657409+verschuivingx)*omf),((y+5.39846590137389-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+25.382091496466+verschuivingx)*omf),((y+5.3195731961145-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+24.9828048353498+verschuivingx)*omf),((y+5.28477772348918-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+24.6000546364712+verschuivingx)*omf),((y+5.28477772348918-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+24.6000546364712+verschuivingx)*omf),((y+5.28477772348918-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+23.1930773077405+verschuivingx)*omf),((y+5.28650027163895-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+22.0262231910874+verschuivingx)*omf),((y+5.74745415651695-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+21.2097353680972+verschuivingx)*omf),((y+6.19635020434658-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var newCompoundPath = doc.compoundPathItems.add();

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+29.0394057280541+verschuivingx)*omf),((y+12.408720106486+size - verschuivingy)*omf)),Array(((x+27.7557628468468+verschuivingx)*omf),((y+12.4025189331468+size - verschuivingy)*omf)),Array(((x+26.8435013467295+verschuivingx)*omf),((y+11.59826120202+size - verschuivingy)*omf)),Array(((x+28.6642347410346+verschuivingx)*omf),((y+14.2173956637427+size - verschuivingy)*omf)),Array(((x+28.1967351731875+verschuivingx)*omf),((y+15.4946651167959+size - verschuivingy)*omf)),Array(((x+27.0009422476183+verschuivingx)*omf),((y+14.9951261533631+size - verschuivingy)*omf)),Array(((x+26.1055617193687+verschuivingx)*omf),((y+13.5495637460776+size - verschuivingy)*omf)),Array(((x+26.8014711718751+verschuivingx)*omf),((y+16.0973847143999+size - verschuivingy)*omf)),Array(((x+26.8104284222539+verschuivingx)*omf),((y+16.1910913337473+size - verschuivingy)*omf)),Array(((x+26.8379891926502+verschuivingx)*omf),((y+16.4226018050761+size - verschuivingy)*omf)),Array(((x+26.2953865254732+verschuivingx)*omf),((y+17.3107476310967+size - verschuivingy)*omf)),Array(((x+25.0989045806441+verschuivingx)*omf),((y+16.8132757254436+size - verschuivingy)*omf)),Array(((x+24.9938291435083+verschuivingx)*omf),((y+16.2799748182753+size - verschuivingy)*omf)),Array(((x+24.9070127167599+verschuivingx)*omf),((y+15.6433210221209+size - verschuivingy)*omf)),Array(((x+24.550100740128+verschuivingx)*omf),((y+16.6684094260481+size - verschuivingy)*omf)),Array(((x+23.3587864397482+verschuivingx)*omf),((y+17.1798339717143+size - verschuivingy)*omf)),Array(((x+22.8799180541126+verschuivingx)*omf),((y+15.9073876534804+size - verschuivingy)*omf)),Array(((x+23.3942709316334+verschuivingx)*omf),((y+14.1464266799723+size - verschuivingy)*omf)),Array(((x+22.1285425511837+verschuivingx)*omf),((y+14.609103113+size - verschuivingy)*omf)),Array(((x+21.1694277413927+verschuivingx)*omf),((y+13.7130335654906+size - verschuivingy)*omf)),Array(((x+22.0076196710699+verschuivingx)*omf),((y+12.6741647763653+size - verschuivingy)*omf)),Array(((x+21.9876381125326+verschuivingx)*omf),((y+12.6758873245151+size - verschuivingy)*omf)),Array(((x+22.8971435356103+verschuivingx)*omf),((y+12.074029000986+size - verschuivingy)*omf)),Array(((x+23.3808350560652+verschuivingx)*omf),((y+11.7451945591952+size - verschuivingy)*omf)),Array(((x+22.8048149547827+verschuivingx)*omf),((y+10.1938676955139+size - verschuivingy)*omf)),Array(((x+21.494300322439+verschuivingx)*omf),((y+8.57002155472731+size - verschuivingy)*omf)),Array(((x+21.2166255606963+verschuivingx)*omf),((y+8.79188575641747+size - verschuivingy)*omf)),Array(((x+21.2197261473659+verschuivingx)*omf),((y+8.78912967937784+size - verschuivingy)*omf)),Array(((x+19.9384948335682+verschuivingx)*omf),((y+8.69955717558989+size - verschuivingy)*omf)),Array(((x+20.0201436158672+verschuivingx)*omf),((y+7.33288747356371+size - verschuivingy)*omf)),Array(((x+25.7500277812566+verschuivingx)*omf),((y+5.65099146012993+size - verschuivingy)*omf)),Array(((x+26.482799764168+verschuivingx)*omf),((y+6.7768489308185+size - verschuivingy)*omf)),Array(((x+26.1958232424166+verschuivingx)*omf),((y+7.32668630022454+size - verschuivingy)*omf)),Array(((x+28.1819212590995+verschuivingx)*omf),((y+7.95197127859044+size - verschuivingy)*omf)),Array(((x+28.5880981128148+verschuivingx)*omf),((y+9.25283964129547+size - verschuivingy)*omf)),Array(((x+27.4994476821613+verschuivingx)*omf),((y+9.74290458990456+size - verschuivingy)*omf)),Array(((x+29.0452623917633+verschuivingx)*omf),((y+11.0373995244554+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+29.3956286854262+verschuivingx)*omf),((y+12.0316543165017-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+28.683527280312+verschuivingx)*omf),((y+12.7856136416553-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+28.1085407079193+verschuivingx)*omf),((y+12.7828575646157-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+27.4677527962055+verschuivingx)*omf),((y+12.0922880113736-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+27.1587276581371+verschuivingx)*omf),((y+11.8263265770493-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+27.5263194332976+verschuivingx)*omf),((y+12.2612699848658-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+28.2205063376543+verschuivingx)*omf),((y+13.1346018967984-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+28.8654283649275+verschuivingx)*omf),((y+14.7079773767967-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+28.6559665099157+verschuivingx)*omf),((y+15.2798633625198-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+27.7371593268293+verschuivingx)*omf),((y+15.7092946162571-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+27.2021358715112+verschuivingx)*omf),((y+15.4857078664171-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+26.7763219688885+verschuivingx)*omf),((y+14.4471835869218-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+26.4555835034017+verschuivingx)*omf),((y+13.9638365760968-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+26.6795147628715+verschuivingx)*omf),((y+14.7221022716248-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+26.7628860933203+verschuivingx)*omf),((y+15.6596852295437-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+26.8014711718751+verschuivingx)*omf),((y+16.0973847143999-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+26.8080168548443+verschuivingx)*omf),((y+16.1654253663157-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+26.8283429230115+verschuivingx)*omf),((y+16.2679169812269-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+26.8379891926502+verschuivingx)*omf),((y+16.3456039027815-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+26.8379891926502+verschuivingx)*omf),((y+16.795533479501-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+26.6354175302375+verschuivingx)*omf),((y+17.1510674176131-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+25.8364996983749+verschuivingx)*omf),((y+17.5262384046327-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+25.300787223797+verschuivingx)*omf),((y+17.3035129288676-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+25.0251795198341+verschuivingx)*omf),((y+16.6343029726826-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+25.010710115376+verschuivingx)*omf),((y+16.4701441340097-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+24.9803932679401+verschuivingx)*omf),((y+16.1264957781309-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+24.9611007286627+verschuivingx)*omf),((y+15.910315985335-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+24.8084829625932+verschuivingx)*omf),((y+15.9757728150262-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+24.6903161595191+verschuivingx)*omf),((y+16.3173541131253-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+24.3533857414244+verschuivingx)*omf),((y+17.1610581968818-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+23.8200848342561+verschuivingx)*omf),((y+17.389984845986-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+22.8974880452402+verschuivingx)*omf),((y+16.9696830974425-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+22.6832030554091+verschuivingx)*omf),((y+16.4000364243142-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+23.1217638143401+verschuivingx)*omf),((y+15.3024287432818-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+23.292985100427+verschuivingx)*omf),((y+14.7150398242108-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+22.7662298762279+verschuivingx)*omf),((y+14.5484694181282-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+22.2146699586721+verschuivingx)*omf),((y+14.6030741944759-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+21.6307261359006+verschuivingx)*omf),((y+14.6445876048853-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+21.2066347814277+verschuivingx)*omf),((y+14.2442674148791-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+21.1325652109876+verschuivingx)*omf),((y+13.181799716102-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+21.5104922750468+verschuivingx)*omf),((y+12.7175729897395-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+22.0076196710699+verschuivingx)*omf),((y+12.6741647763653-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+21.9876381125326+verschuivingx)*omf),((y+12.6758873245151-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+22.0079641806999+verschuivingx)*omf),((y+12.6733035022904-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+22.4899331530051+verschuivingx)*omf),((y+12.6088802014891-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+23.0259901372129+verschuivingx)*omf),((y+11.9048747726788-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+23.19686691367+verschuivingx)*omf),((y+11.7941149266487-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+23.2674913878105+verschuivingx)*omf),((y+11.204486694983-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+23.0759440335562+verschuivingx)*omf),((y+10.6868609759776-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+22.37900105216+verschuivingx)*omf),((y+9.41975455700802-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+21.8460446546217+verschuivingx)*omf),((y+8.87663512538607-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+21.3186004111626+verschuivingx)*omf),((y+8.69921266595994-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+21.2207596762558+verschuivingx)*omf),((y+8.78809615048798-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+21.2166255606963+verschuivingx)*omf),((y+8.79188575641747-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+21.2197261473659+verschuivingx)*omf),((y+8.78912967937784-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+20.8424881025666+verschuivingx)*omf),((y+9.14121852119048-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+20.2685350590638+verschuivingx)*omf),((y+9.10159991374581-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+19.6081100984427+verschuivingx)*omf),((y+8.29751443743396-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+19.6439390999578+verschuivingx)*omf),((y+7.68635435389617-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+20.1203959181838+verschuivingx)*omf),((y+7.23849183495641-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+22.5161158848815+verschuivingx)*omf),((y+5.02915157806357-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+26.2437100809802+verschuivingx)*omf),((y+5.74573160836719-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+26.571683248696+verschuivingx)*omf),((y+6.25009370661935-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+26.445592724133+verschuivingx)*omf),((y+6.99802411324875-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+26.3408617966271+verschuivingx)*omf),((y+7.18750440972326-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+26.8776078000949+verschuivingx)*omf),((y+7.43245075662032-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+27.568349608152+verschuivingx)*omf),((y+7.62434262050451-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+28.6304727972991+verschuivingx)*omf),((y+8.19140547140824-verschuivingy)*omf));

line.pathPoints[34].leftDirection = Array(((x+28.8120293722847+verschuivingx)*omf),((y+8.77397125565988-verschuivingy)*omf));

line.pathPoints[34].rightDirection = Array(((x+28.3848374311422+verschuivingx)*omf),((y+9.68657726540713-verschuivingy)*omf));

line.pathPoints[35].leftDirection = Array(((x+27.9187159018149+verschuivingx)*omf),((y+9.88673736041021-verschuivingy)*omf));

line.pathPoints[35].rightDirection = Array(((x+28.0286144737701+verschuivingx)*omf),((y+10.0862084361534-verschuivingy)*omf));

line.pathPoints[36].leftDirection = Array(((x+28.557436755749+verschuivingx)*omf),((y+10.5113333195162-verschuivingy)*omf));

line.pathPoints[36].rightDirection = Array(((x+29.3980402528359+verschuivingx)*omf),((y+11.4177381559243-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient125";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 100;

itemColor1.magenta = 43;

itemColor1.yellow = 0;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 60;

itemColor0.magenta = 0;

itemColor0.yellow = 0;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=50;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

//

var moveMatrix = app.getTranslationMatrix((0*omf), (0*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 100, 100);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient125").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 100;

itemColor1.magenta = 0;

itemColor1.yellow = 0;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=60;

grdntstop.midPoint=50;

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+26.7887243155669+verschuivingx)*omf),((y+16.1106483351531+size - verschuivingy)*omf)),Array(((x+26.7611635451706+verschuivingx)*omf),((y+16.0329614135985+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+26.780456084448+verschuivingx)*omf),((y+16.0846378580916-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+26.7814896133378+verschuivingx)*omf),((y+16.0872216803162-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+26.772876872589+verschuivingx)*omf),((y+16.0615557128847-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+26.7718433436991+verschuivingx)*omf),((y+16.0584551262151-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient124";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 100;

itemColor1.magenta = 43;

itemColor1.yellow = 0;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 60;

itemColor0.magenta = 0;

itemColor0.yellow = 0;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=50;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

//

var moveMatrix = app.getTranslationMatrix((-2*omf), (4.5*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 150, 150);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient124").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 100;

itemColor1.magenta = 0;

itemColor1.yellow = 0;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=60;

grdntstop.midPoint=50;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+21.449514070545+verschuivingx)*omf),((y+13.553353352007+size - verschuivingy)*omf)),Array(((x+22.408628880336+verschuivingx)*omf),((y+14.4495951543315+size - verschuivingy)*omf)),Array(((x+23.3866917197744+verschuivingx)*omf),((y+14.1512498147916+size - verschuivingy)*omf)),Array(((x+22.1285425511837+verschuivingx)*omf),((y+14.609103113+size - verschuivingy)*omf)),Array(((x+21.1694277413927+verschuivingx)*omf),((y+13.7130335654906+size - verschuivingy)*omf)),Array(((x+21.7981578160581+verschuivingx)*omf),((y+12.7194677927042+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+21.4264319253381+verschuivingx)*omf),((y+13.2196957753969-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+21.48672111058+verschuivingx)*omf),((y+14.0845872013956-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+21.9108124650529+verschuivingx)*omf),((y+14.4850796462167-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+22.4813204122562+verschuivingx)*omf),((y+14.4444275098822-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+22.8850856985619+verschuivingx)*omf),((y+14.4046366476225-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+22.7617512510385+verschuivingx)*omf),((y+14.5486416729432-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+22.2143254490421+verschuivingx)*omf),((y+14.6030741944759-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+21.6307261359006+verschuivingx)*omf),((y+14.6445876048853-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+21.2066347814277+verschuivingx)*omf),((y+14.2442674148791-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+21.1380773650669+verschuivingx)*omf),((y+13.2594866376566-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+21.4088619342105+verschuivingx)*omf),((y+12.8552045869059-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+21.5669918543592+verschuivingx)*omf),((y+12.9125654402932-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+23.1600043832649+verschuivingx)*omf),((y+15.7478796948119+size - verschuivingy)*omf)),Array(((x+23.6388727689005+verschuivingx)*omf),((y+17.0203260130457+size - verschuivingy)*omf)),Array(((x+24.2765600939447+verschuivingx)*omf),((y+17.0501260960367+size - verschuivingy)*omf)),Array(((x+23.3587864397482+verschuivingx)*omf),((y+17.1798339717143+size - verschuivingy)*omf)),Array(((x+22.8799180541126+verschuivingx)*omf),((y+15.9073876534804+size - verschuivingy)*omf)),Array(((x+23.4211426827698+verschuivingx)*omf),((y+14.0399732043166+size - verschuivingy)*omf)),Array(((x+23.6175131718434+verschuivingx)*omf),((y+14.171059118514+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+23.4018501434924+verschuivingx)*omf),((y+15.1429207846132-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+22.9632893845614+verschuivingx)*omf),((y+16.2405284656456-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+23.1779188840225+verschuivingx)*omf),((y+16.810175138774-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+23.8493681528022+verschuivingx)*omf),((y+17.1162719449878-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+24.0750219604219+verschuivingx)*omf),((y+17.1204060605473-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+24.0243790448187+verschuivingx)*omf),((y+17.2616550088283-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+23.6747017704157+verschuivingx)*omf),((y+17.3238389970349-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+22.8974880452402+verschuivingx)*omf),((y+16.9696830974425-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+22.6832030554091+verschuivingx)*omf),((y+16.4000364243142-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+23.1214193047101+verschuivingx)*omf),((y+15.3027732529117-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+23.3198568515634+verschuivingx)*omf),((y+14.6082418389252-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+23.4238987598094+verschuivingx)*omf),((y+14.0373893820919-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+23.5220840043462+verschuivingx)*omf),((y+14.2322095778307-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+23.516227340637+verschuivingx)*omf),((y+14.7395000079375-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+25.2739154726606+verschuivingx)*omf),((y+16.1204668596068+size - verschuivingy)*omf)),Array(((x+25.3789909097965+verschuivingx)*omf),((y+16.653767766775+size - verschuivingy)*omf)),Array(((x+26.4896899567671+verschuivingx)*omf),((y+17.1862073998684+size - verschuivingy)*omf)),Array(((x+26.2953865254732+verschuivingx)*omf),((y+17.3107476310967+size - verschuivingy)*omf)),Array(((x+25.0989045806441+verschuivingx)*omf),((y+16.8132757254436+size - verschuivingy)*omf)),Array(((x+24.9938291435083+verschuivingx)*omf),((y+16.2799748182753+size - verschuivingy)*omf)),Array(((x+24.9170034960286+verschuivingx)*omf),((y+15.6731211051119+size - verschuivingy)*omf)),Array(((x+25.1257763317805+verschuivingx)*omf),((y+15.0383621119223+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+25.2604795970924+verschuivingx)*omf),((y+15.9669878194624-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+25.2907964445283+verschuivingx)*omf),((y+16.3106361753412-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+25.3052658489864+verschuivingx)*omf),((y+16.4747950140141-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+25.568471206271+verschuivingx)*omf),((y+17.1136881227632-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+26.051473707466+verschuivingx)*omf),((y+17.338136146678-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+26.4311233196749+verschuivingx)*omf),((y+17.2349555125069-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+26.3667000188736+verschuivingx)*omf),((y+17.2773301969912-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+25.8364996983749+verschuivingx)*omf),((y+17.5262384046327-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+25.300787223797+verschuivingx)*omf),((y+17.3035129288676-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+25.0251795198341+verschuivingx)*omf),((y+16.6343029726826-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+25.010710115376+verschuivingx)*omf),((y+16.4701441340097-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+24.9896950279488+verschuivingx)*omf),((y+16.2324324893417-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+24.9232046693678+verschuivingx)*omf),((y+15.7325490162789-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+24.9948626723981+verschuivingx)*omf),((y+15.4579748412059-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+25.0641091080188+verschuivingx)*omf),((y+15.2462736735993-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+25.1795198340533+verschuivingx)*omf),((y+15.3053570751364-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+27.2810285767706+verschuivingx)*omf),((y+14.8356181946946+size - verschuivingy)*omf)),Array(((x+28.393794681521+verschuivingx)*omf),((y+15.3687468470479+size - verschuivingy)*omf)),Array(((x+28.1967351731875+verschuivingx)*omf),((y+15.4946651167959+size - verschuivingy)*omf)),Array(((x+27.0009422476183+verschuivingx)*omf),((y+14.9951261533631+size - verschuivingy)*omf)),Array(((x+26.8858760312138+verschuivingx)*omf),((y+14.7370884405278+size - verschuivingy)*omf)),Array(((x+26.0101325518716+verschuivingx)*omf),((y+13.2929040717621+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+27.0564082980408+verschuivingx)*omf),((y+14.2876756282533-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+27.4701643636152+verschuivingx)*omf),((y+15.2969165892025-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+27.95488941296+verschuivingx)*omf),((y+15.5220536323772-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+28.3348835347989+verschuivingx)*omf),((y+15.4183562337612-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+28.2687376858478+verschuivingx)*omf),((y+15.4609031730605-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+27.7371593268293+verschuivingx)*omf),((y+15.7092946162571-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+27.2021358715112+verschuivingx)*omf),((y+15.4857078664171-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+26.9651132461031+verschuivingx)*omf),((y+14.9074484525399-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+26.9261836579184+verschuivingx)*omf),((y+14.8214932998665-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+26.623704202819+verschuivingx)*omf),((y+14.2496073141434-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+26.2540453698788+verschuivingx)*omf),((y+13.79123725149-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+26.341550815887+verschuivingx)*omf),((y+13.568167266095-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+26.8934552430728+verschuivingx)*omf),((y+11.6156589383327+size - verschuivingy)*omf)),Array(((x+28.0358491759991+verschuivingx)*omf),((y+12.2430109744783+size - verschuivingy)*omf)),Array(((x+28.9608575324247+verschuivingx)*omf),((y+12.4826174221111+size - verschuivingy)*omf)),Array(((x+28.170552441311+verschuivingx)*omf),((y+12.6579728237575+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+27.3351165886734+verschuivingx)*omf),((y+11.9300239756654-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+27.2124711604099+verschuivingx)*omf),((y+11.6680244020856-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+27.5928097918787+verschuivingx)*omf),((y+11.8383844140977-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+28.3052557066229+verschuivingx)*omf),((y+12.4889908502652-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+28.6452867113871+verschuivingx)*omf),((y+12.5918269748064-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+28.7327921573954+verschuivingx)*omf),((y+12.6743370311803-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+28.4389254430449+verschuivingx)*omf),((y+12.7327314134574-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+27.9731484233475+verschuivingx)*omf),((y+12.6770931082199-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+23.084901283935+verschuivingx)*omf),((y+10.0343597368454+size - verschuivingy)*omf)),Array(((x+23.6609213852175+verschuivingx)*omf),((y+11.5855143457117+size - verschuivingy)*omf)),Array(((x+23.3756674116159+verschuivingx)*omf),((y+11.7215956495434+size - verschuivingy)*omf)),Array(((x+22.8048149547827+verschuivingx)*omf),((y+10.1938676955139+size - verschuivingy)*omf)),Array(((x+21.5308183432141+verschuivingx)*omf),((y+8.60240545994296+size - verschuivingy)*omf)),Array(((x+21.7743866515913+verschuivingx)*omf),((y+8.41051359605876+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+22.6590873813123+verschuivingx)*omf),((y+9.2600743435245-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+23.3560303627086+verschuivingx)*omf),((y+10.527353017309-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+23.5475777169628+verschuivingx)*omf),((y+11.0449787363144-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+23.5603245732711+verschuivingx)*omf),((y+11.6123860968481-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+23.4638618768841+verschuivingx)*omf),((y+11.6583781324469-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+23.2616347241013+verschuivingx)*omf),((y+11.18950052608-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+23.0718099179968+verschuivingx)*omf),((y+10.6796262737486-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+22.3931259469881+verschuivingx)*omf),((y+9.44559277925454-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+21.8822181657668+verschuivingx)*omf),((y+8.91401442023604-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+21.5735375373283+verschuivingx)*omf),((y+8.56554292953791-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+21.6562198485172+verschuivingx)*omf),((y+8.49733002280709-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+22.126130983774+verschuivingx)*omf),((y+8.71712716671752-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+24.5442440764187+verschuivingx)*omf),((y+14.2284199719012+size - verschuivingy)*omf)),Array(((x+23.3432835064003+verschuivingx)*omf),((y+13.984679408709+size - verschuivingy)*omf)),Array(((x+24.6369171668763+verschuivingx)*omf),((y+14.4726772995384+size - verschuivingy)*omf)),Array(((x+25.2477327407841+verschuivingx)*omf),((y+13.1606123738599+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+24.9497319108742+verschuivingx)*omf),((y+14.0530645702548-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+24.1391007515932+verschuivingx)*omf),((y+14.4037753735477-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+23.6846925496843+verschuivingx)*omf),((y+14.2937045467775-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+23.6819364726447+verschuivingx)*omf),((y+14.4487338802566-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+24.1976673886854+verschuivingx)*omf),((y+14.6625021056429-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+25.0761669450672+verschuivingx)*omf),((y+14.2826802386189-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+25.3073329067661+verschuivingx)*omf),((y+13.7455897255212-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+25.20398001778+verschuivingx)*omf),((y+13.6363801728259-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+25.0868467435958+verschuivingx)*omf),((y+13.7223353254993+size - verschuivingy)*omf)),Array(((x+23.3432835064003+verschuivingx)*omf),((y+13.984679408709+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+24.192844253866+verschuivingx)*omf),((y+14.4780171988027-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+25.0868467435958+verschuivingx)*omf),((y+13.7223353254993-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+24.5445885860487+verschuivingx)*omf),((y+14.8585280850865-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+23.3432835064003+verschuivingx)*omf),((y+13.984679408709-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+24.810205510743+verschuivingx)*omf),((y+12.1005562424924+size - verschuivingy)*omf)),Array(((x+25.3038878104666+verschuivingx)*omf),((y+11.4070583573957+size - verschuivingy)*omf)),Array(((x+26.6209481257794+verschuivingx)*omf),((y+11.6818047872838+size - verschuivingy)*omf)),Array(((x+26.6581551658144+verschuivingx)*omf),((y+10.1377126258315+size - verschuivingy)*omf)),Array(((x+27.4849782777032+verschuivingx)*omf),((y+9.67693099576843+size - verschuivingy)*omf)),Array(((x+27.2296966419075+verschuivingx)*omf),((y+8.64271308664753+size - verschuivingy)*omf)),Array(((x+27.315479539766+verschuivingx)*omf),((y+9.46436855408702+size - verschuivingy)*omf)),Array(((x+26.5155281790136+verschuivingx)*omf),((y+9.93221263156409+size - verschuivingy)*omf)),Array(((x+26.4290562618952+verschuivingx)*omf),((y+9.94168664638782+size - verschuivingy)*omf)),Array(((x+26.5451560071896+verschuivingx)*omf),((y+10.140985467316+size - verschuivingy)*omf)),Array(((x+26.4738425137892+verschuivingx)*omf),((y+11.4115369825851+size - verschuivingy)*omf)),Array(((x+25.3466070045808+verschuivingx)*omf),((y+11.1905340549698+size - verschuivingy)*omf)),Array(((x+25.2063915851897+verschuivingx)*omf),((y+11.026030706667+size - verschuivingy)*omf)),Array(((x+25.151959063657+verschuivingx)*omf),((y+11.2101711038772+size - verschuivingy)*omf)),Array(((x+24.6544871580039+verschuivingx)*omf),((y+11.8404514718774+size - verschuivingy)*omf)),Array(((x+23.8590144224409+verschuivingx)*omf),((y+11.6101467842534+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+24.4687964674589+verschuivingx)*omf),((y+12.2550688115267-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+25.0451610783714+verschuivingx)*omf),((y+11.9941027668368-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+25.2177604029782+verschuivingx)*omf),((y+11.7348592702966-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+25.7104091738119+verschuivingx)*omf),((y+11.8619833237495-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+26.2712708513764+verschuivingx)*omf),((y+11.9899686512773-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+26.9813051987109+verschuivingx)*omf),((y+11.3641669084665-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+26.9899179394598+verschuivingx)*omf),((y+10.6953014619115-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+27.0250579217151+verschuivingx)*omf),((y+10.1134246969197-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+27.3399397234927+verschuivingx)*omf),((y+9.95202193528643-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+27.6579221119399+verschuivingx)*omf),((y+9.34895782805254-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+27.5425113859055+verschuivingx)*omf),((y+8.94812087360146-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+27.4219330154217+verschuivingx)*omf),((y+8.89747795799827-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+27.4667192673157+verschuivingx)*omf),((y+9.20081868717247-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+27.1683739277758+verschuivingx)*omf),((y+9.72171724766241-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+26.8665834919364+verschuivingx)*omf),((y+9.88535932189039-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+26.4869338797274+verschuivingx)*omf),((y+9.93617449230856-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+26.4579950708113+verschuivingx)*omf),((y+9.93944733379312-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+26.4728089848993+verschuivingx)*omf),((y+10.0064544568191-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+26.5113940634542+verschuivingx)*omf),((y+10.0731170702151-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+26.7839011807475+verschuivingx)*omf),((y+10.6222654203613-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+26.76529766073+verschuivingx)*omf),((y+11.1550495630846-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+26.1816983475885+verschuivingx)*omf),((y+11.6690579309755-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+25.7110981930718+verschuivingx)*omf),((y+11.5643270034696-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+25.2976866371274+verschuivingx)*omf),((y+11.1404079038116-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+25.2508333274537+verschuivingx)*omf),((y+11.085630872649-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+25.1912331614717+verschuivingx)*omf),((y+11.0895927333934-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+25.1729741510842+verschuivingx)*omf),((y+11.1509154475252-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+25.0482616650409+verschuivingx)*omf),((y+11.5002482122982-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+24.8749733211743+verschuivingx)*omf),((y+11.732447702887-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+24.3688886747723+verschuivingx)*omf),((y+11.9803223816386-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+24.0732994122721+verschuivingx)*omf),((y+11.8786920408023-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+24.0950035189592+verschuivingx)*omf),((y+12.0430231342902-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+25.2063915851897+verschuivingx)*omf),((y+11.026030706667+size - verschuivingy)*omf)),Array(((x+26.5289640545818+verschuivingx)*omf),((y+11.3465969173389+size - verschuivingy)*omf)),Array(((x+25.2990646756472+verschuivingx)*omf),((y+10.81743012573+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+25.2063915851897+verschuivingx)*omf),((y+11.026030706667-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+25.2063915851897+verschuivingx)*omf),((y+11.026030706667-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+25.9346849429117+verschuivingx)*omf),((y+11.9668865060704-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+26.5289640545818+verschuivingx)*omf),((y+11.3465969173389-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+25.9594896362684+verschuivingx)*omf),((y+11.8082398214768-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+25.2990646756472+verschuivingx)*omf),((y+10.81743012573-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+23.7890789675603+verschuivingx)*omf),((y+11.4909464522894+size - verschuivingy)*omf)),Array(((x+24.8491350989277+verschuivingx)*omf),((y+11.6945516435921+size - verschuivingy)*omf)),Array(((x+23.8242189498156+verschuivingx)*omf),((y+11.270804798749+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+23.7890789675603+verschuivingx)*omf),((y+11.4909464522894-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+23.7890789675603+verschuivingx)*omf),((y+11.4909464522894-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+24.2255726687116+verschuivingx)*omf),((y+12.282112817478-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+24.8491350989277+verschuivingx)*omf),((y+11.6945516435921-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+24.2944745947023+verschuivingx)*omf),((y+12.1157146662104-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+23.8242189498156+verschuivingx)*omf),((y+11.270804798749-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+26.4290562618952+verschuivingx)*omf),((y+9.94168664638782+size - verschuivingy)*omf)),Array(((x+27.3444183486821+verschuivingx)*omf),((y+9.39581113772624+size - verschuivingy)*omf)),Array(((x+26.3594653166446+verschuivingx)*omf),((y+9.79130819291304+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+26.4290562618952+verschuivingx)*omf),((y+9.94168664638782-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+26.4290562618952+verschuivingx)*omf),((y+9.94168664638782-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+27.1549380522076+verschuivingx)*omf),((y+9.92187734266548-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+27.3444183486821+verschuivingx)*omf),((y+9.39581113772624-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+27.0167896905962+verschuivingx)*omf),((y+9.92911204489451-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+26.3594653166446+verschuivingx)*omf),((y+9.79130819291304-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+7.82725879254722+verschuivingx)*omf),((y+6.38962010675058+size - verschuivingy)*omf)),Array(((x+6.72396670262061+verschuivingx)*omf),((y+7.32496375207477+size - verschuivingy)*omf)),Array(((x+6.72396670262061+verschuivingx)*omf),((y+7.32496375207477+size - verschuivingy)*omf)),Array(((x+4.9686901380067+verschuivingx)*omf),((y+10.058992175387+size - verschuivingy)*omf)),Array(((x+4.9686901380067+verschuivingx)*omf),((y+10.058992175387+size - verschuivingy)*omf)),Array(((x+4.44141814936262+verschuivingx)*omf),((y+12.9483944418084+size - verschuivingy)*omf)),Array(((x+4.44141814936262+verschuivingx)*omf),((y+12.9483944418084+size - verschuivingy)*omf)),Array(((x+5.22913941825167+verschuivingx)*omf),((y+16.7691784928095+size - verschuivingy)*omf)),Array(((x+5.22913941825167+verschuivingx)*omf),((y+16.7691784928095+size - verschuivingy)*omf)),Array(((x+6.73550777522406+verschuivingx)*omf),((y+17.4156508134176+size - verschuivingy)*omf)),Array(((x+6.73550777522406+verschuivingx)*omf),((y+17.4156508134176+size - verschuivingy)*omf)),Array(((x+7.34081119505264+verschuivingx)*omf),((y+15.8069630963489+size - verschuivingy)*omf)),Array(((x+7.34081119505264+verschuivingx)*omf),((y+15.8069630963489+size - verschuivingy)*omf)),Array(((x+6.7374025781888+verschuivingx)*omf),((y+12.9483944418084+size - verschuivingy)*omf)),Array(((x+6.7374025781888+verschuivingx)*omf),((y+12.9483944418084+size - verschuivingy)*omf)),Array(((x+7.07312721257865+verschuivingx)*omf),((y+11.0417058948299+size - verschuivingy)*omf)),Array(((x+7.07312721257865+verschuivingx)*omf),((y+11.0417058948299+size - verschuivingy)*omf)),Array(((x+7.83208192736657+verschuivingx)*omf),((y+9.65832747575093+size - verschuivingy)*omf)),Array(((x+7.83208192736657+verschuivingx)*omf),((y+9.65832747575093+size - verschuivingy)*omf)),Array(((x+9.00238114031916+verschuivingx)*omf),((y+8.49629649391723+size - verschuivingy)*omf)),Array(((x+9.00238114031916+verschuivingx)*omf),((y+8.49629649391723+size - verschuivingy)*omf)),Array(((x+9.00238114031916+verschuivingx)*omf),((y+8.49629649391723+size - verschuivingy)*omf)),Array(((x+9.40097878217555+verschuivingx)*omf),((y+6.81543400937331+size - verschuivingy)*omf)),Array(((x+9.40097878217555+verschuivingx)*omf),((y+6.81543400937331+size - verschuivingy)*omf)),Array(((x+8.41378643754333+verschuivingx)*omf),((y+6.21667627251384+size - verschuivingy)*omf)),Array(((x+8.41378643754333+verschuivingx)*omf),((y+6.21667627251384+size - verschuivingy)*omf)),Array(((x+7.82725879254722+verschuivingx)*omf),((y+6.38962010675058+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+7.82725879254722+verschuivingx)*omf),((y+6.38962010675058-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+7.77144823249472+verschuivingx)*omf),((y+6.42579361789572-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+7.30515444835244+verschuivingx)*omf),((y+6.72689503447522-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+6.72396670262061+verschuivingx)*omf),((y+7.32496375207477-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+6.72396670262061+verschuivingx)*omf),((y+7.32496375207477-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+6.14467375985353+verschuivingx)*omf),((y+7.92234345041443-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+5.44463019178768+verschuivingx)*omf),((y+8.82185809422344-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+4.9686901380067+verschuivingx)*omf),((y+10.058992175387-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+4.9686901380067+verschuivingx)*omf),((y+10.058992175387-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+4.65208578807928+verschuivingx)*omf),((y+10.8818534265314-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+4.44090138491769+verschuivingx)*omf),((y+11.8545763667055-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+4.44141814936262+verschuivingx)*omf),((y+12.9483944418084-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+4.44141814936262+verschuivingx)*omf),((y+12.9483944418084-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+4.44090138491769+verschuivingx)*omf),((y+14.1042242503029-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+4.67654597180599+verschuivingx)*omf),((y+15.3876948766953-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+5.22913941825167+verschuivingx)*omf),((y+16.7691784928095-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+5.22913941825167+verschuivingx)*omf),((y+16.7691784928095-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+5.47804762589319+verschuivingx)*omf),((y+17.3918796489507-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+6.15225297171251+verschuivingx)*omf),((y+17.6814399929268-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+6.73550777522406+verschuivingx)*omf),((y+17.4156508134176-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+6.73550777522406+verschuivingx)*omf),((y+17.4156508134176-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+7.31859032392063+verschuivingx)*omf),((y+17.1500338887233-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+7.58954714787919+verschuivingx)*omf),((y+16.4296642524902-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+7.34081119505264+verschuivingx)*omf),((y+15.8069630963489-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+7.34081119505264+verschuivingx)*omf),((y+15.8069630963489-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+6.8965660272274+verschuivingx)*omf),((y+14.6928189530788-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+6.73791934263373+verschuivingx)*omf),((y+13.7511018796004-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+6.7374025781888+verschuivingx)*omf),((y+12.9483944418084-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+6.7374025781888+verschuivingx)*omf),((y+12.9483944418084-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+6.73791934263373+verschuivingx)*omf),((y+12.2121773625974-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+6.8712445694258+verschuivingx)*omf),((y+11.5865478746016-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+7.07312721257865+verschuivingx)*omf),((y+11.0417058948299-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+7.07312721257865+verschuivingx)*omf),((y+11.0417058948299-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+7.27518211054647+verschuivingx)*omf),((y+10.497897443948-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+7.54923952117461+verschuivingx)*omf),((y+10.0359100301801-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+7.83208192736657+verschuivingx)*omf),((y+9.65832747575093-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+7.83208192736657+verschuivingx)*omf),((y+9.65832747575093-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+8.3664163634247+verschuivingx)*omf),((y+8.94209195507727-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+8.93657980099801+verschuivingx)*omf),((y+8.53970470729139-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+9.00238114031916+verschuivingx)*omf),((y+8.49629649391723-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+9.00238114031916+verschuivingx)*omf),((y+8.49629649391723-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+9.00238114031916+verschuivingx)*omf),((y+8.49629649391723-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+9.00238114031916+verschuivingx)*omf),((y+8.49629649391723-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+9.5470508652759+verschuivingx)*omf),((y+8.14971980618384-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+9.72533459877692+verschuivingx)*omf),((y+7.39696626473509-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+9.40097878217555+verschuivingx)*omf),((y+6.81543400937331-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+9.40097878217555+verschuivingx)*omf),((y+6.81543400937331-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+9.18617702789944+verschuivingx)*omf),((y+6.43027224308511-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+8.80480486754073+verschuivingx)*omf),((y+6.21667627251384-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+8.41378643754333+verschuivingx)*omf),((y+6.21667627251384-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+8.41378643754333+verschuivingx)*omf),((y+6.21667627251384-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+8.21379859735522+verschuivingx)*omf),((y+6.21667627251384-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+8.01139918975745+verschuivingx)*omf),((y+6.27248683256634-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+7.82725879254722+verschuivingx)*omf),((y+6.38962010675058-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var newCompoundPath = doc.compoundPathItems.add();

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+4.83071403121026+verschuivingx)*omf),((y+11.6756036139446+size - verschuivingy)*omf)),Array(((x+3.5723926078045+verschuivingx)*omf),((y+13.665318981742+size - verschuivingy)*omf)),Array(((x+3.5723926078045+verschuivingx)*omf),((y+13.665318981742+size - verschuivingy)*omf)),Array(((x+3.06217384584313+verschuivingx)*omf),((y+15.2881315936387+size - verschuivingy)*omf)),Array(((x+3.06217384584313+verschuivingx)*omf),((y+15.2881315936387+size - verschuivingy)*omf)),Array(((x+2.96605565908606+verschuivingx)*omf),((y+16.0017832920877+size - verschuivingy)*omf)),Array(((x+2.96605565908606+verschuivingx)*omf),((y+16.0017832920877+size - verschuivingy)*omf)),Array(((x+2.95399782203768+verschuivingx)*omf),((y+16.1357975381397+size - verschuivingy)*omf)),Array(((x+2.95399782203768+verschuivingx)*omf),((y+16.1357975381397+size - verschuivingy)*omf)),Array(((x+3.60822160931969+verschuivingx)*omf),((y+17.5455309439101+size - verschuivingy)*omf)),Array(((x+3.60822160931969+verschuivingx)*omf),((y+17.5455309439101+size - verschuivingy)*omf)),Array(((x+5.12096339444622+verschuivingx)*omf),((y+16.9164563596147+size - verschuivingy)*omf)),Array(((x+5.12096339444622+verschuivingx)*omf),((y+16.9164563596147+size - verschuivingy)*omf)),Array(((x+5.189520810807+verschuivingx)*omf),((y+16.7030326438584+size - verschuivingy)*omf)),Array(((x+5.189520810807+verschuivingx)*omf),((y+16.7030326438584+size - verschuivingy)*omf)),Array(((x+5.21518677823854+verschuivingx)*omf),((y+16.5728080037359+size - verschuivingy)*omf)),Array(((x+5.21518677823854+verschuivingx)*omf),((y+16.5728080037359+size - verschuivingy)*omf)),Array(((x+5.23585735603576+verschuivingx)*omf),((y+16.4060653428383+size - verschuivingy)*omf)),Array(((x+5.23585735603576+verschuivingx)*omf),((y+16.4060653428383+size - verschuivingy)*omf)),Array(((x+5.26031753976247+verschuivingx)*omf),((y+16.1440657692586+size - verschuivingy)*omf)),Array(((x+5.26031753976247+verschuivingx)*omf),((y+16.1440657692586+size - verschuivingy)*omf)),Array(((x+5.37900110728151+verschuivingx)*omf),((y+15.4726165004789+size - verschuivingy)*omf)),Array(((x+5.37900110728151+verschuivingx)*omf),((y+15.4726165004789+size - verschuivingy)*omf)),Array(((x+6.54671649800945+verschuivingx)*omf),((y+13.3046173991805+size - verschuivingy)*omf)),Array(((x+6.54671649800945+verschuivingx)*omf),((y+13.3046173991805+size - verschuivingy)*omf)),Array(((x+6.45128733051229+verschuivingx)*omf),((y+11.5736287634783+size - verschuivingy)*omf)),Array(((x+6.45128733051229+verschuivingx)*omf),((y+11.5736287634783+size - verschuivingy)*omf)),Array(((x+5.68905977423981+verschuivingx)*omf),((y+11.264086860965+size - verschuivingy)*omf)),Array(((x+5.68905977423981+verschuivingx)*omf),((y+11.264086860965+size - verschuivingy)*omf)),Array(((x+4.83071403121026+verschuivingx)*omf),((y+11.6756036139446+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+4.83071403121026+verschuivingx)*omf),((y+11.6756036139446-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+4.25297138177797+verschuivingx)*omf),((y+12.3692737538563-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+3.84920609547227+verschuivingx)*omf),((y+13.0467519411602-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+3.5723926078045+verschuivingx)*omf),((y+13.665318981742-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+3.5723926078045+verschuivingx)*omf),((y+13.665318981742-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+3.29489010087683+verschuivingx)*omf),((y+14.2831970030639-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+3.14468390221703+verschuivingx)*omf),((y+14.8419916228487-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+3.06217384584313+verschuivingx)*omf),((y+15.2881315936387-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+3.06217384584313+verschuivingx)*omf),((y+15.2881315936387-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+3.00705230505054+verschuivingx)*omf),((y+15.5847543850288-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+2.98121408280402+verschuivingx)*omf),((y+15.8341793571153-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+2.96605565908606+verschuivingx)*omf),((y+16.0017832920877-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+2.96605565908606+verschuivingx)*omf),((y+16.0017832920877-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+2.96106026945173+verschuivingx)*omf),((y+16.0572493425103-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+2.95675389907731+verschuivingx)*omf),((y+16.1047916714439-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+2.95399782203768+verschuivingx)*omf),((y+16.1357975381397-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+2.95399782203768+verschuivingx)*omf),((y+16.1357975381397-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+2.82549573006496+verschuivingx)*omf),((y+16.7023436245985-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+3.09111265475924+verschuivingx)*omf),((y+17.3029961644227-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+3.60822160931969+verschuivingx)*omf),((y+17.5455309439101-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+3.60822160931969+verschuivingx)*omf),((y+17.5455309439101-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+4.18854808097663+verschuivingx)*omf),((y+17.8180380612034-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+4.86585401346553+verschuivingx)*omf),((y+17.5364014387163-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+5.12096339444622+verschuivingx)*omf),((y+16.9164563596147-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+5.12096339444622+verschuivingx)*omf),((y+16.9164563596147-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+5.1590317085561+verschuivingx)*omf),((y+16.8230942498973-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+5.17625719005378+verschuivingx)*omf),((y+16.7569484009462-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+5.189520810807+verschuivingx)*omf),((y+16.7030326438584-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+5.189520810807+verschuivingx)*omf),((y+16.7030326438584-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+5.20226766711528+verschuivingx)*omf),((y+16.6494613964006-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+5.20950236934431+verschuivingx)*omf),((y+16.6084647504361-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+5.21518677823854+verschuivingx)*omf),((y+16.5728080037359-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+5.21518677823854+verschuivingx)*omf),((y+16.5728080037359-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+5.22621108639706+verschuivingx)*omf),((y+16.5025280392254-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+5.23120647603139+verschuivingx)*omf),((y+16.452918652512-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+5.23585735603576+verschuivingx)*omf),((y+16.4060653428383-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+5.23585735603576+verschuivingx)*omf),((y+16.4060653428383-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+5.24464235159958+verschuivingx)*omf),((y+16.3144257812707-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+5.25067127012377+verschuivingx)*omf),((y+16.2351885663813-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+5.26031753976247+verschuivingx)*omf),((y+16.1440657692586-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+5.26031753976247+verschuivingx)*omf),((y+16.1440657692586-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+5.27909331459495+verschuivingx)*omf),((y+15.9642317424228-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+5.30906565240092+verschuivingx)*omf),((y+15.7442623436974-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+5.37900110728151+verschuivingx)*omf),((y+15.4726165004789-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+5.37900110728151+verschuivingx)*omf),((y+15.4726165004789-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+5.52076682000744+verschuivingx)*omf),((y+14.9319086362666-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+5.81239422176322+verschuivingx)*omf),((y+14.1903516577914-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+6.54671649800945+verschuivingx)*omf),((y+13.3046173991805-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+6.54671649800945+verschuivingx)*omf),((y+13.3046173991805-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+6.9678795206278+verschuivingx)*omf),((y+12.7983604979636-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+6.92516032651355+verschuivingx)*omf),((y+12.0233860853828-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+6.45128733051229+verschuivingx)*omf),((y+11.5736287634783-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+6.45128733051229+verschuivingx)*omf),((y+11.5736287634783-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+6.23252371549171+verschuivingx)*omf),((y+11.3660617114312-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+5.96036110782832+verschuivingx)*omf),((y+11.26391460615-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+5.68905977423981+verschuivingx)*omf),((y+11.264086860965-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+5.68905977423981+verschuivingx)*omf),((y+11.264086860965-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+5.37262767912737+verschuivingx)*omf),((y+11.264086860965-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+5.05740136771977+verschuivingx)*omf),((y+11.4029242418363-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+4.83071403121026+verschuivingx)*omf),((y+11.6756036139446-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+3.01911014209892+verschuivingx)*omf),((y+15.9297807794274+size - verschuivingy)*omf)),Array(((x+3.01911014209892+verschuivingx)*omf),((y+15.9297807794274+size - verschuivingy)*omf)),Array(((x+3.01911014209892+verschuivingx)*omf),((y+15.9297807794274+size - verschuivingy)*omf)),Array(((x+3.01911014209892+verschuivingx)*omf),((y+15.9297807794274+size - verschuivingy)*omf)),Array(((x+3.01911014209892+verschuivingx)*omf),((y+15.9297807794274+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+3.01911014209892+verschuivingx)*omf),((y+15.9297807794274-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+3.01911014209892+verschuivingx)*omf),((y+15.9297807794274-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+3.01911014209892+verschuivingx)*omf),((y+15.9297807794274-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+3.01911014209892+verschuivingx)*omf),((y+15.9297807794274-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+3.01911014209892+verschuivingx)*omf),((y+15.9297807794274-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+3.01911014209892+verschuivingx)*omf),((y+15.9297807794274-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+3.01911014209892+verschuivingx)*omf),((y+15.9297807794274-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+3.01911014209892+verschuivingx)*omf),((y+15.9297807794274-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+3.01911014209892+verschuivingx)*omf),((y+15.9297807794274-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+3.01911014209892+verschuivingx)*omf),((y+15.9297807794274-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+5.16695543004503+verschuivingx)*omf),((y+9.80405504922133+size - verschuivingy)*omf)),Array(((x+4.1790740661529+verschuivingx)*omf),((y+10.4217608157282+size - verschuivingy)*omf)),Array(((x+4.1790740661529+verschuivingx)*omf),((y+10.4217608157282+size - verschuivingy)*omf)),Array(((x+2.26566758139026+verschuivingx)*omf),((y+12.2020143285138+size - verschuivingy)*omf)),Array(((x+2.26566758139026+verschuivingx)*omf),((y+12.2020143285138+size - verschuivingy)*omf)),Array(((x+1.11586669141991+verschuivingx)*omf),((y+14.1147317940165+size - verschuivingy)*omf)),Array(((x+1.11586669141991+verschuivingx)*omf),((y+14.1147317940165+size - verschuivingy)*omf)),Array(((x+1.70721747123538+verschuivingx)*omf),((y+15.7294484296094+size - verschuivingy)*omf)),Array(((x+1.70721747123538+verschuivingx)*omf),((y+15.7294484296094+size - verschuivingy)*omf)),Array(((x+3.21909798228702+verschuivingx)*omf),((y+15.0979622779043+size - verschuivingy)*omf)),Array(((x+3.21909798228702+verschuivingx)*omf),((y+15.0979622779043+size - verschuivingy)*omf)),Array(((x+3.95600408075791+verschuivingx)*omf),((y+13.8635842737803+size - verschuivingy)*omf)),Array(((x+3.95600408075791+verschuivingx)*omf),((y+13.8635842737803+size - verschuivingy)*omf)),Array(((x+4.89858242831113+verschuivingx)*omf),((y+12.8949954491656+size - verschuivingy)*omf)),Array(((x+4.89858242831113+verschuivingx)*omf),((y+12.8949954491656+size - verschuivingy)*omf)),Array(((x+6.15225297171251+verschuivingx)*omf),((y+12.0189074601934+size - verschuivingy)*omf)),Array(((x+6.15225297171251+verschuivingx)*omf),((y+12.0189074601934+size - verschuivingy)*omf)),Array(((x+6.15638708727195+verschuivingx)*omf),((y+12.0166681475987+size - verschuivingy)*omf)),Array(((x+6.15638708727195+verschuivingx)*omf),((y+12.0166681475987+size - verschuivingy)*omf)),Array(((x+6.15638708727195+verschuivingx)*omf),((y+12.0166681475987+size - verschuivingy)*omf)),Array(((x+6.69675044185427+verschuivingx)*omf),((y+10.3842092660633+size - verschuivingy)*omf)),Array(((x+6.69675044185427+verschuivingx)*omf),((y+10.3842092660633+size - verschuivingy)*omf)),Array(((x+5.65943194606379+verschuivingx)*omf),((y+9.68485471725736+size - verschuivingy)*omf)),Array(((x+5.65943194606379+verschuivingx)*omf),((y+9.68485471725736+size - verschuivingy)*omf)),Array(((x+5.16695543004503+verschuivingx)*omf),((y+9.80405504922133+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+5.16695543004503+verschuivingx)*omf),((y+9.80405504922133-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+5.12905937075013+verschuivingx)*omf),((y+9.82351984331371-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+4.73132300296863+verschuivingx)*omf),((y+10.0274695442463-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+4.1790740661529+verschuivingx)*omf),((y+10.4217608157282-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+4.1790740661529+verschuivingx)*omf),((y+10.4217608157282-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+3.62716963896714+verschuivingx)*omf),((y+10.8165688516551-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+2.91868558496743+verschuivingx)*omf),((y+11.4001681647966-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+2.26566758139026+verschuivingx)*omf),((y+12.2020143285138-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+2.26566758139026+verschuivingx)*omf),((y+12.2020143285138-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+1.83124093801869+verschuivingx)*omf),((y+12.7366932742019-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+1.42092996874388+verschuivingx)*omf),((y+13.3711077577616-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+1.11586669141991+verschuivingx)*omf),((y+14.1147317940165-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+1.11586669141991+verschuivingx)*omf),((y+14.1147317940165-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+0.86161858451411+verschuivingx)*omf),((y+14.7350213827481-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+1.1263742351335+verschuivingx)*omf),((y+15.4579748412059-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+1.70721747123538+verschuivingx)*omf),((y+15.7294484296094-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+1.70721747123538+verschuivingx)*omf),((y+15.7294484296094-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+2.28788845252227+verschuivingx)*omf),((y+16.0010942728278-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+2.96484987538122+verschuivingx)*omf),((y+15.7182518666359-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+3.21909798228702+verschuivingx)*omf),((y+15.0979622779043-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+3.21909798228702+verschuivingx)*omf),((y+15.0979622779043-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+3.40220485060739+verschuivingx)*omf),((y+14.6506165234095-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+3.66024256344269+verschuivingx)*omf),((y+14.2354824193153-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+3.95600408075791+verschuivingx)*omf),((y+13.8635842737803-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+3.95600408075791+verschuivingx)*omf),((y+13.8635842737803-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+4.25107657881322+verschuivingx)*omf),((y+13.4916861282453-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+4.58266709764362+verschuivingx)*omf),((y+13.1647464894193-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+4.89858242831113+verschuivingx)*omf),((y+12.8949954491656-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+4.89858242831113+verschuivingx)*omf),((y+12.8949954491656-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+5.53006858001619+verschuivingx)*omf),((y+12.3544598397683-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+6.09695917610494+verschuivingx)*omf),((y+12.0473295046646-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+6.15225297171251+verschuivingx)*omf),((y+12.0189074601934-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+6.15225297171251+verschuivingx)*omf),((y+12.0189074601934-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+6.15587032282702+verschuivingx)*omf),((y+12.0170126572287-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+6.15638708727195+verschuivingx)*omf),((y+12.0166681475987-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+6.15638708727195+verschuivingx)*omf),((y+12.0166681475987-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+6.15638708727195+verschuivingx)*omf),((y+12.0166681475987-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+6.15638708727195+verschuivingx)*omf),((y+12.0166681475987-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+6.15638708727195+verschuivingx)*omf),((y+12.0166681475987-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+6.72672277966024+verschuivingx)*omf),((y+11.724696236213-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+6.96874079470269+verschuivingx)*omf),((y+10.9946803303412-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+6.69675044185427+verschuivingx)*omf),((y+10.3842092660633-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+6.69675044185427+verschuivingx)*omf),((y+10.3842092660633-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+6.50020769796571+verschuivingx)*omf),((y+9.94289243009266-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+6.08851869017108+verschuivingx)*omf),((y+9.68468246244239-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+5.65943194606379+verschuivingx)*omf),((y+9.68485471725736-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+5.65943194606379+verschuivingx)*omf),((y+9.68485471725736-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+5.49423957850101+verschuivingx)*omf),((y+9.68485471725736-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+5.3262911338986+verschuivingx)*omf),((y+9.72309528618222-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+5.16695543004503+verschuivingx)*omf),((y+9.80405504922133-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+6.35930325931466+verschuivingx)*omf),((y+8.07082710092445+size - verschuivingy)*omf)),Array(((x+4.42746550934949+verschuivingx)*omf),((y+8.52592432209324+size - verschuivingy)*omf)),Array(((x+4.42746550934949+verschuivingx)*omf),((y+8.52592432209324+size - verschuivingy)*omf)),Array(((x+0.78427617258951+verschuivingx)*omf),((y+10.8568764783597+size - verschuivingy)*omf)),Array(((x+0.78427617258951+verschuivingx)*omf),((y+10.8568764783597+size - verschuivingy)*omf)),Array(((x+0.79151087481854+verschuivingx)*omf),((y+12.5907934459165+size - verschuivingy)*omf)),Array(((x+0.79151087481854+verschuivingx)*omf),((y+12.5907934459165+size - verschuivingy)*omf)),Array(((x+2.4148402511602+verschuivingx)*omf),((y+12.5830419792425+size - verschuivingy)*omf)),Array(((x+2.4148402511602+verschuivingx)*omf),((y+12.5830419792425+size - verschuivingy)*omf)),Array(((x+5.05981293512944+verschuivingx)*omf),((y+10.8852985228309+size - verschuivingy)*omf)),Array(((x+5.05981293512944+verschuivingx)*omf),((y+10.8852985228309+size - verschuivingy)*omf)),Array(((x+6.5515396328288+verschuivingx)*omf),((y+10.5142616513708+size - verschuivingy)*omf)),Array(((x+6.5515396328288+verschuivingx)*omf),((y+10.5142616513708+size - verschuivingy)*omf)),Array(((x+6.55515698394332+verschuivingx)*omf),((y+10.5139171417409+size - verschuivingy)*omf)),Array(((x+6.55515698394332+verschuivingx)*omf),((y+10.5139171417409+size - verschuivingy)*omf)),Array(((x+6.55515698394332+verschuivingx)*omf),((y+10.5139171417409+size - verschuivingy)*omf)),Array(((x+7.59936567233287+verschuivingx)*omf),((y+9.18979437901395+size - verschuivingy)*omf)),Array(((x+7.59936567233287+verschuivingx)*omf),((y+9.18979437901395+size - verschuivingy)*omf)),Array(((x+6.45662722977657+verschuivingx)*omf),((y+8.06634847573506+size - verschuivingy)*omf)),Array(((x+6.45662722977657+verschuivingx)*omf),((y+8.06634847573506+size - verschuivingy)*omf)),Array(((x+6.35930325931466+verschuivingx)*omf),((y+8.07082710092445+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+6.35930325931466+verschuivingx)*omf),((y+8.07082710092445-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+6.29694701629305+verschuivingx)*omf),((y+8.07702827426362-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+5.50681417999432+verschuivingx)*omf),((y+8.15040882544375-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+4.42746550934949+verschuivingx)*omf),((y+8.52592432209324-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+4.42746550934949+verschuivingx)*omf),((y+8.52592432209324-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+3.35070066092932+verschuivingx)*omf),((y+8.90264560244757-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+1.97007831889002+verschuivingx)*omf),((y+9.58236310234615-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+0.78427617258951+verschuivingx)*omf),((y+10.8568764783597-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+0.78427617258951+verschuivingx)*omf),((y+10.8568764783597-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+0.33796394698454+verschuivingx)*omf),((y+11.337811921775-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+0.3412367884691+verschuivingx)*omf),((y+12.1141643728756-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+0.79151087481854+verschuivingx)*omf),((y+12.5907934459165-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+0.79151087481854+verschuivingx)*omf),((y+12.5907934459165-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+1.24178496116798+verschuivingx)*omf),((y+13.0674225189574-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+1.96852802555523+verschuivingx)*omf),((y+13.0639774226579-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+2.4148402511602+verschuivingx)*omf),((y+12.5830419792425-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+2.4148402511602+verschuivingx)*omf),((y+12.5830419792425-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+3.21944249191698+verschuivingx)*omf),((y+11.7128106539796-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+4.22678864990149+verschuivingx)*omf),((y+11.1843328816307-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+5.05981293512944+verschuivingx)*omf),((y+10.8852985228309-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+5.05981293512944+verschuivingx)*omf),((y+10.8852985228309-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+5.86527644996111+verschuivingx)*omf),((y+10.5940156307051-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+6.49452328907147+verschuivingx)*omf),((y+10.5197738054501-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+6.5515396328288+verschuivingx)*omf),((y+10.5142616513708-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+6.5515396328288+verschuivingx)*omf),((y+10.5142616513708-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+6.55515698394332+verschuivingx)*omf),((y+10.5139171417409-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+6.55515698394332+verschuivingx)*omf),((y+10.5139171417409-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+6.55515698394332+verschuivingx)*omf),((y+10.5139171417409-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+6.55515698394332+verschuivingx)*omf),((y+10.5139171417409-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+6.55515698394332+verschuivingx)*omf),((y+10.5139171417409-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+6.55515698394332+verschuivingx)*omf),((y+10.5139171417409-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+7.18492058749861+verschuivingx)*omf),((y+10.4551782498338-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+7.65224790053075+verschuivingx)*omf),((y+9.86331070557336-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+7.59936567233287+verschuivingx)*omf),((y+9.18979437901395-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+7.59936567233287+verschuivingx)*omf),((y+9.18979437901395-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+7.54889501154465+verschuivingx)*omf),((y+8.55003999619-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+7.04728899033212+verschuivingx)*omf),((y+8.06634847573506-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+6.45662722977657+verschuivingx)*omf),((y+8.06634847573506-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+6.45662722977657+verschuivingx)*omf),((y+8.06634847573506-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+6.4244155793759+verschuivingx)*omf),((y+8.06634847573506-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+6.39203167416026+verschuivingx)*omf),((y+8.06772651425487-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+6.35930325931466+verschuivingx)*omf),((y+8.07082710092445-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+3.58066083892339+verschuivingx)*omf),((y+7.10206602149476+size - verschuivingy)*omf)),Array(((x+1.71083482234989+verschuivingx)*omf),((y+7.7225278650413+size - verschuivingy)*omf)),Array(((x+1.71083482234989+verschuivingx)*omf),((y+7.7225278650413+size - verschuivingy)*omf)),Array(((x+1.19751547371893+verschuivingx)*omf),((y+9.36756134807004+size - verschuivingy)*omf)),Array(((x+1.19751547371893+verschuivingx)*omf),((y+9.36756134807004+size - verschuivingy)*omf)),Array(((x+2.73764577442678+verschuivingx)*omf),((y+9.91584842414129+size - verschuivingy)*omf)),Array(((x+2.73764577442678+verschuivingx)*omf),((y+9.91584842414129+size - verschuivingy)*omf)),Array(((x+3.95893241261251+verschuivingx)*omf),((y+9.52052362376947+size - verschuivingy)*omf)),Array(((x+3.95893241261251+verschuivingx)*omf),((y+9.52052362376947+size - verschuivingy)*omf)),Array(((x+5.34696171169582+verschuivingx)*omf),((y+9.4080412295896+size - verschuivingy)*omf)),Array(((x+5.34696171169582+verschuivingx)*omf),((y+9.4080412295896+size - verschuivingy)*omf)),Array(((x+7.07708907332311+verschuivingx)*omf),((y+9.54980694231553+size - verschuivingy)*omf)),Array(((x+7.07708907332311+verschuivingx)*omf),((y+9.54980694231553+size - verschuivingy)*omf)),Array(((x+7.07708907332311+verschuivingx)*omf),((y+9.54980694231553+size - verschuivingy)*omf)),Array(((x+8.40896330272397+verschuivingx)*omf),((y+8.55830822730889+size - verschuivingy)*omf)),Array(((x+8.40896330272397+verschuivingx)*omf),((y+8.55830822730889+size - verschuivingy)*omf)),Array(((x+7.48068210481383+verschuivingx)*omf),((y+7.13582796523021+size - verschuivingy)*omf)),Array(((x+7.48068210481383+verschuivingx)*omf),((y+7.13582796523021+size - verschuivingy)*omf)),Array(((x+5.34696171169582+verschuivingx)*omf),((y+6.9559939383944+size - verschuivingy)*omf)),Array(((x+5.34696171169582+verschuivingx)*omf),((y+6.9559939383944+size - verschuivingy)*omf)),Array(((x+3.58066083892339+verschuivingx)*omf),((y+7.10206602149476+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+3.58066083892339+verschuivingx)*omf),((y+7.10206602149476-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+2.96019899537685+verschuivingx)*omf),((y+7.21334263196979-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+2.32061686736787+verschuivingx)*omf),((y+7.39799979362495-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+1.71083482234989+verschuivingx)*omf),((y+7.7225278650413-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+1.71083482234989+verschuivingx)*omf),((y+7.7225278650413-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+1.14377197144616+verschuivingx)*omf),((y+8.02535182977057-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+0.91398404826707+verschuivingx)*omf),((y+8.7619134186115-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+1.19751547371893+verschuivingx)*omf),((y+9.36756134807004-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+1.19751547371893+verschuivingx)*omf),((y+9.36756134807004-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+1.4810468991708+verschuivingx)*omf),((y+9.97320927752858-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+2.17058292352305+verschuivingx)*omf),((y+10.2186723888706-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+2.73764577442678+verschuivingx)*omf),((y+9.91584842414129-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+2.73764577442678+verschuivingx)*omf),((y+9.91584842414129-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+3.07337040881662+verschuivingx)*omf),((y+9.73549763286055-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+3.50125136921907+verschuivingx)*omf),((y+9.60148338680858-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+3.95893241261251+verschuivingx)*omf),((y+9.52052362376947-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+3.95893241261251+verschuivingx)*omf),((y+9.52052362376947-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+4.41644120119098+verschuivingx)*omf),((y+9.43853033184049-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+4.90133850535076+verschuivingx)*omf),((y+9.40786897477462-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+5.34696171169582+verschuivingx)*omf),((y+9.4080412295896-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+5.34696171169582+verschuivingx)*omf),((y+9.4080412295896-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+6.27989378961034+verschuivingx)*omf),((y+9.40717995551471-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+7.03764272069342+verschuivingx)*omf),((y+9.54188322082659-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+7.07708907332311+verschuivingx)*omf),((y+9.54980694231553-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+7.07708907332311+verschuivingx)*omf),((y+9.54980694231553-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+7.07708907332311+verschuivingx)*omf),((y+9.54980694231553-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+7.07708907332311+verschuivingx)*omf),((y+9.54980694231553-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+7.70116826798417+verschuivingx)*omf),((y+9.66883501946452-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+8.29751443743396+verschuivingx)*omf),((y+9.22493436126922-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+8.40896330272397+verschuivingx)*omf),((y+8.55830822730889-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+8.40896330272397+verschuivingx)*omf),((y+8.55830822730889-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+8.52041216801398+verschuivingx)*omf),((y+7.89168209334855-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+8.10476129947489+verschuivingx)*omf),((y+7.25502829719418-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+7.48068210481383+verschuivingx)*omf),((y+7.13582796523021-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+7.48068210481383+verschuivingx)*omf),((y+7.13582796523021-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+7.43761840106962+verschuivingx)*omf),((y+7.12824875337123-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+6.54034306985531+verschuivingx)*omf),((y+6.95668295765431-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+5.34696171169582+verschuivingx)*omf),((y+6.9559939383944-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+5.34696171169582+verschuivingx)*omf),((y+6.9559939383944-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+4.80504806377871+verschuivingx)*omf),((y+6.9559939383944-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+4.20129493728492+verschuivingx)*omf),((y+6.99147843027963-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+3.58066083892339+verschuivingx)*omf),((y+7.10206602149476-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+5.67441811496678+verschuivingx)*omf),((y+11.7345147606667+size - verschuivingy)*omf)),Array(((x+5.50801996369916+verschuivingx)*omf),((y+13.4593022230297+size - verschuivingy)*omf)),Array(((x+5.50801996369916+verschuivingx)*omf),((y+13.4593022230297+size - verschuivingy)*omf)),Array(((x+6.9954402910241+verschuivingx)*omf),((y+14.6382141767311+size - verschuivingy)*omf)),Array(((x+6.9954402910241+verschuivingx)*omf),((y+14.6382141767311+size - verschuivingy)*omf)),Array(((x+7.85568083701839+verschuivingx)*omf),((y+14.8650737680556+size - verschuivingy)*omf)),Array(((x+7.85568083701839+verschuivingx)*omf),((y+14.8650737680556+size - verschuivingy)*omf)),Array(((x+9.07731198483408+verschuivingx)*omf),((y+13.7231965995742+size - verschuivingy)*omf)),Array(((x+9.07731198483408+verschuivingx)*omf),((y+13.7231965995742+size - verschuivingy)*omf)),Array(((x+8.03827094089383+verschuivingx)*omf),((y+12.4209501983494+size - verschuivingy)*omf)),Array(((x+8.03827094089383+verschuivingx)*omf),((y+12.4209501983494+size - verschuivingy)*omf)),Array(((x+8.01708359865168+verschuivingx)*omf),((y+12.4168160827899+size - verschuivingy)*omf)),Array(((x+8.01708359865168+verschuivingx)*omf),((y+12.4168160827899+size - verschuivingy)*omf)),Array(((x+7.84620682219467+verschuivingx)*omf),((y+12.3606610131075+size - verschuivingy)*omf)),Array(((x+7.84620682219467+verschuivingx)*omf),((y+12.3606610131075+size - verschuivingy)*omf)),Array(((x+7.28930700537457+verschuivingx)*omf),((y+11.9122817297228+size - verschuivingy)*omf)),Array(((x+7.28930700537457+verschuivingx)*omf),((y+11.9122817297228+size - verschuivingy)*omf)),Array(((x+6.39788833786947+verschuivingx)*omf),((y+11.4597683307786+size - verschuivingy)*omf)),Array(((x+6.39788833786947+verschuivingx)*omf),((y+11.4597683307786+size - verschuivingy)*omf)),Array(((x+5.67441811496678+verschuivingx)*omf),((y+11.7345147606667+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+5.67441811496678+verschuivingx)*omf),((y+11.7345147606667-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+5.18245836339295+verschuivingx)*omf),((y+12.1618789566242-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+5.10787202850798+verschuivingx)*omf),((y+12.9339250373504-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+5.50801996369916+verschuivingx)*omf),((y+13.4593022230297-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+5.50801996369916+verschuivingx)*omf),((y+13.4593022230297-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+5.9894721715594+verschuivingx)*omf),((y+14.0933721969594-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+6.55343443579355+verschuivingx)*omf),((y+14.4513177024813-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+6.9954402910241+verschuivingx)*omf),((y+14.6382141767311-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+6.9954402910241+verschuivingx)*omf),((y+14.6382141767311-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+7.4400299684793+verschuivingx)*omf),((y+14.8266609443158-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+7.76765862656523+verschuivingx)*omf),((y+14.8581835754565-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+7.85568083701839+verschuivingx)*omf),((y+14.8650737680556-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+7.85568083701839+verschuivingx)*omf),((y+14.8650737680556-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+8.48820051761332+verschuivingx)*omf),((y+14.9100322747646-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+9.03528180997973+verschuivingx)*omf),((y+14.3989522387283-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+9.07731198483408+verschuivingx)*omf),((y+13.7231965995742-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+9.07731198483408+verschuivingx)*omf),((y+13.7231965995742-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+9.1188253952435+verschuivingx)*omf),((y+13.0582930137636-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+8.65597670740075+verschuivingx)*omf),((y+12.4819284028511-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+8.03827094089383+verschuivingx)*omf),((y+12.4209501983494-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+8.03827094089383+verschuivingx)*omf),((y+12.4209501983494-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+8.03448133496434+verschuivingx)*omf),((y+12.4202611790894-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+8.02741888755029+verschuivingx)*omf),((y+12.4190553953846-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+8.01708359865168+verschuivingx)*omf),((y+12.4168160827899-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+8.01708359865168+verschuivingx)*omf),((y+12.4168160827899-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+7.98452743862106+verschuivingx)*omf),((y+12.4097536353759-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+7.9225157052294+verschuivingx)*omf),((y+12.3932171731381-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+7.84620682219467+verschuivingx)*omf),((y+12.3606610131075-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+7.84620682219467+verschuivingx)*omf),((y+12.3606610131075-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+7.6920387627904+verschuivingx)*omf),((y+12.2934816352665-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+7.4891225907477+verschuivingx)*omf),((y+12.1735922840426-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+7.28930700537457+verschuivingx)*omf),((y+11.9122817297228-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+7.28930700537457+verschuivingx)*omf),((y+11.9122817297228-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+7.06227515923511+verschuivingx)*omf),((y+11.6142808998129-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+6.73154591447959+verschuivingx)*omf),((y+11.4597683307786-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+6.39788833786947+verschuivingx)*omf),((y+11.4597683307786-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+6.39788833786947+verschuivingx)*omf),((y+11.4597683307786-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+6.14329572133371+verschuivingx)*omf),((y+11.4597683307786-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+5.88715281146316+verschuivingx)*omf),((y+11.5496853441965-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+5.67441811496678+verschuivingx)*omf),((y+11.7345147606667-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+4.20749611062408+verschuivingx)*omf),((y+5.39846590137389+size - verschuivingy)*omf)),Array(((x+3.28110971567868+verschuivingx)*omf),((y+6.82232420197238+size - verschuivingy)*omf)),Array(((x+3.28110971567868+verschuivingx)*omf),((y+6.82232420197238+size - verschuivingy)*omf)),Array(((x+4.6140174739694+verschuivingx)*omf),((y+7.8117558591993+size - verschuivingy)*omf)),Array(((x+4.6140174739694+verschuivingx)*omf),((y+7.8117558591993+size - verschuivingy)*omf)),Array(((x+5.40001619470868+verschuivingx)*omf),((y+7.73699726949935+size - verschuivingy)*omf)),Array(((x+5.40001619470868+verschuivingx)*omf),((y+7.73699726949935+size - verschuivingy)*omf)),Array(((x+7.45277682478758+verschuivingx)*omf),((y+8.22895702107319+size - verschuivingy)*omf)),Array(((x+7.45277682478758+verschuivingx)*omf),((y+8.22895702107319+size - verschuivingy)*omf)),Array(((x+8.56244234286833+verschuivingx)*omf),((y+8.93055088247382+size - verschuivingy)*omf)),Array(((x+8.56244234286833+verschuivingx)*omf),((y+8.93055088247382+size - verschuivingy)*omf)),Array(((x+8.62565985996483+verschuivingx)*omf),((y+8.9849834040065+size - verschuivingy)*omf)),Array(((x+8.62565985996483+verschuivingx)*omf),((y+8.9849834040065+size - verschuivingy)*omf)),Array(((x+10.2420990437074+verschuivingx)*omf),((y+8.87095071649184+size - verschuivingy)*omf)),Array(((x+10.2420990437074+verschuivingx)*omf),((y+8.87095071649184+size - verschuivingy)*omf)),Array(((x+10.1385738999063+verschuivingx)*omf),((y+7.14065110004957+size - verschuivingy)*omf)),Array(((x+10.1385738999063+verschuivingx)*omf),((y+7.14065110004957+size - verschuivingy)*omf)),Array(((x+8.79033546308268+verschuivingx)*omf),((y+6.19635020434658+size - verschuivingy)*omf)),Array(((x+8.79033546308268+verschuivingx)*omf),((y+6.19635020434658+size - verschuivingy)*omf)),Array(((x+5.40001619470868+verschuivingx)*omf),((y+5.28477772348918+size - verschuivingy)*omf)),Array(((x+5.40001619470868+verschuivingx)*omf),((y+5.28477772348918+size - verschuivingy)*omf)),Array(((x+4.20749611062408+verschuivingx)*omf),((y+5.39846590137389+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+4.20749611062408+verschuivingx)*omf),((y+5.39846590137389-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+3.583589170778+verschuivingx)*omf),((y+5.51835525259777-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+3.16879957631379+verschuivingx)*omf),((y+6.156042577642-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+3.28110971567868+verschuivingx)*omf),((y+6.82232420197238-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+3.28110971567868+verschuivingx)*omf),((y+6.82232420197238-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+3.3932476002286+verschuivingx)*omf),((y+7.48860582630276-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+3.99011053412332+verschuivingx)*omf),((y+7.93198972005313-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+4.6140174739694+verschuivingx)*omf),((y+7.8117558591993-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+4.6140174739694+verschuivingx)*omf),((y+7.8117558591993-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+4.88514655274294+verschuivingx)*omf),((y+7.7597349050763-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+5.14697387150772+verschuivingx)*omf),((y+7.73699726949935-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+5.40001619470868+verschuivingx)*omf),((y+7.73699726949935-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+5.40001619470868+verschuivingx)*omf),((y+7.73699726949935-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+6.18394785766824+verschuivingx)*omf),((y+7.73630825023945-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+6.89294867611288+verschuivingx)*omf),((y+7.96023950970933-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+7.45277682478758+verschuivingx)*omf),((y+8.22895702107319-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+7.45277682478758+verschuivingx)*omf),((y+8.22895702107319-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+8.01139918975745+verschuivingx)*omf),((y+8.49595198428727-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+8.41326967309839+verschuivingx)*omf),((y+8.80566614161562-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+8.56244234286833+verschuivingx)*omf),((y+8.93055088247382-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+8.56244234286833+verschuivingx)*omf),((y+8.93055088247382-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+8.59947712808835+verschuivingx)*omf),((y+8.96138449435467-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+8.6206644703305+verschuivingx)*omf),((y+8.9805047788171-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+8.62565985996483+verschuivingx)*omf),((y+8.9849834040065-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+8.62565985996483+verschuivingx)*omf),((y+8.9849834040065-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+9.10159991374581+verschuivingx)*omf),((y+9.42853955257184-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+9.8243811173886+verschuivingx)*omf),((y+9.37806889178363-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+10.2420990437074+verschuivingx)*omf),((y+8.87095071649184-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+10.2420990437074+verschuivingx)*omf),((y+8.87095071649184-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+10.6608504989161+verschuivingx)*omf),((y+8.36262675749521-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+10.6145139536873+verschuivingx)*omf),((y+7.58782459972942-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+10.1385738999063+verschuivingx)*omf),((y+7.14065110004957-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+10.1385738999063+verschuivingx)*omf),((y+7.14065110004957-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+10.0877587294882+verschuivingx)*omf),((y+7.09379779037587-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+9.60820132459267+verschuivingx)*omf),((y+6.64765781958587-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+8.79033546308268+verschuivingx)*omf),((y+6.19635020434658-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+8.79033546308268+verschuivingx)*omf),((y+6.19635020434658-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+7.9738476400925+verschuivingx)*omf),((y+5.74745415651695-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+6.80682126862447+verschuivingx)*omf),((y+5.28650027163895-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+5.40001619470868+verschuivingx)*omf),((y+5.28477772348918-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+5.40001619470868+verschuivingx)*omf),((y+5.28477772348918-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+5.01709374101519+verschuivingx)*omf),((y+5.28477772348918-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+4.61780707989889+verschuivingx)*omf),((y+5.31991770574446-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+4.20749611062408+verschuivingx)*omf),((y+5.39846590137389-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var newCompoundPath = doc.compoundPathItems.add();

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+10.0617482524267+verschuivingx)*omf),((y+8.69955717558989+size - verschuivingy)*omf)),Array(((x+8.780516938629+verschuivingx)*omf),((y+8.78878516974789+size - verschuivingy)*omf)),Array(((x+8.78361752529858+verschuivingx)*omf),((y+8.79188575641747+size - verschuivingy)*omf)),Array(((x+8.50594276355593+verschuivingx)*omf),((y+8.57002155472731+size - verschuivingy)*omf)),Array(((x+7.1954281312122+verschuivingx)*omf),((y+10.1938676955139+size - verschuivingy)*omf)),Array(((x+6.6192357751147+verschuivingx)*omf),((y+11.7451945591952+size - verschuivingy)*omf)),Array(((x+7.10292729556964+verschuivingx)*omf),((y+12.074029000986+size - verschuivingy)*omf)),Array(((x+8.01226046383233+verschuivingx)*omf),((y+12.6758873245151+size - verschuivingy)*omf)),Array(((x+7.99245116011+verschuivingx)*omf),((y+12.6741647763653+size - verschuivingy)*omf)),Array(((x+8.83047083497228+verschuivingx)*omf),((y+13.7130335654906+size - verschuivingy)*omf)),Array(((x+7.87170053481124+verschuivingx)*omf),((y+14.609103113+size - verschuivingy)*omf)),Array(((x+6.6057998995465+verschuivingx)*omf),((y+14.1464266799723+size - verschuivingy)*omf)),Array(((x+7.12015277706732+verschuivingx)*omf),((y+15.9073876534804+size - verschuivingy)*omf)),Array(((x+6.64128439143173+verschuivingx)*omf),((y+17.1798339717143+size - verschuivingy)*omf)),Array(((x+5.44997009105197+verschuivingx)*omf),((y+16.6684094260481+size - verschuivingy)*omf)),Array(((x+5.09305811441997+verschuivingx)*omf),((y+15.6433210221209+size - verschuivingy)*omf)),Array(((x+5.00624168767165+verschuivingx)*omf),((y+16.2801470730903+size - verschuivingy)*omf)),Array(((x+4.90116625053578+verschuivingx)*omf),((y+16.8132757254436+size - verschuivingy)*omf)),Array(((x+3.70468430570671+verschuivingx)*omf),((y+17.3107476310967+size - verschuivingy)*omf)),Array(((x+3.16190938371472+verschuivingx)*omf),((y+16.4226018050761+size - verschuivingy)*omf)),Array(((x+3.8943368569962+verschuivingx)*omf),((y+13.5495637460776+size - verschuivingy)*omf)),Array(((x+2.99912858356161+verschuivingx)*omf),((y+14.9951261533631+size - verschuivingy)*omf)),Array(((x+1.80350791280742+verschuivingx)*omf),((y+15.4946651167959+size - verschuivingy)*omf)),Array(((x+1.33583609014533+verschuivingx)*omf),((y+14.2173956637427+size - verschuivingy)*omf)),Array(((x+3.15656948445043+verschuivingx)*omf),((y+11.59826120202+size - verschuivingy)*omf)),Array(((x+2.24430798433314+verschuivingx)*omf),((y+12.4025189331468+size - verschuivingy)*omf)),Array(((x+0.96049284831081+verschuivingx)*omf),((y+12.408720106486+size - verschuivingy)*omf)),Array(((x+0.9546361846016+verschuivingx)*omf),((y+11.0373995244554+size - verschuivingy)*omf)),Array(((x+2.50079540383364+verschuivingx)*omf),((y+9.74290458990456+size - verschuivingy)*omf)),Array(((x+1.41231722799504+verschuivingx)*omf),((y+9.25283964129547+size - verschuivingy)*omf)),Array(((x+1.81832182689543+verschuivingx)*omf),((y+7.95197127859044+size - verschuivingy)*omf)),Array(((x+3.8044198435783+verschuivingx)*omf),((y+7.32668630022454+size - verschuivingy)*omf)),Array(((x+3.51727106701192+verschuivingx)*omf),((y+6.7768489308185+size - verschuivingy)*omf)),Array(((x+4.25004304992336+verschuivingx)*omf),((y+5.65099146012993+size - verschuivingy)*omf)),Array(((x+9.98009947012765+verschuivingx)*omf),((y+7.33288747356371+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+10.3921329875522+verschuivingx)*omf),((y+8.29751443743396-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+9.73136351730111+verschuivingx)*omf),((y+9.10159991374581-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+9.15758272861328+verschuivingx)*omf),((y+9.14121852119048-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+8.780516938629+verschuivingx)*omf),((y+8.78878516974789-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+8.78361752529858+verschuivingx)*omf),((y+8.79188575641747-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+8.77931115492416+verschuivingx)*omf),((y+8.78809615048798-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+8.6816426748323+verschuivingx)*omf),((y+8.69921266595994-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+8.15402617655826+verschuivingx)*omf),((y+8.87663512538607-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+7.62124203383492+verschuivingx)*omf),((y+9.41975455700802-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+6.92429905243867+verschuivingx)*omf),((y+10.6868609759776-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+6.73257944336945+verschuivingx)*omf),((y+11.204486694983-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+6.80303166269498+verschuivingx)*omf),((y+11.7941149266487-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+6.97425294878195+verschuivingx)*omf),((y+11.9048747726788-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+7.51013767817487+verschuivingx)*omf),((y+12.6088802014891-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+7.99193439566507+verschuivingx)*omf),((y+12.6733035022904-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+8.01226046383233+verschuivingx)*omf),((y+12.6758873245151-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+7.99245116011+verschuivingx)*omf),((y+12.6741647763653-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+8.48957855613313+verschuivingx)*omf),((y+12.7175729897395-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+8.8675056201923+verschuivingx)*omf),((y+13.181799716102-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+8.79360830456724+verschuivingx)*omf),((y+14.2442674148791-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+8.36917244046433+verschuivingx)*omf),((y+14.6445876048853-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+7.78540087250784+verschuivingx)*omf),((y+14.6030741944759-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+7.23366870013705+verschuivingx)*omf),((y+14.5484694181282-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+6.70708573075288+verschuivingx)*omf),((y+14.7150398242108-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+6.87847927165483+verschuivingx)*omf),((y+15.3024287432818-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+7.31686777577086+verschuivingx)*omf),((y+16.4000364243142-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+7.10241053112471+verschuivingx)*omf),((y+16.9696830974425-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+6.18015825173875+verschuivingx)*omf),((y+17.389984845986-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+5.64668508975551+verschuivingx)*omf),((y+17.1610581968818-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+5.30975467166083+verschuivingx)*omf),((y+16.3173541131253-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+5.19158786858672+verschuivingx)*omf),((y+15.9757728150262-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+5.03914235733222+verschuivingx)*omf),((y+15.910315985335-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+5.01984981805482+verschuivingx)*omf),((y+16.1266680329459-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+4.98936071580392+verschuivingx)*omf),((y+16.4701441340097-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+4.97489131134587+verschuivingx)*omf),((y+16.6343029726826-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+4.69945586219791+verschuivingx)*omf),((y+17.3035129288676-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+4.16374338761997+verschuivingx)*omf),((y+17.5262384046327-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+3.36448104612747+verschuivingx)*omf),((y+17.1510674176131-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+3.16190938371472+verschuivingx)*omf),((y+16.795533479501-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+3.16190938371472+verschuivingx)*omf),((y+16.3456039027815-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+3.3203838134934+verschuivingx)*omf),((y+14.7219300168099-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+3.54448732777826+verschuivingx)*omf),((y+13.9638365760968-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+3.2237488622914+verschuivingx)*omf),((y+14.4471835869218-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+2.79810721448365+verschuivingx)*omf),((y+15.4857078664171-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+2.26273924953566+verschuivingx)*omf),((y+15.7092946162571-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+1.34410432126421+verschuivingx)*omf),((y+15.2798633625198-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+1.13481472106736+verschuivingx)*omf),((y+14.7079773767967-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+1.77956449352564+verschuivingx)*omf),((y+13.1346018967984-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+2.47392365269725+verschuivingx)*omf),((y+12.2612699848658-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+2.84117091822786+verschuivingx)*omf),((y+11.8264988318643-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+2.53214578015942+verschuivingx)*omf),((y+12.0922880113736-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+1.89135786844561+verschuivingx)*omf),((y+12.7828575646157-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+1.31654355086792+verschuivingx)*omf),((y+12.7856136416553-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+0.60426989093872+verschuivingx)*omf),((y+12.0316543165017-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+0.60168606871407+verschuivingx)*omf),((y+11.4177381559243-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+1.44280633024594+verschuivingx)*omf),((y+10.5113333195162-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+1.97145635740983+verschuivingx)*omf),((y+10.0862084361534-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+2.08152718418003+verschuivingx)*omf),((y+9.88673736041021-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+1.61523340003775+verschuivingx)*omf),((y+9.68657726540713-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+1.18804145889521+verschuivingx)*omf),((y+8.77397125565988-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+1.36977028869576+verschuivingx)*omf),((y+8.19140547140824-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+2.4318934778429+verschuivingx)*omf),((y+7.62434262050451-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+3.1226352859+verschuivingx)*omf),((y+7.43245075662032-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+3.65920903455283+verschuivingx)*omf),((y+7.18750440972326-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+3.55447810704691+verschuivingx)*omf),((y+6.99802411324875-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+3.42855983729885+verschuivingx)*omf),((y+6.25009370661935-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+3.75653300501474+verschuivingx)*omf),((y+5.74573160836719-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+7.48395494629839+verschuivingx)*omf),((y+5.02915157806357-verschuivingy)*omf));

line.pathPoints[34].leftDirection = Array(((x+9.87967491299616+verschuivingx)*omf),((y+7.23849183495641-verschuivingy)*omf));

line.pathPoints[34].rightDirection = Array(((x+10.3561317312221+verschuivingx)*omf),((y+7.68635435389617-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient103";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 100;

itemColor1.magenta = 43;

itemColor1.yellow = 0;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 60;

itemColor0.magenta = 0;

itemColor0.yellow = 0;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=50;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

//

var moveMatrix = app.getTranslationMatrix((-2*omf), (4.5*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 150, 150);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient103").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 100;

itemColor1.magenta = 0;

itemColor1.yellow = 0;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=60;

grdntstop.midPoint=50;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+1.54099157478273+verschuivingx)*omf),((y+14.0571986858143+size - verschuivingy)*omf)),Array(((x+2.00866339744483+verschuivingx)*omf),((y+15.3342958840525+size - verschuivingy)*omf)),Array(((x+2.80120780115323+verschuivingx)*omf),((y+15.300706195132+size - verschuivingy)*omf)),Array(((x+1.80350791280742+verschuivingx)*omf),((y+15.4946651167959+size - verschuivingy)*omf)),Array(((x+1.33583609014533+verschuivingx)*omf),((y+14.2173956637427+size - verschuivingy)*omf)),Array(((x+3.15656948445043+verschuivingx)*omf),((y+11.59826120202+size - verschuivingy)*omf)),Array(((x+3.07233687992676+verschuivingx)*omf),((y+11.6606174450416+size - verschuivingy)*omf)),Array(((x+3.36189722390282+verschuivingx)*omf),((y+11.4378919692766+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+1.98489223297803+verschuivingx)*omf),((y+12.9742326640549-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+1.33997020570477+verschuivingx)*omf),((y+14.5477803988683-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+1.5494320607166+verschuivingx)*omf),((y+15.1196663845914-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+2.27393581250915+verschuivingx)*omf),((y+15.4583193508358-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+2.56435743056009+verschuivingx)*omf),((y+15.4359262248888-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+2.54437587202278+verschuivingx)*omf),((y+15.5678734131611-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+2.15215165832053+verschuivingx)*omf),((y+15.657618171764-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+1.34410432126421+verschuivingx)*omf),((y+15.2798633625198-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+1.13481472106736+verschuivingx)*omf),((y+14.7079773767967-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+1.77956449352564+verschuivingx)*omf),((y+13.1346018967984-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+2.47392365269725+verschuivingx)*omf),((y+12.2612699848658-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+3.12849194960921+verschuivingx)*omf),((y+11.6185872701873-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+3.10041441476799+verschuivingx)*omf),((y+11.6396023576144-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+3.1679383022389+verschuivingx)*omf),((y+11.5829305234871-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+3.26457325344091+verschuivingx)*omf),((y+11.5083441886021-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+2.67907913733466+verschuivingx)*omf),((y+12.1010730069374-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+3.3672371231671+verschuivingx)*omf),((y+16.2624048271477+size - verschuivingy)*omf)),Array(((x+3.91001204515909+verschuivingx)*omf),((y+17.1505506531682+size - verschuivingy)*omf)),Array(((x+4.70376223257233+verschuivingx)*omf),((y+17.1174777286927+size - verschuivingy)*omf)),Array(((x+3.70468430570671+verschuivingx)*omf),((y+17.3107476310967+size - verschuivingy)*omf)),Array(((x+3.16190938371472+verschuivingx)*omf),((y+16.4226018050761+size - verschuivingy)*omf)),Array(((x+3.78064867911149+verschuivingx)*omf),((y+13.8000222470539+size - verschuivingy)*omf)),Array(((x+4.12222997721055+verschuivingx)*omf),((y+13.2958324036167+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+3.3672371231671+verschuivingx)*omf),((y+16.185234670038-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+3.3672371231671+verschuivingx)*omf),((y+16.6353365015725-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+3.56980878557985+verschuivingx)*omf),((y+16.9908704396847-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+4.17545671503839+verschuivingx)*omf),((y+17.2750908843965-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+4.46639509753426+verschuivingx)*omf),((y+17.2530422680794-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+4.44658579381192+verschuivingx)*omf),((y+17.3849894563517-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+4.05350030603479+verschuivingx)*omf),((y+17.4745619601396-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+3.36448104612747+verschuivingx)*omf),((y+17.1510674176131-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+3.16190938371472+verschuivingx)*omf),((y+16.795533479501-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+3.16190938371472+verschuivingx)*omf),((y+16.3509438020458-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+3.29919647125125+verschuivingx)*omf),((y+14.9403491222005-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+3.86953216363954+verschuivingx)*omf),((y+13.5066722971483-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+4.09070734606979+verschuivingx)*omf),((y+13.3125411206694-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+3.54827693370775+verschuivingx)*omf),((y+14.468198674349-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+5.65529783050435+verschuivingx)*omf),((y+16.5082124481196+size - verschuivingy)*omf)),Array(((x+6.84661213088411+verschuivingx)*omf),((y+17.0196369937858+size - verschuivingy)*omf)),Array(((x+6.91844238872945+verschuivingx)*omf),((y+16.9826022085658+size - verschuivingy)*omf)),Array(((x+6.64128439143173+verschuivingx)*omf),((y+17.1798339717143+size - verschuivingy)*omf)),Array(((x+5.44997009105197+verschuivingx)*omf),((y+16.6684094260481+size - verschuivingy)*omf)),Array(((x+5.10821653813793+verschuivingx)*omf),((y+15.6774274754863+size - verschuivingy)*omf)),Array(((x+5.18779826265723+verschuivingx)*omf),((y+15.1205276586663+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+5.51491015629823+verschuivingx)*omf),((y+16.1571571351968-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+5.85201282920789+verschuivingx)*omf),((y+17.0008612189533-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+6.38548599119114+verschuivingx)*omf),((y+17.2297878680576-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+6.8712445694258+verschuivingx)*omf),((y+17.0082681759973-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+6.89518798870758+verschuivingx)*omf),((y+16.995865829319-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+6.84041095754495+verschuivingx)*omf),((y+17.0637342264199-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+6.74756561227244+verschuivingx)*omf),((y+17.1314303687058-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+6.18015825173875+verschuivingx)*omf),((y+17.389984845986-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+5.65081920531495+verschuivingx)*omf),((y+17.1591633939171-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+5.32250152796911+verschuivingx)*omf),((y+16.3571449753849-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+5.1776352285736+verschuivingx)*omf),((y+15.8834442341986-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+5.1218246685211+verschuivingx)*omf),((y+15.5320444116459-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+5.1426675011333+verschuivingx)*omf),((y+15.3444589181361-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+5.28650027163895+verschuivingx)*omf),((y+15.4528071967566-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+8.07702827426362+verschuivingx)*omf),((y+14.4489061350716+size - verschuivingy)*omf)),Array(((x+8.55865273693884+verschuivingx)*omf),((y+14.3390075631164+size - verschuivingy)*omf)),Array(((x+7.87170053481124+verschuivingx)*omf),((y+14.609103113+size - verschuivingy)*omf)),Array(((x+6.5983929425025+verschuivingx)*omf),((y+14.1660637288796+size - verschuivingy)*omf)),Array(((x+6.73481875596415+verschuivingx)*omf),((y+13.9872632309337+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+7.99072861196023+verschuivingx)*omf),((y+14.4427049617324-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+8.25100563739022+verschuivingx)*omf),((y+14.4613084817499-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+8.41602575013802+verschuivingx)*omf),((y+14.4203118357854-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+8.38243606121754+verschuivingx)*omf),((y+14.5224589410667-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+8.13800647876542+verschuivingx)*omf),((y+14.6149597767093-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+7.5886858738043+verschuivingx)*omf),((y+14.6029019396609-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+7.18595411638847+verschuivingx)*omf),((y+14.4764669054679-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+6.57496628766565+verschuivingx)*omf),((y+14.0606437821138-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+6.75342227598165+verschuivingx)*omf),((y+14.0916496488096-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+7.3626875565547+verschuivingx)*omf),((y+14.3893059690896-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+1.16582058776319+verschuivingx)*omf),((y+12.2483508737426+size - verschuivingy)*omf)),Array(((x+2.23104436357992+verschuivingx)*omf),((y+12.41612706353+size - verschuivingy)*omf)),Array(((x+0.96049284831081+verschuivingx)*omf),((y+12.408720106486+size - verschuivingy)*omf)),Array(((x+0.9546361846016+verschuivingx)*omf),((y+11.0373995244554+size - verschuivingy)*omf)),Array(((x+2.00487379151534+verschuivingx)*omf),((y+10.0901702968978+size - verschuivingy)*omf)),Array(((x+1.15996392405398+verschuivingx)*omf),((y+10.877030291712+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+0.80959763039111+verschuivingx)*omf),((y+11.8714573385733-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+1.45520867692427+verschuivingx)*omf),((y+12.5549644444013-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+1.88929081066589+verschuivingx)*omf),((y+12.6104304948239-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+1.87723297361751+verschuivingx)*omf),((y+12.7826853098007-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+1.3122371804935+verschuivingx)*omf),((y+12.7809627616509-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+0.60426989093872+verschuivingx)*omf),((y+12.0316543165017-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+0.60168606871407+verschuivingx)*omf),((y+11.4177381559243-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+1.29001630936149+verschuivingx)*omf),((y+10.6760089226341-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+1.64434446376883+verschuivingx)*omf),((y+10.3625051593762-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+1.71531344753929+verschuivingx)*omf),((y+10.3235755711915-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+1.43143751245747+verschuivingx)*omf),((y+10.5847138706963-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+0.80701380816645+verschuivingx)*omf),((y+11.2575411779958-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+1.61747271263245+verschuivingx)*omf),((y+9.09264266336702+size - verschuivingy)*omf)),Array(((x+2.70595088847104+verschuivingx)*omf),((y+9.5827076119761+size - verschuivingy)*omf)),Array(((x+2.44360680526133+verschuivingx)*omf),((y+9.76013007140224+size - verschuivingy)*omf)),Array(((x+1.41231722799504+verschuivingx)*omf),((y+9.25283964129547+size - verschuivingy)*omf)),Array(((x+1.79541193650351+verschuivingx)*omf),((y+7.96471813489873+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+1.4364329020918+verschuivingx)*omf),((y+8.70575834892905-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+1.82056113949013+verschuivingx)*omf),((y+9.5262080326637-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+2.28668266881744+verschuivingx)*omf),((y+9.72636812766678-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+2.61844544246281+verschuivingx)*omf),((y+9.63955170091846-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+2.53093999645458+verschuivingx)*omf),((y+9.69880735727049-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+2.03984151895564+verschuivingx)*omf),((y+9.86796158557773-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+1.60610389484398+verschuivingx)*omf),((y+9.66694021649977-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+1.1918310648247+verschuivingx)*omf),((y+8.78223948677877-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+1.36374137017157+verschuivingx)*omf),((y+8.2117315395755-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+1.52032099698551+verschuivingx)*omf),((y+8.25169465665013-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+3.7225988064643+verschuivingx)*omf),((y+6.61665195289004+size - verschuivingy)*omf)),Array(((x+4.07296510012718+verschuivingx)*omf),((y+7.27604338462135+size - verschuivingy)*omf)),Array(((x+3.77151917391772+verschuivingx)*omf),((y+7.32875335800427+size - verschuivingy)*omf)),Array(((x+3.51727106701192+verschuivingx)*omf),((y+6.7768489308185+size - verschuivingy)*omf)),Array(((x+3.98287583189429+verschuivingx)*omf),((y+5.74986572392663+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+3.66713275604176+verschuivingx)*omf),((y+6.2876452562843-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+3.7598058464993+verschuivingx)*omf),((y+6.83748262569034-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+3.92775429110171+verschuivingx)*omf),((y+7.13686149412008-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+3.97254054299568+verschuivingx)*omf),((y+7.29154631796927-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+3.87194373104921+verschuivingx)*omf),((y+7.30911630909691-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+3.67660677086549+verschuivingx)*omf),((y+7.2050744008509-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+3.5456931114831+verschuivingx)*omf),((y+6.94531413986584-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+3.44578531879653+verschuivingx)*omf),((y+6.35241306671559-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+3.64491188490975+verschuivingx)*omf),((y+5.94279111670068-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+3.77427525095735+verschuivingx)*omf),((y+5.96725130042739-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+5.32801368204837+verschuivingx)*omf),((y+12.1603286632894+size - verschuivingy)*omf)),Array(((x+4.83415912750979+verschuivingx)*omf),((y+11.4670030330077+size - verschuivingy)*omf)),Array(((x+3.51709881219694+verschuivingx)*omf),((y+11.7415772080807+size - verschuivingy)*omf)),Array(((x+3.48006402697692+verschuivingx)*omf),((y+10.1974850466284+size - verschuivingy)*omf)),Array(((x+2.65306866027316+verschuivingx)*omf),((y+9.73670341656539+size - verschuivingy)*omf)),Array(((x+2.9085225508838+verschuivingx)*omf),((y+8.70231325262952+size - verschuivingy)*omf)),Array(((x+2.82256739821036+verschuivingx)*omf),((y+9.52431322969896+size - verschuivingy)*omf)),Array(((x+3.62251875896276+verschuivingx)*omf),((y+9.99215730717603+size - verschuivingy)*omf)),Array(((x+3.70916293089611+verschuivingx)*omf),((y+10.0014590671848+size - verschuivingy)*omf)),Array(((x+3.59306318560172+verschuivingx)*omf),((y+10.2009301429279+size - verschuivingy)*omf)),Array(((x+3.66420442418716+verschuivingx)*omf),((y+11.4714816581971+size - verschuivingy)*omf)),Array(((x+4.79161218821052+verschuivingx)*omf),((y+11.2503064757668+size - verschuivingy)*omf)),Array(((x+4.9314830979717+verschuivingx)*omf),((y+11.0859753822789+size - verschuivingy)*omf)),Array(((x+4.98608787431936+verschuivingx)*omf),((y+11.2699435246742+size - verschuivingy)*omf)),Array(((x+5.48373203478742+verschuivingx)*omf),((y+11.9002238926744+size - verschuivingy)*omf)),Array(((x+6.27903251553546+verschuivingx)*omf),((y+11.6699192050504+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+5.66925047051747+verschuivingx)*omf),((y+12.3148412323236-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+5.09288585960499+verschuivingx)*omf),((y+12.0538751876337-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+4.92028653499821+verschuivingx)*omf),((y+11.7946316910936-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+4.42763776416447+verschuivingx)*omf),((y+11.9217557445465-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+3.86677608659991+verschuivingx)*omf),((y+12.0499133268893-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+3.15674173926541+verschuivingx)*omf),((y+11.4239393292635-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+3.14812899851657+verschuivingx)*omf),((y+10.7552461375234-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+3.11316127107627+verschuivingx)*omf),((y+10.1733693725317-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+2.79810721448365+verschuivingx)*omf),((y+10.0119666108984-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+2.48029708085139+verschuivingx)*omf),((y+9.40890250366448-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+2.59553555207089+verschuivingx)*omf),((y+9.00789329439842-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+2.71628617736965+verschuivingx)*omf),((y+8.95725037879523-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+2.6713276706607+verschuivingx)*omf),((y+9.26059110796943-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+2.96984526501555+verschuivingx)*omf),((y+9.78166192327434-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+3.27146344603998+verschuivingx)*omf),((y+9.94530399750233-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+3.65111305824892+verschuivingx)*omf),((y+9.9961191679205-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+3.68005186716502+verschuivingx)*omf),((y+9.99939200940506-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+3.66541020789199+verschuivingx)*omf),((y+10.0662268776161-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+3.62665287452221+verschuivingx)*omf),((y+10.1328894910121-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+3.35414575722886+verschuivingx)*omf),((y+10.6822100959732-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+3.37292153206133+verschuivingx)*omf),((y+11.2149942386966-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+3.95617633557288+verschuivingx)*omf),((y+11.7288303517724-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+4.42677649008959+verschuivingx)*omf),((y+11.6242716790815-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+4.84036030084896+verschuivingx)*omf),((y+11.2003525794235-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+4.88721361052266+verschuivingx)*omf),((y+11.1454032934459-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+4.94664152168966+verschuivingx)*omf),((y+11.1493651541904-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+4.96507278689219+verschuivingx)*omf),((y+11.2106878683221-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+5.08978527293541+verschuivingx)*omf),((y+11.5600206330951-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+5.26324587161708+verschuivingx)*omf),((y+11.7922201236839-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+5.76915826320403+verschuivingx)*omf),((y+12.0400948024356-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+6.06491978051925+verschuivingx)*omf),((y+11.9384644615992-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+6.04321567383217+verschuivingx)*omf),((y+12.1027955550871-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+4.9314830979717+verschuivingx)*omf),((y+11.0859753822789+size - verschuivingy)*omf)),Array(((x+3.60925513820955+verschuivingx)*omf),((y+11.4063693381358+size - verschuivingy)*omf)),Array(((x+4.83898226232914+verschuivingx)*omf),((y+10.877374801342+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+4.9314830979717+verschuivingx)*omf),((y+11.0859753822789-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+4.9314830979717+verschuivingx)*omf),((y+11.0859753822789-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+4.20336199506464+verschuivingx)*omf),((y+12.0266589268674-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+3.60925513820955+verschuivingx)*omf),((y+11.4063693381358-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+4.17872955652295+verschuivingx)*omf),((y+11.8680122422737-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+4.83898226232914+verschuivingx)*omf),((y+10.877374801342-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+6.34914022523103+verschuivingx)*omf),((y+11.5507188730864+size - verschuivingy)*omf)),Array(((x+5.28891183904863+verschuivingx)*omf),((y+11.754324064389+size - verschuivingy)*omf)),Array(((x+6.31400024297575+verschuivingx)*omf),((y+11.330749474361+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+6.34914022523103+verschuivingx)*omf),((y+11.5507188730864-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+6.34914022523103+verschuivingx)*omf),((y+11.5507188730864-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+5.91264652407973+verschuivingx)*omf),((y+12.34205749309-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+5.28891183904863+verschuivingx)*omf),((y+11.754324064389-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+5.84357234327403+verschuivingx)*omf),((y+12.1756593418223-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+6.31400024297575+verschuivingx)*omf),((y+11.330749474361-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+3.70916293089611+verschuivingx)*omf),((y+10.0014590671848+size - verschuivingy)*omf)),Array(((x+2.79345633447927+verschuivingx)*omf),((y+9.45575581333818+size - verschuivingy)*omf)),Array(((x+3.77875387614675+verschuivingx)*omf),((y+9.85108061371001+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+3.70916293089611+verschuivingx)*omf),((y+10.0014590671848-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+3.70916293089611+verschuivingx)*omf),((y+10.0014590671848-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+2.98328114058374+verschuivingx)*omf),((y+9.98164976346244-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+2.79345633447927+verschuivingx)*omf),((y+9.45575581333818-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+3.12108499256521+verschuivingx)*omf),((y+9.98905672050645-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+3.77875387614675+verschuivingx)*omf),((y+9.85108061371001-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+5.66735566755273+verschuivingx)*omf),((y+14.2423726119144+size - verschuivingy)*omf)),Array(((x+6.83317625531592+verschuivingx)*omf),((y+13.8492871241372+size - verschuivingy)*omf)),Array(((x+5.60224334749149+verschuivingx)*omf),((y+14.4964484640052+size - verschuivingy)*omf)),Array(((x+4.85104009937752+verschuivingx)*omf),((y+13.2701664361851+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+5.24533137085949+verschuivingx)*omf),((y+14.119038164391-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+6.08920770943099+verschuivingx)*omf),((y+14.3653625498078-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+6.52811297799195+verschuivingx)*omf),((y+14.1991366533552-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+6.54809453652927+verschuivingx)*omf),((y+14.3527879483145-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+6.05923537162502+verschuivingx)*omf),((y+14.6299459456122-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+5.14525132335795+verschuivingx)*omf),((y+14.3629509823981-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+4.85655225345678+verschuivingx)*omf),((y+13.858588884146-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+4.94698603131962+verschuivingx)*omf),((y+13.7373214944023-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+5.07273204625271+verschuivingx)*omf),((y+13.8077737137278+size - verschuivingy)*omf)),Array(((x+6.83317625531592+verschuivingx)*omf),((y+13.8492871241372+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+6.0437324382771+verschuivingx)*omf),((y+14.445977803217-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+5.07273204625271+verschuivingx)*omf),((y+13.8077737137278-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+5.73625759354346+verschuivingx)*omf),((y+14.8681743547252-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+6.83317625531592+verschuivingx)*omf),((y+13.8492871241372-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 41;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+21.9490530339778+verschuivingx)*omf),((y+8.7901632082677+size - verschuivingy)*omf)),Array(((x+15.0691957238032+verschuivingx)*omf),((y+1.66088092600661+size - verschuivingy)*omf)),Array(((x+8.18916615881354+verschuivingx)*omf),((y+8.7901632082677+size - verschuivingy)*omf)),Array(((x+15.0691957238032+verschuivingx)*omf),((y+15.9189287260839+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+21.9490530339778+verschuivingx)*omf),((y+12.7272192593782-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+21.9490530339778+verschuivingx)*omf),((y+4.85276264752729-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+18.8687924325621+verschuivingx)*omf),((y+1.66088092600661-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+11.2694267602292+verschuivingx)*omf),((y+1.66088092600661-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+8.18916615881354+verschuivingx)*omf),((y+4.85276264752729-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+8.18916615881354+verschuivingx)*omf),((y+12.7272192593782-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+11.2694267602292+verschuivingx)*omf),((y+15.9189287260839-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+18.8687924325621+verschuivingx)*omf),((y+15.9189287260839-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient89";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 100;

itemColor1.magenta = 43;

itemColor1.yellow = 0;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 60;

itemColor0.magenta = 0;

itemColor0.yellow = 0;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=50;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// body 1

var moveMatrix = app.getTranslationMatrix((-6.88*omf), (0*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 200, 200);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient89").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 100;

itemColor1.magenta = 0;

itemColor1.yellow = 0;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=60;

grdntstop.midPoint=50;

var newCompoundPath = doc.compoundPathItems.add();

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+15.0691957238032+verschuivingx)*omf),((y+1.51618688142607+size - verschuivingy)*omf)),Array(((x+10.1098073458052+verschuivingx)*omf),((y+3.64491188490975+size - verschuivingy)*omf)),Array(((x+10.1098073458052+verschuivingx)*omf),((y+3.64491188490975+size - verschuivingy)*omf)),Array(((x+8.05360161942677+verschuivingx)*omf),((y+8.7901632082677+size - verschuivingy)*omf)),Array(((x+8.05360161942677+verschuivingx)*omf),((y+8.7901632082677+size - verschuivingy)*omf)),Array(((x+10.1098073458052+verschuivingx)*omf),((y+13.9348977671807+size - verschuivingy)*omf)),Array(((x+10.1098073458052+verschuivingx)*omf),((y+13.9348977671807+size - verschuivingy)*omf)),Array(((x+15.0691957238032+verschuivingx)*omf),((y+16.0639672802944+size - verschuivingy)*omf)),Array(((x+15.0691957238032+verschuivingx)*omf),((y+16.0639672802944+size - verschuivingy)*omf)),Array(((x+20.0284118469861+verschuivingx)*omf),((y+13.9348977671807+size - verschuivingy)*omf)),Array(((x+20.0284118469861+verschuivingx)*omf),((y+13.9348977671807+size - verschuivingy)*omf)),Array(((x+22.0847898281795+verschuivingx)*omf),((y+8.7901632082677+size - verschuivingy)*omf)),Array(((x+22.0847898281795+verschuivingx)*omf),((y+8.7901632082677+size - verschuivingy)*omf)),Array(((x+20.0284118469861+verschuivingx)*omf),((y+3.64491188490975+size - verschuivingy)*omf)),Array(((x+20.0284118469861+verschuivingx)*omf),((y+3.64491188490975+size - verschuivingy)*omf)),Array(((x+15.0693679786181+verschuivingx)*omf),((y+1.51618688142607+size - verschuivingy)*omf)),Array(((x+15.0693679786181+verschuivingx)*omf),((y+1.51618688142607+size - verschuivingy)*omf)),Array(((x+15.0691957238032+verschuivingx)*omf),((y+1.51618688142607+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+15.0691957238032+verschuivingx)*omf),((y+1.51618688142607-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+13.1333961130935+verschuivingx)*omf),((y+1.51618688142607-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+11.3794975869994+verschuivingx)*omf),((y+2.32922960811671-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+10.1098073458052+verschuivingx)*omf),((y+3.64491188490975-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+10.1098073458052+verschuivingx)*omf),((y+3.64491188490975-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+8.84011710461098+verschuivingx)*omf),((y+4.96059416170279-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+8.05342936461179+verschuivingx)*omf),((y+6.78063853674799-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+8.05360161942677+verschuivingx)*omf),((y+8.7901632082677-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+8.05360161942677+verschuivingx)*omf),((y+8.7901632082677-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+8.05342936461179+verschuivingx)*omf),((y+10.7995156249724-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+8.84011710461098+verschuivingx)*omf),((y+12.6195600000176-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+10.1098073458052+verschuivingx)*omf),((y+13.9348977671807-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+10.1098073458052+verschuivingx)*omf),((y+13.9348977671807-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+11.3794975869994+verschuivingx)*omf),((y+15.2505800439738-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+13.1333961130935+verschuivingx)*omf),((y+16.0639672802944-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+15.0691957238032+verschuivingx)*omf),((y+16.0639672802944-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+15.0691957238032+verschuivingx)*omf),((y+16.0639672802944-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+17.0049953345128+verschuivingx)*omf),((y+16.0639672802944-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+18.7588938606069+verschuivingx)*omf),((y+15.2505800439738-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+20.0284118469861+verschuivingx)*omf),((y+13.9348977671807-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+20.0284118469861+verschuivingx)*omf),((y+13.9348977671807-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+21.2982743429953+verschuivingx)*omf),((y+12.6195600000176-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+22.0847898281795+verschuivingx)*omf),((y+10.7993433701575-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+22.0847898281795+verschuivingx)*omf),((y+8.7901632082677-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+22.0847898281795+verschuivingx)*omf),((y+8.7901632082677-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+22.0847898281795+verschuivingx)*omf),((y+6.78063853674799-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+21.2982743429953+verschuivingx)*omf),((y+4.96059416170279-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+20.0284118469861+verschuivingx)*omf),((y+3.64491188490975-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+20.0284118469861+verschuivingx)*omf),((y+3.64491188490975-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+18.7588938606069+verschuivingx)*omf),((y+2.32922960811671-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+17.0049953345128+verschuivingx)*omf),((y+1.51618688142607-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+15.0693679786181+verschuivingx)*omf),((y+1.51618688142607-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+15.0693679786181+verschuivingx)*omf),((y+1.51618688142607-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+15.0693679786181+verschuivingx)*omf),((y+1.51618688142607-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+15.0691957238032+verschuivingx)*omf),((y+1.51618688142607-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+15.0691957238032+verschuivingx)*omf),((y+1.51618688142607-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+10.2987708778348+verschuivingx)*omf),((y+13.7269862055037+size - verschuivingy)*omf)),Array(((x+8.32490295301528+verschuivingx)*omf),((y+8.7901632082677+size - verschuivingy)*omf)),Array(((x+8.32490295301528+verschuivingx)*omf),((y+8.7901632082677+size - verschuivingy)*omf)),Array(((x+10.2987708778348+verschuivingx)*omf),((y+3.85299570140176+size - verschuivingy)*omf)),Array(((x+10.2987708778348+verschuivingx)*omf),((y+3.85299570140176+size - verschuivingy)*omf)),Array(((x+15.0691957238032+verschuivingx)*omf),((y+1.8059194802171+size - verschuivingy)*omf)),Array(((x+15.0691957238032+verschuivingx)*omf),((y+1.8059194802171+size - verschuivingy)*omf)),Array(((x+19.8396205697715+verschuivingx)*omf),((y+3.85299570140176+size - verschuivingy)*omf)),Array(((x+19.8396205697715+verschuivingx)*omf),((y+3.85299570140176+size - verschuivingy)*omf)),Array(((x+21.8133162397761+verschuivingx)*omf),((y+8.7901632082677+size - verschuivingy)*omf)),Array(((x+21.8133162397761+verschuivingx)*omf),((y+8.7901632082677+size - verschuivingy)*omf)),Array(((x+19.8396205697715+verschuivingx)*omf),((y+13.7269862055037+size - verschuivingy)*omf)),Array(((x+19.8396205697715+verschuivingx)*omf),((y+13.7269862055037+size - verschuivingy)*omf)),Array(((x+15.0691957238032+verschuivingx)*omf),((y+15.7740624266884+size - verschuivingy)*omf)),Array(((x+15.0691957238032+verschuivingx)*omf),((y+15.7740624266884+size - verschuivingy)*omf)),Array(((x+10.2987708778348+verschuivingx)*omf),((y+13.7269862055037+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+10.2987708778348+verschuivingx)*omf),((y+13.7269862055037-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+9.07834551372394+verschuivingx)*omf),((y+12.4621190991288-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+8.32490295301528+verschuivingx)*omf),((y+10.7176945878584-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+8.32490295301528+verschuivingx)*omf),((y+8.7901632082677-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+8.32490295301528+verschuivingx)*omf),((y+8.7901632082677-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+8.32490295301528+verschuivingx)*omf),((y+6.86228731904701-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+9.07834551372394+verschuivingx)*omf),((y+5.11769055296166-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+10.2987708778348+verschuivingx)*omf),((y+3.85299570140176-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+10.2987708778348+verschuivingx)*omf),((y+3.85299570140176-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+11.5191962419456+verschuivingx)*omf),((y+2.58864535947182-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+13.2052263709389+verschuivingx)*omf),((y+1.8059194802171-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+15.0691957238032+verschuivingx)*omf),((y+1.8059194802171-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+15.0691957238032+verschuivingx)*omf),((y+1.8059194802171-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+16.9333373314824+verschuivingx)*omf),((y+1.8059194802171-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+18.6190229508457+verschuivingx)*omf),((y+2.58864535947182-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+19.8396205697715+verschuivingx)*omf),((y+3.85299570140176-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+19.8396205697715+verschuivingx)*omf),((y+3.85299570140176-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+21.0598736790674+verschuivingx)*omf),((y+5.11769055296166-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+21.8133162397761+verschuivingx)*omf),((y+6.86228731904701-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+21.8133162397761+verschuivingx)*omf),((y+8.7901632082677-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+21.8133162397761+verschuivingx)*omf),((y+8.7901632082677-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+21.8133162397761+verschuivingx)*omf),((y+10.7176945878584-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+21.0598736790674+verschuivingx)*omf),((y+12.4621190991288-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+19.8396205697715+verschuivingx)*omf),((y+13.7269862055037-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+19.8396205697715+verschuivingx)*omf),((y+13.7269862055037-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+18.6190229508457+verschuivingx)*omf),((y+14.9915088022486-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+16.9333373314824+verschuivingx)*omf),((y+15.7740624266884-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+15.0691957238032+verschuivingx)*omf),((y+15.7740624266884-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+15.0691957238032+verschuivingx)*omf),((y+15.7740624266884-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+13.2052263709389+verschuivingx)*omf),((y+15.7740624266884-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+11.5191962419456+verschuivingx)*omf),((y+14.9915088022486-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+10.2987708778348+verschuivingx)*omf),((y+13.7269862055037-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+20.4955669052033+verschuivingx)*omf),((y+6.15363101023232+size - verschuivingy)*omf)),Array(((x+15.0431852467417+verschuivingx)*omf),((y+2.17833439019701+size - verschuivingy)*omf)),Array(((x+9.59114809790997+verschuivingx)*omf),((y+6.15363101023232+size - verschuivingy)*omf)),Array(((x+15.0431852467417+verschuivingx)*omf),((y+10.1290998850826+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+20.4955669052033+verschuivingx)*omf),((y+8.34919088192701-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+20.4955669052033+verschuivingx)*omf),((y+3.95807113853763-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+18.0543716673516+verschuivingx)*omf),((y+2.17833439019701-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+12.0319988261317+verschuivingx)*omf),((y+2.17833439019701-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+9.59114809790997+verschuivingx)*omf),((y+3.95807113853763-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+9.59114809790997+verschuivingx)*omf),((y+8.34919088192701-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+12.0319988261317+verschuivingx)*omf),((y+10.1290998850826-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+18.0543716673516+verschuivingx)*omf),((y+10.1290998850826-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient86";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 85;

itemColor1.magenta = 0;

itemColor1.yellow = 0;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 32;

itemColor0.magenta = 0;

itemColor0.yellow = 0;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=50;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// body 2

var moveMatrix = app.getTranslationMatrix((-3.22*omf), (1.13*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 100, 100);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient86").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 64;

itemColor1.magenta = 0;

itemColor1.yellow = 0;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=60;

grdntstop.midPoint=50;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+15.6097313332005+verschuivingx)*omf),((y+15.2941605121629+size - verschuivingy)*omf)),Array(((x+17.2013658235864+verschuivingx)*omf),((y+12.6204212740925+size - verschuivingy)*omf)),Array(((x+19.634981849579+verschuivingx)*omf),((y+14.4101488017018+size - verschuivingy)*omf)),Array(((x+18.0436918688231+verschuivingx)*omf),((y+17.0837157849572+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+15.8426198430491+verschuivingx)*omf),((y+16.5264714585071-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+15.3773595877967+verschuivingx)*omf),((y+14.0616773110037-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+16.0899777573559+verschuivingx)*omf),((y+12.8645063469147-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+18.3130983994468+verschuivingx)*omf),((y+12.3763362012704-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+19.4027823589903+verschuivingx)*omf),((y+13.1776656005426-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+19.8678703594277+verschuivingx)*omf),((y+15.642632002861-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+19.1554244446836+verschuivingx)*omf),((y+16.839630712135-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+16.9319592929626+verschuivingx)*omf),((y+17.3279731125943-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient85";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new GrayColor();

itemColor1.gray = 41;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 0;

itemColor0.magenta = 0;

itemColor0.yellow = 0;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=76.9663009643555;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

//

var moveMatrix = app.getTranslationMatrix((-0.5*omf), (0.5*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 100, 100);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient85").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 0;

itemColor1.yellow = 0;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=76;

grdntstop.midPoint=50;

var newCompoundPath = doc.compoundPathItems.add();

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+17.1803507361592+verschuivingx)*omf),((y+12.5101781925074+size - verschuivingy)*omf)),Array(((x+15.4602141538006+verschuivingx)*omf),((y+14.8254551606109+size - verschuivingy)*omf)),Array(((x+15.4602141538006+verschuivingx)*omf),((y+14.8254551606109+size - verschuivingy)*omf)),Array(((x+15.5063784442144+verschuivingx)*omf),((y+15.3163813832949+size - verschuivingy)*omf)),Array(((x+15.5063784442144+verschuivingx)*omf),((y+15.3163813832949+size - verschuivingy)*omf)),Array(((x+17.6423381499271+verschuivingx)*omf),((y+17.2402954117711+size - verschuivingy)*omf)),Array(((x+17.6423381499271+verschuivingx)*omf),((y+17.2402954117711+size - verschuivingy)*omf)),Array(((x+18.0650514658802+verschuivingx)*omf),((y+17.1941311213573+size - verschuivingy)*omf)),Array(((x+18.0650514658802+verschuivingx)*omf),((y+17.1941311213573+size - verschuivingy)*omf)),Array(((x+19.7844990289789+verschuivingx)*omf),((y+14.8790264080687+size - verschuivingy)*omf)),Array(((x+19.7844990289789+verschuivingx)*omf),((y+14.8790264080687+size - verschuivingy)*omf)),Array(((x+19.7386792481951+verschuivingx)*omf),((y+14.3879279305698+size - verschuivingy)*omf)),Array(((x+19.7386792481951+verschuivingx)*omf),((y+14.3879279305698+size - verschuivingy)*omf)),Array(((x+17.6027195424824+verschuivingx)*omf),((y+12.4640139020936+size - verschuivingy)*omf)),Array(((x+17.6027195424824+verschuivingx)*omf),((y+12.4640139020936+size - verschuivingy)*omf)),Array(((x+17.1803507361592+verschuivingx)*omf),((y+12.5101781925074+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+17.1803507361592+verschuivingx)*omf),((y+12.5101781925074-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+16.1581906640867+verschuivingx)*omf),((y+12.7351429808671-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+15.4600418989856+verschuivingx)*omf),((y+13.7213017966095-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+15.4602141538006+verschuivingx)*omf),((y+14.8254551606109-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+15.4602141538006+verschuivingx)*omf),((y+14.8254551606109-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+15.4602141538006+verschuivingx)*omf),((y+14.9873746866892-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+15.4752003227035+verschuivingx)*omf),((y+15.1517057801771-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+15.5063784442144+verschuivingx)*omf),((y+15.3163813832949-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+15.5063784442144+verschuivingx)*omf),((y+15.3163813832949-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+15.7206634340455+verschuivingx)*omf),((y+16.4506793399173-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+16.6284463089734+verschuivingx)*omf),((y+17.2399509021412-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+17.6423381499271+verschuivingx)*omf),((y+17.2402954117711-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+17.6423381499271+verschuivingx)*omf),((y+17.2402954117711-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+17.7818645500583+verschuivingx)*omf),((y+17.2402954117711-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+17.9234580079693+verschuivingx)*omf),((y+17.2251369880532-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+18.0650514658802+verschuivingx)*omf),((y+17.1941311213573-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+18.0650514658802+verschuivingx)*omf),((y+17.1941311213573-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+19.0865225186928+verschuivingx)*omf),((y+16.9693385878126-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+19.7848435386089+verschuivingx)*omf),((y+15.9833520268852-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+19.7844990289789+verschuivingx)*omf),((y+14.8790264080687-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+19.7844990289789+verschuivingx)*omf),((y+14.8790264080687-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+19.7844990289789+verschuivingx)*omf),((y+14.7172791368055-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+19.7696851148909+verschuivingx)*omf),((y+14.5527757885026-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+19.7386792481951+verschuivingx)*omf),((y+14.3879279305698-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+19.7386792481951+verschuivingx)*omf),((y+14.3879279305698-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+19.5243942583639+verschuivingx)*omf),((y+13.2534577191324-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+18.6162668738061+verschuivingx)*omf),((y+12.4643584117235-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+17.6027195424824+verschuivingx)*omf),((y+12.4640139020936-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+17.6027195424824+verschuivingx)*omf),((y+12.4640139020936-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+17.4631931423512+verschuivingx)*omf),((y+12.4640139020936-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+17.3219441940702+verschuivingx)*omf),((y+12.4790000709965-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+17.1803507361592+verschuivingx)*omf),((y+12.5101781925074-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+15.6713985569622+verschuivingx)*omf),((y+14.8254551606109+size - verschuivingy)*omf)),Array(((x+17.2227254206435+verschuivingx)*omf),((y+12.7308366104927+size - verschuivingy)*omf)),Array(((x+17.2227254206435+verschuivingx)*omf),((y+12.7308366104927+size - verschuivingy)*omf)),Array(((x+17.6027195424824+verschuivingx)*omf),((y+12.6894954548982+size - verschuivingy)*omf)),Array(((x+17.6027195424824+verschuivingx)*omf),((y+12.6894954548982+size - verschuivingy)*omf)),Array(((x+19.5316289605929+verschuivingx)*omf),((y+14.4323696728338+size - verschuivingy)*omf)),Array(((x+19.5316289605929+verschuivingx)*omf),((y+14.4323696728338+size - verschuivingy)*omf)),Array(((x+19.5736591354473+verschuivingx)*omf),((y+14.8790264080687+size - verschuivingy)*omf)),Array(((x+19.5736591354473+verschuivingx)*omf),((y+14.8790264080687+size - verschuivingy)*omf)),Array(((x+18.022332271766+verschuivingx)*omf),((y+16.9733004485571+size - verschuivingy)*omf)),Array(((x+18.022332271766+verschuivingx)*omf),((y+16.9733004485571+size - verschuivingy)*omf)),Array(((x+17.6423381499271+verschuivingx)*omf),((y+17.0148138589665+size - verschuivingy)*omf)),Array(((x+17.6423381499271+verschuivingx)*omf),((y+17.0148138589665+size - verschuivingy)*omf)),Array(((x+15.7130842221866+verschuivingx)*omf),((y+15.2717673862159+size - verschuivingy)*omf)),Array(((x+15.7130842221866+verschuivingx)*omf),((y+15.2717673862159+size - verschuivingy)*omf)),Array(((x+15.6713985569622+verschuivingx)*omf),((y+14.8254551606109+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+15.6713985569622+verschuivingx)*omf),((y+14.8254551606109-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+15.6713985569622+verschuivingx)*omf),((y+13.8217263537409-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+16.3049517664469+verschuivingx)*omf),((y+12.9318579795706-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+17.2227254206435+verschuivingx)*omf),((y+12.7308366104927-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+17.2227254206435+verschuivingx)*omf),((y+12.7308366104927-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+17.3501939837264+verschuivingx)*omf),((y+12.7029313304664-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+17.4773180371793+verschuivingx)*omf),((y+12.6894954548982-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+17.6027195424824+verschuivingx)*omf),((y+12.6894954548982-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+17.6027195424824+verschuivingx)*omf),((y+12.6894954548982-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+18.5122249655601+verschuivingx)*omf),((y+12.6891509452683-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+19.3369810196691+verschuivingx)*omf),((y+13.4003910763076-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+19.5316289605929+verschuivingx)*omf),((y+14.4323696728338-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+19.5316289605929+verschuivingx)*omf),((y+14.4323696728338-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+19.5598787502491+verschuivingx)*omf),((y+14.5825758714936-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+19.5736591354473+verschuivingx)*omf),((y+14.7320930508935-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+19.5736591354473+verschuivingx)*omf),((y+14.8790264080687-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+19.5736591354473+verschuivingx)*omf),((y+14.8790264080687-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+19.5733146258173+verschuivingx)*omf),((y+15.8827552149387-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+18.9397614163326+verschuivingx)*omf),((y+16.7724513342941-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+18.022332271766+verschuivingx)*omf),((y+16.9733004485571-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+18.022332271766+verschuivingx)*omf),((y+16.9733004485571-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+17.8948637086831+verschuivingx)*omf),((y+17.0013779833983-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+17.7677396552302+verschuivingx)*omf),((y+17.0148138589665-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+17.6423381499271+verschuivingx)*omf),((y+17.0148138589665-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+17.6423381499271+verschuivingx)*omf),((y+17.0148138589665-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+16.7328327268494+verschuivingx)*omf),((y+17.0151583685964-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+15.9080766727403+verschuivingx)*omf),((y+16.3039182375571-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+15.7130842221866+verschuivingx)*omf),((y+15.2717673862159-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+15.7130842221866+verschuivingx)*omf),((y+15.2717673862159-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+15.6848344325304+verschuivingx)*omf),((y+15.1217334423711-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+15.6713985569622+verschuivingx)*omf),((y+14.9723885177862-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+15.6713985569622+verschuivingx)*omf),((y+14.8254551606109-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+15.6262677954382+verschuivingx)*omf),((y+15.0607552378693+size - verschuivingy)*omf)),Array(((x+16.4334538584197+verschuivingx)*omf),((y+13.7579920721995+size - verschuivingy)*omf)),Array(((x+17.6530179484556+verschuivingx)*omf),((y+14.6201274211586+size - verschuivingy)*omf)),Array(((x+16.8458318854742+verschuivingx)*omf),((y+15.9227183320134+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+15.7403004829529+verschuivingx)*omf),((y+15.6586517006539-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+15.5124073627385+verschuivingx)*omf),((y+14.4632032847147-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+15.873625709745+verschuivingx)*omf),((y+13.8797762263881-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+16.9929374974644+verschuivingx)*omf),((y+13.6365524276409-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+17.538985260941+verschuivingx)*omf),((y+14.022403213189-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+17.7670506359703+verschuivingx)*omf),((y+15.2180238839431-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+17.4056600341489+verschuivingx)*omf),((y+15.8011064326397-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+16.2863482464294+verschuivingx)*omf),((y+16.044502486202-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 100;

itemColor.magenta = 50;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+15.9452837127753+verschuivingx)*omf),((y+14.9915088022486+size - verschuivingy)*omf)),Array(((x+16.4982216688509+verschuivingx)*omf),((y+14.0988843510387+size - verschuivingy)*omf)),Array(((x+17.3340020311185+verschuivingx)*omf),((y+14.6895461115942+size - verschuivingy)*omf)),Array(((x+16.7810640750429+verschuivingx)*omf),((y+15.5821705628042+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+16.0234873987748+verschuivingx)*omf),((y+15.4011307522635-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+15.8674245364058+verschuivingx)*omf),((y+14.5817145974187-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+16.1147824507125+verschuivingx)*omf),((y+14.1824279363024-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+16.8816608869894+verschuivingx)*omf),((y+14.0156852754049-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+17.2557983451191+verschuivingx)*omf),((y+14.2800964163943-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+17.4118612074881+verschuivingx)*omf),((y+15.0991680616091-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+17.1645032931813+verschuivingx)*omf),((y+15.4986269775404-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+16.3976248569045+verschuivingx)*omf),((y+15.6655418932529-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+16.1354530285097+verschuivingx)*omf),((y+15.2574702365728+size - verschuivingy)*omf)),Array(((x+16.4003809339441+verschuivingx)*omf),((y+14.8297615309854+size - verschuivingy)*omf)),Array(((x+16.8010456335802+verschuivingx)*omf),((y+15.1127761919923+size - verschuivingy)*omf)),Array(((x+16.5361177281459+verschuivingx)*omf),((y+15.5404848975798+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+16.1730045781747+verschuivingx)*omf),((y+15.4536684708314-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+16.0982459884747+verschuivingx)*omf),((y+15.0610997474992-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+16.2167573011788+verschuivingx)*omf),((y+14.869552393245-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+16.5843490763394+verschuivingx)*omf),((y+14.7896261590958-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+16.7634940839153+verschuivingx)*omf),((y+14.9164057029187-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+16.8382526736152+verschuivingx)*omf),((y+15.3089744262509-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+16.7197413609112+verschuivingx)*omf),((y+15.5005217805051-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+16.3521495857506+verschuivingx)*omf),((y+15.5804480146544-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+10.6205428722115+verschuivingx)*omf),((y+15.1248340290407+size - verschuivingy)*omf)),Array(((x+12.6448814578192+verschuivingx)*omf),((y+11.5798299368175+size - verschuivingy)*omf)),Array(((x+15.8460649393487+verschuivingx)*omf),((y+14.0225754680039+size - verschuivingy)*omf)),Array(((x+13.821381844111+verschuivingx)*omf),((y+17.5674073054121+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+10.9454154532578+verschuivingx)*omf),((y+16.7781357431883-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+10.2956702911652+verschuivingx)*omf),((y+13.4713600600781-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+11.2020751275733+verschuivingx)*omf),((y+11.8842041948815-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+14.0878600428801+verschuivingx)*omf),((y+11.2754556787534-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+15.5211923583024+verschuivingx)*omf),((y+12.3691014990413-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+16.170593010765+verschuivingx)*omf),((y+15.6760494369665-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+15.2643604291719+verschuivingx)*omf),((y+17.2632053021631-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+12.3784032590501+verschuivingx)*omf),((y+17.8719538182912-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient79";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new GrayColor();

itemColor1.gray = 41;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 0;

itemColor0.magenta = 0;

itemColor0.yellow = 0;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=76.9663009643555;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// oog links

var moveMatrix = app.getTranslationMatrix((-1*omf), (1*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 100, 100);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient79").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 0;

itemColor1.yellow = 0;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=76;

grdntstop.midPoint=50;

var newCompoundPath = doc.compoundPathItems.add();

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+12.624555389652+verschuivingx)*omf),((y+11.4694146004173+size - verschuivingy)*omf)),Array(((x+10.4489770764946+verschuivingx)*omf),((y+14.4509731928513+size - verschuivingy)*omf)),Array(((x+10.4489770764946+verschuivingx)*omf),((y+14.4509731928513+size - verschuivingy)*omf)),Array(((x+10.5171899832254+verschuivingx)*omf),((y+15.1479161742476+size - verschuivingy)*omf)),Array(((x+10.5171899832254+verschuivingx)*omf),((y+15.1479161742476+size - verschuivingy)*omf)),Array(((x+13.3354510110614+verschuivingx)*omf),((y+17.7310493796401+size - verschuivingy)*omf)),Array(((x+13.3354510110614+verschuivingx)*omf),((y+17.7310493796401+size - verschuivingy)*omf)),Array(((x+13.8417079122783+verschuivingx)*omf),((y+17.6779948966273+size - verschuivingy)*omf)),Array(((x+13.8417079122783+verschuivingx)*omf),((y+17.6779948966273+size - verschuivingy)*omf)),Array(((x+16.0172862254356+verschuivingx)*omf),((y+14.6964363041933+size - verschuivingy)*omf)),Array(((x+16.0172862254356+verschuivingx)*omf),((y+14.6964363041933+size - verschuivingy)*omf)),Array(((x+15.9490733187048+verschuivingx)*omf),((y+13.9993210679821+size - verschuivingy)*omf)),Array(((x+15.9490733187048+verschuivingx)*omf),((y+13.9993210679821+size - verschuivingy)*omf)),Array(((x+13.1306400360539+verschuivingx)*omf),((y+11.4163601174045+size - verschuivingy)*omf)),Array(((x+13.1306400360539+verschuivingx)*omf),((y+11.4163601174045+size - verschuivingy)*omf)),Array(((x+12.624555389652+verschuivingx)*omf),((y+11.4694146004173+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+12.624555389652+verschuivingx)*omf),((y+11.4694146004173-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+11.3254095750967+verschuivingx)*omf),((y+11.7438165206754-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+10.4482880572347+verschuivingx)*omf),((y+13.0119564685349-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+10.4489770764946+verschuivingx)*omf),((y+14.4509731928513-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+10.4489770764946+verschuivingx)*omf),((y+14.4509731928513-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+10.4489770764946+verschuivingx)*omf),((y+14.6800720967705-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+10.4711979476266+verschuivingx)*omf),((y+14.9134773710641-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+10.5171899832254+verschuivingx)*omf),((y+15.1479161742476-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+10.5171899832254+verschuivingx)*omf),((y+15.1479161742476-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+10.8153630679503+verschuivingx)*omf),((y+16.6641030556736-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+12.014945599449+verschuivingx)*omf),((y+17.7301881055652-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+13.3354510110614+verschuivingx)*omf),((y+17.7310493796401-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+13.3354510110614+verschuivingx)*omf),((y+17.7310493796401-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+13.5030549460338+verschuivingx)*omf),((y+17.7310493796401-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+13.672381429156+verschuivingx)*omf),((y+17.7138238981424-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+13.8417079122783+verschuivingx)*omf),((y+17.6779948966273-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+13.8417079122783+verschuivingx)*omf),((y+17.6779948966273-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+15.1408537268335+verschuivingx)*omf),((y+17.4035929763692-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+16.0179752446955+verschuivingx)*omf),((y+16.1354530285097-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+16.0172862254356+verschuivingx)*omf),((y+14.6964363041933-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+16.0172862254356+verschuivingx)*omf),((y+14.6964363041933-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+16.0172862254356+verschuivingx)*omf),((y+14.4673374002741-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+15.9952376091186+verschuivingx)*omf),((y+14.2339321259805-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+15.9490733187048+verschuivingx)*omf),((y+13.9993210679821-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+15.9490733187048+verschuivingx)*omf),((y+13.9993210679821-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+15.6510724887949+verschuivingx)*omf),((y+12.483306441371-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+14.4511454476663+verschuivingx)*omf),((y+11.4172213914794-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+13.1306400360539+verschuivingx)*omf),((y+11.4163601174045-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+13.1306400360539+verschuivingx)*omf),((y+11.4163601174045-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+12.9632083558964+verschuivingx)*omf),((y+11.4163601174045-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+12.7938818727742+verschuivingx)*omf),((y+11.4335855989022-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+12.624555389652+verschuivingx)*omf),((y+11.4694146004173-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+10.6599892248412+verschuivingx)*omf),((y+14.4509731928513+size - verschuivingy)*omf)),Array(((x+12.6653797808015+verschuivingx)*omf),((y+11.6904175280326+size - verschuivingy)*omf)),Array(((x+12.6653797808015+verschuivingx)*omf),((y+11.6904175280326+size - verschuivingy)*omf)),Array(((x+13.1306400360539+verschuivingx)*omf),((y+11.6416694153942+size - verschuivingy)*omf)),Array(((x+13.1306400360539+verschuivingx)*omf),((y+11.6416694153942+size - verschuivingy)*omf)),Array(((x+15.7427120503626+verschuivingx)*omf),((y+14.0456576132108+size - verschuivingy)*omf)),Array(((x+15.7427120503626+verschuivingx)*omf),((y+14.0456576132108+size - verschuivingy)*omf)),Array(((x+15.806446331904+verschuivingx)*omf),((y+14.6964363041933+size - verschuivingy)*omf)),Array(((x+15.806446331904+verschuivingx)*omf),((y+14.6964363041933+size - verschuivingy)*omf)),Array(((x+13.8008835211287+verschuivingx)*omf),((y+17.456991969012+size - verschuivingy)*omf)),Array(((x+13.8008835211287+verschuivingx)*omf),((y+17.456991969012+size - verschuivingy)*omf)),Array(((x+13.3354510110614+verschuivingx)*omf),((y+17.5057400816504+size - verschuivingy)*omf)),Array(((x+13.3354510110614+verschuivingx)*omf),((y+17.5057400816504+size - verschuivingy)*omf)),Array(((x+10.7237235063826+verschuivingx)*omf),((y+15.1017518838338+size - verschuivingy)*omf)),Array(((x+10.7237235063826+verschuivingx)*omf),((y+15.1017518838338+size - verschuivingy)*omf)),Array(((x+10.6599892248412+verschuivingx)*omf),((y+14.4509731928513+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+10.6599892248412+verschuivingx)*omf),((y+14.4509731928513-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+10.6606782441011+verschuivingx)*omf),((y+13.107730145662-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+11.4745822448666+verschuivingx)*omf),((y+11.9410482838239-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+12.6653797808015+verschuivingx)*omf),((y+11.6904175280326-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+12.6653797808015+verschuivingx)*omf),((y+11.6904175280326-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+12.8210981335405+verschuivingx)*omf),((y+11.657689113187-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+12.9766442314646+verschuivingx)*omf),((y+11.6416694153942-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+13.1306400360539+verschuivingx)*omf),((y+11.6416694153942-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+13.1306400360539+verschuivingx)*omf),((y+11.6416694153942-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+14.3422804046009+verschuivingx)*omf),((y+11.6408081413193-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+15.464176014545+verschuivingx)*omf),((y+12.6276559763215-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+15.7427120503626+verschuivingx)*omf),((y+14.0456576132108-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+15.7427120503626+verschuivingx)*omf),((y+14.0456576132108-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+15.7857757541068+verschuivingx)*omf),((y+14.2649379926763-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+15.806446331904+verschuivingx)*omf),((y+14.482840333622-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+15.806446331904+verschuivingx)*omf),((y+14.6964363041933-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+15.806446331904+verschuivingx)*omf),((y+14.6964363041933-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+15.8057573126441+verschuivingx)*omf),((y+16.0396793513826-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+14.9916810570636+verschuivingx)*omf),((y+17.2063612132207-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+13.8008835211287+verschuivingx)*omf),((y+17.456991969012-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+13.8008835211287+verschuivingx)*omf),((y+17.456991969012-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+13.6449929135747+verschuivingx)*omf),((y+17.4898926386726-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+13.4894468156506+verschuivingx)*omf),((y+17.5057400816504-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+13.3354510110614+verschuivingx)*omf),((y+17.5057400816504-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+13.3354510110614+verschuivingx)*omf),((y+17.5057400816504-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+12.1238106425143+verschuivingx)*omf),((y+17.5066013557253-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+11.0020872873852+verschuivingx)*omf),((y+16.5197535207231-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+10.7237235063826+verschuivingx)*omf),((y+15.1017518838338-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+10.7237235063826+verschuivingx)*omf),((y+15.1017518838338-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+10.6806598026384+verschuivingx)*omf),((y+14.8822992495533-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+10.6599892248412+verschuivingx)*omf),((y+14.6645691634226-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+10.6599892248412+verschuivingx)*omf),((y+14.4509731928513-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+13.2760230998943+verschuivingx)*omf),((y+15.2106169268991+size - verschuivingy)*omf)),Array(((x+13.8077737137278+verschuivingx)*omf),((y+14.3520989290546+size - verschuivingy)*omf)),Array(((x+14.6115146804097+verschuivingx)*omf),((y+14.9201953088482+size - verschuivingy)*omf)),Array(((x+14.0795918117613+verschuivingx)*omf),((y+15.7785410518777+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+13.3511261992242+verschuivingx)*omf),((y+15.6045636887511-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+13.2009200005644+verschuivingx)*omf),((y+14.8166701650471-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+13.4389761548624+verschuivingx)*omf),((y+14.4323696728338-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+14.1765712725932+verschuivingx)*omf),((y+14.2720004400904-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+14.5364115810798+verschuivingx)*omf),((y+14.5262485469962-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+14.6866177797396+verschuivingx)*omf),((y+15.3141420707002-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+14.4483893706267+verschuivingx)*omf),((y+15.6984425629135-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+13.7107942528959+verschuivingx)*omf),((y+15.858811795657-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 100;

itemColor.magenta = 50;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+13.4861739741661+verschuivingx)*omf),((y+15.1647971461153+size - verschuivingy)*omf)),Array(((x+13.8506651626571+verschuivingx)*omf),((y+14.5767192077844+size - verschuivingy)*omf)),Array(((x+14.401191551323+verschuivingx)*omf),((y+14.9658428348171+size - verschuivingy)*omf)),Array(((x+14.036872617647+verschuivingx)*omf),((y+15.5540930279629+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+13.5376781638441+verschuivingx)*omf),((y+15.434892695999-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+13.434669784488+verschuivingx)*omf),((y+14.8950461058616-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+13.597967349086+verschuivingx)*omf),((y+14.631668493762-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+14.1031907214131+verschuivingx)*omf),((y+14.5217699218068-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+14.3498596164599+verschuivingx)*omf),((y+14.6959195397484-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+14.4526957410011+verschuivingx)*omf),((y+15.2357661298858-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+14.289570431218+verschuivingx)*omf),((y+15.4989714871704-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+13.784174804076+verschuivingx)*omf),((y+15.6090423139405-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+13.3411354199556+verschuivingx)*omf),((y+15.1706538098245+size - verschuivingy)*omf)),Array(((x+13.4978873015845+verschuivingx)*omf),((y+14.9176114866235+size - verschuivingy)*omf)),Array(((x+13.7347376721776+verschuivingx)*omf),((y+15.085215421596+size - verschuivingy)*omf)),Array(((x+13.5779857905487+verschuivingx)*omf),((y+15.338257744797+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+13.3631840362726+verschuivingx)*omf),((y+15.2869258099339-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+13.3189145488236+verschuivingx)*omf),((y+15.0545540645301-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+13.3891945133341+verschuivingx)*omf),((y+14.9412103962754-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+13.6065800898349+verschuivingx)*omf),((y+14.8940125769717-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+13.7126890558606+verschuivingx)*omf),((y+14.9689434214866-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+13.7569585433097+verschuivingx)*omf),((y+15.2011429120754-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+13.6866785787991+verschuivingx)*omf),((y+15.3144865803302-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+13.4692930022983+verschuivingx)*omf),((y+15.3618566544488-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+15.0879714986356+verschuivingx)*omf),((y+10.8455076605713+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+15.0879714986356+verschuivingx)*omf),((y+10.8455076605713-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+15.0879714986356+verschuivingx)*omf),((y+10.8455076605713-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+15.0879714986356+verschuivingx)*omf),((y+10.8455076605713+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+15.0879714986356+verschuivingx)*omf),((y+10.8455076605713-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+15.0879714986356+verschuivingx)*omf),((y+10.8455076605713-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+12.8204091142806+verschuivingx)*omf),((y+11.4918077263643+size - verschuivingy)*omf)),Array(((x+11.0368827600105+verschuivingx)*omf),((y+9.06869924408524+size - verschuivingy)*omf)),Array(((x+9.24767199684617+verschuivingx)*omf),((y+10.4370914942612+size - verschuivingy)*omf)),Array(((x+11.0311983511163+verschuivingx)*omf),((y+12.8600277217253+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+12.8188588209458+verschuivingx)*omf),((y+12.5386002369785-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+12.8219594076154+verschuivingx)*omf),((y+10.4448429609351-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+12.0235583401978+verschuivingx)*omf),((y+9.35998213621106-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+10.0503794346382+verschuivingx)*omf),((y+8.77741635195942-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+9.24922229018096+verschuivingx)*omf),((y+9.390126728832-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+9.24612170351137+verschuivingx)*omf),((y+11.4838840048754-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+10.044522770929+verschuivingx)*omf),((y+12.5687448295995-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+12.0178739313036+verschuivingx)*omf),((y+13.1513106138511-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient71";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 66;

itemColor1.yellow = 100;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 0;

itemColor0.magenta = 0;

itemColor0.yellow = 100;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=67.6922988891602;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// snavel 4

var moveMatrix = app.getTranslationMatrix((1.1*omf), (0.5*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 130, 130);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient71").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 50;

itemColor1.yellow = 100;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=76;

grdntstop.midPoint=50;

var newCompoundPath = doc.compoundPathItems.add();

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+9.52362421043905+verschuivingx)*omf),((y+9.2883241331807+size - verschuivingy)*omf)),Array(((x+9.11193520264442+verschuivingx)*omf),((y+10.4348521816665+size - verschuivingy)*omf)),Array(((x+9.11193520264442+verschuivingx)*omf),((y+10.4348521816665+size - verschuivingy)*omf)),Array(((x+9.11193520264442+verschuivingx)*omf),((y+10.4401920809308+size - verschuivingy)*omf)),Array(((x+9.11193520264442+verschuivingx)*omf),((y+10.4401920809308+size - verschuivingy)*omf)),Array(((x+9.66315061057028+verschuivingx)*omf),((y+12.0228693209379+size - verschuivingy)*omf)),Array(((x+9.66315061057028+verschuivingx)*omf),((y+12.0228693209379+size - verschuivingy)*omf)),Array(((x+10.9950248399711+verschuivingx)*omf),((y+12.9997263766715+size - verschuivingy)*omf)),Array(((x+10.9950248399711+verschuivingx)*omf),((y+12.9997263766715+size - verschuivingy)*omf)),Array(((x+11.5111002656417+verschuivingx)*omf),((y+13.0774132982261+size - verschuivingy)*omf)),Array(((x+11.5111002656417+verschuivingx)*omf),((y+13.0774132982261+size - verschuivingy)*omf)),Array(((x+12.5444569006877+verschuivingx)*omf),((y+12.6405750874448+size - verschuivingy)*omf)),Array(((x+12.5444569006877+verschuivingx)*omf),((y+12.6405750874448+size - verschuivingy)*omf)),Array(((x+12.9561459084824+verschuivingx)*omf),((y+11.4919799811793+size - verschuivingy)*omf)),Array(((x+12.9561459084824+verschuivingx)*omf),((y+11.4919799811793+size - verschuivingy)*omf)),Array(((x+12.8204091142806+verschuivingx)*omf),((y+11.4918077263643+size - verschuivingy)*omf)),Array(((x+12.9561459084824+verschuivingx)*omf),((y+11.4918077263643+size - verschuivingy)*omf)),Array(((x+12.9561459084824+verschuivingx)*omf),((y+11.4887071396947+size - verschuivingy)*omf)),Array(((x+12.9561459084824+verschuivingx)*omf),((y+11.4887071396947+size - verschuivingy)*omf)),Array(((x+12.4047582457415+verschuivingx)*omf),((y+9.90602989968762+size - verschuivingy)*omf)),Array(((x+12.4047582457415+verschuivingx)*omf),((y+9.90602989968762+size - verschuivingy)*omf)),Array(((x+11.0730562711556+verschuivingx)*omf),((y+8.929172843954+size - verschuivingy)*omf)),Array(((x+11.0730562711556+verschuivingx)*omf),((y+8.929172843954+size - verschuivingy)*omf)),Array(((x+10.5569808454851+verschuivingx)*omf),((y+8.85148592239945+size - verschuivingy)*omf)),Array(((x+10.5569808454851+verschuivingx)*omf),((y+8.85148592239945+size - verschuivingy)*omf)),Array(((x+10.5549137877053+verschuivingx)*omf),((y+8.85148592239945+size - verschuivingy)*omf)),Array(((x+10.5549137877053+verschuivingx)*omf),((y+8.85148592239945+size - verschuivingy)*omf)),Array(((x+9.52362421043905+verschuivingx)*omf),((y+9.2883241331807+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+9.52362421043905+verschuivingx)*omf),((y+9.2883241331807-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+9.26351943982403+verschuivingx)*omf),((y+9.568582717148-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+9.1121074574594+verschuivingx)*omf),((y+9.96907516196914-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+9.11193520264442+verschuivingx)*omf),((y+10.4348521816665-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+9.11193520264442+verschuivingx)*omf),((y+10.4348521816665-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+9.11193520264442+verschuivingx)*omf),((y+10.4358857105563-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+9.11193520264442+verschuivingx)*omf),((y+10.4376082587061-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+9.11193520264442+verschuivingx)*omf),((y+10.4401920809308-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+9.11193520264442+verschuivingx)*omf),((y+10.4401920809308-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+9.11245196708935+verschuivingx)*omf),((y+11.0029485614601-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+9.32484215395579+verschuivingx)*omf),((y+11.5631212197647-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+9.66315061057028+verschuivingx)*omf),((y+12.0228693209379-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+9.66315061057028+verschuivingx)*omf),((y+12.0228693209379-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+10.0021480864447+verschuivingx)*omf),((y+12.4822729124811-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+10.4694753994768+verschuivingx)*omf),((y+12.8440080239324-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+10.9950248399711+verschuivingx)*omf),((y+12.9997263766715-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+10.9950248399711+verschuivingx)*omf),((y+12.9997263766715-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+11.1722750445823+verschuivingx)*omf),((y+13.0519195856095-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+11.345391133634+verschuivingx)*omf),((y+13.0774132982261-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+11.5111002656417+verschuivingx)*omf),((y+13.0774132982261-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+11.5111002656417+verschuivingx)*omf),((y+13.0774132982261-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+11.9198609415817+verschuivingx)*omf),((y+13.077930062671-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+12.2846966397027+verschuivingx)*omf),((y+12.9211781810421-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+12.5444569006877+verschuivingx)*omf),((y+12.6405750874448-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+12.5444569006877+verschuivingx)*omf),((y+12.6405750874448-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+12.8043894164878+verschuivingx)*omf),((y+12.3603165034775-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+12.9558013988524+verschuivingx)*omf),((y+11.9598240586564-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+12.9561459084824+verschuivingx)*omf),((y+11.4919799811793-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+12.9561459084824+verschuivingx)*omf),((y+11.4919799811793-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+12.9561459084824+verschuivingx)*omf),((y+11.4919799811793-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+12.8204091142806+verschuivingx)*omf),((y+11.4918077263643-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+12.8204091142806+verschuivingx)*omf),((y+11.4918077263643-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+12.9561459084824+verschuivingx)*omf),((y+11.4918077263643-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+12.9561459084824+verschuivingx)*omf),((y+11.4892239041397-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+12.9559736536674+verschuivingx)*omf),((y+11.4887071396947-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+12.9561459084824+verschuivingx)*omf),((y+11.4887071396947-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+12.9561459084824+verschuivingx)*omf),((y+11.4887071396947-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+12.9556291440374+verschuivingx)*omf),((y+10.9259506591654-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+12.743238957171+verschuivingx)*omf),((y+10.3657780008608-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+12.4047582457415+verschuivingx)*omf),((y+9.90602989968762-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+12.4047582457415+verschuivingx)*omf),((y+9.90602989968762-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+12.0659330246821+verschuivingx)*omf),((y+9.44662630814441-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+11.59860571165+verschuivingx)*omf),((y+9.08471894187808-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+11.0730562711556+verschuivingx)*omf),((y+8.929172843954-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+11.0730562711556+verschuivingx)*omf),((y+8.929172843954-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+10.8958060665445+verschuivingx)*omf),((y+8.87680738020105-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+10.7226899774928+verschuivingx)*omf),((y+8.85148592239945-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+10.5569808454851+verschuivingx)*omf),((y+8.85148592239945-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+10.5569808454851+verschuivingx)*omf),((y+8.85148592239945-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+10.5562918262252+verschuivingx)*omf),((y+8.85148592239945-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+10.5556028069652+verschuivingx)*omf),((y+8.85148592239945-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+10.5549137877053+verschuivingx)*omf),((y+8.85148592239945-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+10.5549137877053+verschuivingx)*omf),((y+8.85148592239945-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+10.1470143858402+verschuivingx)*omf),((y+8.85148592239945-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+9.78286770697918+verschuivingx)*omf),((y+9.00806554921339-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+9.52362421043905+verschuivingx)*omf),((y+9.2883241331807-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+11.0673718622614+verschuivingx)*omf),((y+12.7203290667791+size - verschuivingy)*omf)),Array(((x+9.8764020715116+verschuivingx)*omf),((y+11.843552058547+size - verschuivingy)*omf)),Array(((x+9.8764020715116+verschuivingx)*omf),((y+11.843552058547+size - verschuivingy)*omf)),Array(((x+9.38323653623293+verschuivingx)*omf),((y+10.4401920809308+size - verschuivingy)*omf)),Array(((x+9.38323653623293+verschuivingx)*omf),((y+10.4401920809308+size - verschuivingy)*omf)),Array(((x+9.38323653623293+verschuivingx)*omf),((y+10.4372637490762+size - verschuivingy)*omf)),Array(((x+9.38323653623293+verschuivingx)*omf),((y+10.4372637490762+size - verschuivingy)*omf)),Array(((x+9.71637734839812+verschuivingx)*omf),((y+9.49210157929829+size - verschuivingy)*omf)),Array(((x+9.71637734839812+verschuivingx)*omf),((y+9.49210157929829+size - verschuivingy)*omf)),Array(((x+10.5569808454851+verschuivingx)*omf),((y+9.14121852119048+size - verschuivingy)*omf)),Array(((x+10.5569808454851+verschuivingx)*omf),((y+9.14121852119048+size - verschuivingy)*omf)),Array(((x+11.0007092488654+verschuivingx)*omf),((y+9.20839789903145+size - verschuivingy)*omf)),Array(((x+11.0007092488654+verschuivingx)*omf),((y+9.20839789903145+size - verschuivingy)*omf)),Array(((x+12.1916790396152+verschuivingx)*omf),((y+10.0851749072635+size - verschuivingy)*omf)),Array(((x+12.1916790396152+verschuivingx)*omf),((y+10.0851749072635+size - verschuivingy)*omf)),Array(((x+12.6848445748939+verschuivingx)*omf),((y+11.4887071396947+size - verschuivingy)*omf)),Array(((x+12.6848445748939+verschuivingx)*omf),((y+11.4887071396947+size - verschuivingy)*omf)),Array(((x+12.6848445748939+verschuivingx)*omf),((y+11.4916354715493+size - verschuivingy)*omf)),Array(((x+12.6848445748939+verschuivingx)*omf),((y+11.4916354715493+size - verschuivingy)*omf)),Array(((x+12.3515315079137+verschuivingx)*omf),((y+12.4366253865122+size - verschuivingy)*omf)),Array(((x+12.3515315079137+verschuivingx)*omf),((y+12.4366253865122+size - verschuivingy)*omf)),Array(((x+11.5111002656417+verschuivingx)*omf),((y+12.787680699435+size - verschuivingy)*omf)),Array(((x+11.5111002656417+verschuivingx)*omf),((y+12.787680699435+size - verschuivingy)*omf)),Array(((x+11.0673718622614+verschuivingx)*omf),((y+12.7203290667791+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+11.0673718622614+verschuivingx)*omf),((y+12.7203290667791-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+10.6072792514583+verschuivingx)*omf),((y+12.5849367822073-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+10.1828433873554+verschuivingx)*omf),((y+12.259891946346-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+9.8764020715116+verschuivingx)*omf),((y+11.843552058547-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+9.8764020715116+verschuivingx)*omf),((y+11.843552058547-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+9.56944399122289+verschuivingx)*omf),((y+11.4277289351929-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+9.382719771788+verschuivingx)*omf),((y+10.9233668369408-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+9.38323653623293+verschuivingx)*omf),((y+10.4401920809308-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+9.38323653623293+verschuivingx)*omf),((y+10.4401920809308-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+9.38323653623293+verschuivingx)*omf),((y+10.4401920809308-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+9.38323653623293+verschuivingx)*omf),((y+10.4401920809308-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+9.38323653623293+verschuivingx)*omf),((y+10.4372637490762-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+9.38323653623293+verschuivingx)*omf),((y+10.4372637490762-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+9.38444231993777+verschuivingx)*omf),((y+10.0345319916603-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+9.51070509931579+verschuivingx)*omf),((y+9.71482705506333-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+9.71637734839812+verschuivingx)*omf),((y+9.49210157929829-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+9.71637734839812+verschuivingx)*omf),((y+9.49210157929829-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+9.92273861674037+verschuivingx)*omf),((y+9.27006512279315-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+10.2117821962715+verschuivingx)*omf),((y+9.14173528563541-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+10.5569808454851+verschuivingx)*omf),((y+9.14121852119048-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+10.5569808454851+verschuivingx)*omf),((y+9.14121852119048-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+10.6966795004313+verschuivingx)*omf),((y+9.14121852119048-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+10.8455076605713+verschuivingx)*omf),((y+9.16257811824761-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+11.0007092488654+verschuivingx)*omf),((y+9.20839789903145-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+11.0007092488654+verschuivingx)*omf),((y+9.20839789903145-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+11.4608018596685+verschuivingx)*omf),((y+9.34379018360324-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+11.8852377237714+verschuivingx)*omf),((y+9.6690072742795-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+12.1916790396152+verschuivingx)*omf),((y+10.0851749072635-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+12.1916790396152+verschuivingx)*omf),((y+10.0851749072635-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+12.4986371199039+verschuivingx)*omf),((y+10.5011702854326-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+12.6851890845238+verschuivingx)*omf),((y+11.0055323836847-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+12.6848445748939+verschuivingx)*omf),((y+11.4887071396947-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+12.6848445748939+verschuivingx)*omf),((y+11.4887071396947-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+12.6848445748939+verschuivingx)*omf),((y+11.4904296878445-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+12.6848445748939+verschuivingx)*omf),((y+11.4911187071044-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+12.6848445748939+verschuivingx)*omf),((y+11.4916354715493-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+12.6848445748939+verschuivingx)*omf),((y+11.4916354715493-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+12.683638791189+verschuivingx)*omf),((y+11.8943672289652-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+12.557376011811+verschuivingx)*omf),((y+12.2140721655622-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+12.3515315079137+verschuivingx)*omf),((y+12.4366253865122-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+12.3515315079137+verschuivingx)*omf),((y+12.4366253865122-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+12.1453424943864+verschuivingx)*omf),((y+12.6586618430174-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+11.8562989148553+verschuivingx)*omf),((y+12.7871639349901-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+11.5111002656417+verschuivingx)*omf),((y+12.787680699435-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+11.5111002656417+verschuivingx)*omf),((y+12.787680699435-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+11.3714016106955+verschuivingx)*omf),((y+12.787680699435-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+11.2225734505555+verschuivingx)*omf),((y+12.7661488475629-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+11.0673718622614+verschuivingx)*omf),((y+12.7203290667791-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+17.3198771362904+verschuivingx)*omf),((y+11.583619542747+size - verschuivingy)*omf)),Array(((x+19.1034034905605+verschuivingx)*omf),((y+9.16051106046789+size - verschuivingy)*omf)),Array(((x+20.8927865085399+verschuivingx)*omf),((y+10.5289033106438+size - verschuivingy)*omf)),Array(((x+19.1092601542698+verschuivingx)*omf),((y+12.9518395381079+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+17.3215996844402+verschuivingx)*omf),((y+12.6304120533612-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+17.3181545881407+verschuivingx)*omf),((y+10.5366547773178-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+18.1167279103733+verschuivingx)*omf),((y+9.45179395259371-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+20.0900790707478+verschuivingx)*omf),((y+8.86940042315704-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+20.8910639603901+verschuivingx)*omf),((y+9.48193854521466-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+20.8941645470597+verschuivingx)*omf),((y+11.575695821258-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+20.0955912248271+verschuivingx)*omf),((y+12.6605566459821-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+18.1225845740825+verschuivingx)*omf),((y+13.2429501754188-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient68";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 66;

itemColor1.yellow = 100;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 0;

itemColor0.magenta = 0;

itemColor0.yellow = 100;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=67.6922988891602;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// snavel 5

var moveMatrix = app.getTranslationMatrix((-3*omf), (2*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 100, 100);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient68").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 50;

itemColor1.yellow = 100;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=76;

grdntstop.midPoint=50;

var newCompoundPath = doc.compoundPathItems.add();

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+19.583305405086+verschuivingx)*omf),((y+8.94329773878211+size - verschuivingy)*omf)),Array(((x+19.0672299794154+verschuivingx)*omf),((y+9.02098466033666+size - verschuivingy)*omf)),Array(((x+19.0672299794154+verschuivingx)*omf),((y+9.02098466033666+size - verschuivingy)*omf)),Array(((x+17.7353557500146+verschuivingx)*omf),((y+9.99784171607027+size - verschuivingy)*omf)),Array(((x+17.7353557500146+verschuivingx)*omf),((y+9.99784171607027+size - verschuivingy)*omf)),Array(((x+17.1841403420887+verschuivingx)*omf),((y+11.5805189560774+size - verschuivingy)*omf)),Array(((x+17.1841403420887+verschuivingx)*omf),((y+11.5805189560774+size - verschuivingy)*omf)),Array(((x+17.1841403420887+verschuivingx)*omf),((y+11.5867201294166+size - verschuivingy)*omf)),Array(((x+17.1841403420887+verschuivingx)*omf),((y+11.5867201294166+size - verschuivingy)*omf)),Array(((x+17.5958293498833+verschuivingx)*omf),((y+12.7323869038275+size - verschuivingy)*omf)),Array(((x+17.5958293498833+verschuivingx)*omf),((y+12.7323869038275+size - verschuivingy)*omf)),Array(((x+18.6290137301144+verschuivingx)*omf),((y+13.1692251146087+size - verschuivingy)*omf)),Array(((x+18.6290137301144+verschuivingx)*omf),((y+13.1692251146087+size - verschuivingy)*omf)),Array(((x+19.1450891557849+verschuivingx)*omf),((y+13.0913659382392+size - verschuivingy)*omf)),Array(((x+19.1450891557849+verschuivingx)*omf),((y+13.0913659382392+size - verschuivingy)*omf)),Array(((x+20.4769633851858+verschuivingx)*omf),((y+12.1146811373205+size - verschuivingy)*omf)),Array(((x+20.4769633851858+verschuivingx)*omf),((y+12.1146811373205+size - verschuivingy)*omf)),Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5325206617584+size - verschuivingy)*omf)),Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5325206617584+size - verschuivingy)*omf)),Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5325206617584+size - verschuivingy)*omf)),Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5320038973134+size - verschuivingy)*omf)),Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5285588010139+size - verschuivingy)*omf)),Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5285588010139+size - verschuivingy)*omf)),Array(((x+20.616489785317+verschuivingx)*omf),((y+9.38013594956335+size - verschuivingy)*omf)),Array(((x+20.616489785317+verschuivingx)*omf),((y+9.38013594956335+size - verschuivingy)*omf)),Array(((x+19.5853724628657+verschuivingx)*omf),((y+8.94329773878211+size - verschuivingy)*omf)),Array(((x+19.5853724628657+verschuivingx)*omf),((y+8.94329773878211+size - verschuivingy)*omf)),Array(((x+19.583305405086+verschuivingx)*omf),((y+8.94329773878211+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+19.583305405086+verschuivingx)*omf),((y+8.94329773878211-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+19.4175962730783+verschuivingx)*omf),((y+8.94329773878211-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+19.2446524388415+verschuivingx)*omf),((y+8.9686191965837-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+19.0672299794154+verschuivingx)*omf),((y+9.02098466033666-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+19.0672299794154+verschuivingx)*omf),((y+9.02098466033666-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+18.5418527937361+verschuivingx)*omf),((y+9.17653075826073-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+18.074353225889+verschuivingx)*omf),((y+9.53826586971208-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+17.7353557500146+verschuivingx)*omf),((y+9.99784171607027-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+17.7353557500146+verschuivingx)*omf),((y+9.99784171607027-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+17.3970472934001+verschuivingx)*omf),((y+10.4575898172434-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+17.1844848517186+verschuivingx)*omf),((y+11.0177624755481-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+17.1841403420887+verschuivingx)*omf),((y+11.5805189560774-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+17.1841403420887+verschuivingx)*omf),((y+11.5805189560774-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+17.1841403420887+verschuivingx)*omf),((y+11.583275033117-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+17.1841403420887+verschuivingx)*omf),((y+11.5853420908967-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+17.1841403420887+verschuivingx)*omf),((y+11.5867201294166-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+17.1841403420887+verschuivingx)*omf),((y+11.5867201294166-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+17.1848293613486+verschuivingx)*omf),((y+12.0531861683738-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+17.3364135985282+verschuivingx)*omf),((y+12.4526450843051-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+17.5958293498833+verschuivingx)*omf),((y+12.7323869038275-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+17.5958293498833+verschuivingx)*omf),((y+12.7323869038275-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+17.8555896108684+verschuivingx)*omf),((y+13.0129899974247-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+18.2204253089893+verschuivingx)*omf),((y+13.1697418790536-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+18.6290137301144+verschuivingx)*omf),((y+13.1692251146087-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+18.6290137301144+verschuivingx)*omf),((y+13.1692251146087-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+18.795067371752+verschuivingx)*omf),((y+13.1692251146087-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+18.9680112059888+verschuivingx)*omf),((y+13.1437314019921-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+19.1450891557849+verschuivingx)*omf),((y+13.0913659382392-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+19.1450891557849+verschuivingx)*omf),((y+13.0913659382392-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+19.6708108510942+verschuivingx)*omf),((y+12.9359920951301-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+20.1379659093114+verschuivingx)*omf),((y+12.5740847288638-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+20.4769633851858+verschuivingx)*omf),((y+12.1146811373205-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+20.4769633851858+verschuivingx)*omf),((y+12.1146811373205-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+20.8152718418003+verschuivingx)*omf),((y+11.6551052909624-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+21.0274897738518+verschuivingx)*omf),((y+11.0951048874727-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5325206617584-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5325206617584-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5325206617584-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5325206617584-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5325206617584-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5320038973134-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5313148780535-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5302813491637-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5285588010139-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.5285588010139-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+21.0281787931117+verschuivingx)*omf),((y+10.0608869783518-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+20.876594555932+verschuivingx)*omf),((y+9.66039453353065-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+20.616489785317+verschuivingx)*omf),((y+9.38013594956335-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+20.616489785317+verschuivingx)*omf),((y+9.38013594956335-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+20.3574185435919+verschuivingx)*omf),((y+9.10004962041102-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+19.9932718647309+verschuivingx)*omf),((y+8.94329773878211-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+19.5853724628657+verschuivingx)*omf),((y+8.94329773878211-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+19.5853724628657+verschuivingx)*omf),((y+8.94329773878211-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+19.5846834436058+verschuivingx)*omf),((y+8.94329773878211-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+19.5839944243459+verschuivingx)*omf),((y+8.94329773878211-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+19.583305405086+verschuivingx)*omf),((y+8.94329773878211-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+17.4556139304922+verschuivingx)*omf),((y+11.5805189560774+size - verschuivingy)*omf)),Array(((x+17.9486072109559+verschuivingx)*omf),((y+10.1769867236462+size - verschuivingy)*omf)),Array(((x+17.9486072109559+verschuivingx)*omf),((y+10.1769867236462+size - verschuivingy)*omf)),Array(((x+19.1395770017057+verschuivingx)*omf),((y+9.30038197022908+size - verschuivingy)*omf)),Array(((x+19.1395770017057+verschuivingx)*omf),((y+9.30038197022908+size - verschuivingy)*omf)),Array(((x+19.583305405086+verschuivingx)*omf),((y+9.23303033757314+size - verschuivingy)*omf)),Array(((x+19.583305405086+verschuivingx)*omf),((y+9.23303033757314+size - verschuivingy)*omf)),Array(((x+20.4239089021729+verschuivingx)*omf),((y+9.58408565049592+size - verschuivingy)*omf)),Array(((x+20.4239089021729+verschuivingx)*omf),((y+9.58408565049592+size - verschuivingy)*omf)),Array(((x+20.7570497143381+verschuivingx)*omf),((y+10.5287310558289+size - verschuivingy)*omf)),Array(((x+20.7570497143381+verschuivingx)*omf),((y+10.5287310558289+size - verschuivingy)*omf)),Array(((x+20.7570497143381+verschuivingx)*omf),((y+10.5320038973134+size - verschuivingy)*omf)),Array(((x+20.7570497143381+verschuivingx)*omf),((y+10.5320038973134+size - verschuivingy)*omf)),Array(((x+20.2637119242445+verschuivingx)*omf),((y+11.9353638749297+size - verschuivingy)*omf)),Array(((x+20.2637119242445+verschuivingx)*omf),((y+11.9353638749297+size - verschuivingy)*omf)),Array(((x+19.0730866431246+verschuivingx)*omf),((y+12.8121408831617+size - verschuivingy)*omf)),Array(((x+19.0730866431246+verschuivingx)*omf),((y+12.8121408831617+size - verschuivingy)*omf)),Array(((x+18.6290137301144+verschuivingx)*omf),((y+12.8794925158177+size - verschuivingy)*omf)),Array(((x+18.6290137301144+verschuivingx)*omf),((y+12.8794925158177+size - verschuivingy)*omf)),Array(((x+17.7887547426574+verschuivingx)*omf),((y+12.5284372028949+size - verschuivingy)*omf)),Array(((x+17.7887547426574+verschuivingx)*omf),((y+12.5284372028949+size - verschuivingy)*omf)),Array(((x+17.4556139304922+verschuivingx)*omf),((y+11.583447287932+size - verschuivingy)*omf)),Array(((x+17.4556139304922+verschuivingx)*omf),((y+11.583447287932+size - verschuivingy)*omf)),Array(((x+17.4556139304922+verschuivingx)*omf),((y+11.5805189560774+size - verschuivingy)*omf)),Array(((x+17.4556139304922+verschuivingx)*omf),((y+11.5805189560774+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+17.4556139304922+verschuivingx)*omf),((y+11.5805189560774-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+17.4549249112323+verschuivingx)*omf),((y+11.0973442000674-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+17.6416491306672+verschuivingx)*omf),((y+10.5929821018152-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+17.9486072109559+verschuivingx)*omf),((y+10.1769867236462-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+17.9486072109559+verschuivingx)*omf),((y+10.1769867236462-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+18.2548762719847+verschuivingx)*omf),((y+9.76081909066215-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+18.6793121360876+verschuivingx)*omf),((y+9.43560199998589-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+19.1395770017057+verschuivingx)*omf),((y+9.30038197022908-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+19.1395770017057+verschuivingx)*omf),((y+9.30038197022908-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+19.2946063351848+verschuivingx)*omf),((y+9.25438993463026-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+19.4434344953248+verschuivingx)*omf),((y+9.23303033757314-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+19.583305405086+verschuivingx)*omf),((y+9.23303033757314-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+19.583305405086+verschuivingx)*omf),((y+9.23303033757314-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+19.9285040542996+verschuivingx)*omf),((y+9.23354710201806-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+20.2175476338307+verschuivingx)*omf),((y+9.3618769391758-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+20.4239089021729+verschuivingx)*omf),((y+9.58408565049592-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+20.4239089021729+verschuivingx)*omf),((y+9.58408565049592-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+20.6295811512553+verschuivingx)*omf),((y+9.80646661663101-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+20.7556716758183+verschuivingx)*omf),((y+10.126171553228-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+20.7570497143381+verschuivingx)*omf),((y+10.5287310558289-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+20.7570497143381+verschuivingx)*omf),((y+10.5287310558289-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+20.7570497143381+verschuivingx)*omf),((y+10.5292478202738-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+20.7570497143381+verschuivingx)*omf),((y+10.5304536039786-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+20.7570497143381+verschuivingx)*omf),((y+10.5320038973134-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+20.7570497143381+verschuivingx)*omf),((y+10.5320038973134-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+20.7573942239681+verschuivingx)*omf),((y+11.0151786533234-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+20.5706700045332+verschuivingx)*omf),((y+11.5195407515756-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+20.2637119242445+verschuivingx)*omf),((y+11.9353638749297-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+20.2637119242445+verschuivingx)*omf),((y+11.9353638749297-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+19.9574428632157+verschuivingx)*omf),((y+12.3517037627287-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+19.5330069991128+verschuivingx)*omf),((y+12.6767485985899-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+19.0730866431246+verschuivingx)*omf),((y+12.8121408831617-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+19.0730866431246+verschuivingx)*omf),((y+12.8121408831617-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+18.9177128000155+verschuivingx)*omf),((y+12.8579606639456-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+18.7688846398755+verschuivingx)*omf),((y+12.8794925158177-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+18.6290137301144+verschuivingx)*omf),((y+12.8794925158177-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+18.6290137301144+verschuivingx)*omf),((y+12.8794925158177-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+18.2838150809008+verschuivingx)*omf),((y+12.8789757513727-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+17.9947715013697+verschuivingx)*omf),((y+12.7504736594-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+17.7887547426574+verschuivingx)*omf),((y+12.5284372028949-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+17.7887547426574+verschuivingx)*omf),((y+12.5284372028949-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+17.5827379839451+verschuivingx)*omf),((y+12.3058839819448-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+17.456647459382+verschuivingx)*omf),((y+11.9861790453478-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+17.4556139304922+verschuivingx)*omf),((y+11.583447287932-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+17.4556139304922+verschuivingx)*omf),((y+11.583447287932-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+17.4556139304922+verschuivingx)*omf),((y+11.583447287932-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+17.4556139304922+verschuivingx)*omf),((y+11.5805189560774-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+17.4556139304922+verschuivingx)*omf),((y+11.5805189560774-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+17.4556139304922+verschuivingx)*omf),((y+11.5805189560774-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+17.4556139304922+verschuivingx)*omf),((y+11.5805189560774-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+19.9794914795327+verschuivingx)*omf),((y+10.4064301371953+size - verschuivingy)*omf)),Array(((x+15.0902108112303+verschuivingx)*omf),((y+11.6914510569225+size - verschuivingy)*omf)),Array(((x+10.342179091209+verschuivingx)*omf),((y+10.2715546170685+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+19.9794914795327+verschuivingx)*omf),((y+10.4064301371953-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+19.9794914795327+verschuivingx)*omf),((y+11.1161199748999-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+17.7904772908071+verschuivingx)*omf),((y+11.6914510569225-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+12.3897720768385+verschuivingx)*omf),((y+11.6914510569225-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+10.1673404540075+verschuivingx)*omf),((y+10.9562675066014-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+10.342179091209+verschuivingx)*omf),((y+10.2715546170685-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+10.2310747355489+verschuivingx)*omf),((y+10.2389984570378+size - verschuivingy)*omf)),Array(((x+10.2171220955358+verschuivingx)*omf),((y+10.3478635001032+size - verschuivingy)*omf)),Array(((x+10.2171220955358+verschuivingx)*omf),((y+10.3478635001032+size - verschuivingy)*omf)),Array(((x+10.341834581579+verschuivingx)*omf),((y+10.6744586292993+size - verschuivingy)*omf)),Array(((x+10.341834581579+verschuivingx)*omf),((y+10.6744586292993+size - verschuivingy)*omf)),Array(((x+10.6505152100175+verschuivingx)*omf),((y+10.9424871214032+size - verschuivingy)*omf)),Array(((x+10.6505152100175+verschuivingx)*omf),((y+10.9424871214032+size - verschuivingy)*omf)),Array(((x+11.7055759517506+verschuivingx)*omf),((y+11.3867322892285+size - verschuivingy)*omf)),Array(((x+11.7055759517506+verschuivingx)*omf),((y+11.3867322892285+size - verschuivingy)*omf)),Array(((x+15.0902108112303+verschuivingx)*omf),((y+11.8146132496309+size - verschuivingy)*omf)),Array(((x+15.0902108112303+verschuivingx)*omf),((y+11.8146132496309+size - verschuivingy)*omf)),Array(((x+19.3149324033521+verschuivingx)*omf),((y+11.1869167038553+size - verschuivingy)*omf)),Array(((x+19.3149324033521+verschuivingx)*omf),((y+11.1869167038553+size - verschuivingy)*omf)),Array(((x+19.9688116810041+verschuivingx)*omf),((y+10.7442218293649+size - verschuivingy)*omf)),Array(((x+19.9688116810041+verschuivingx)*omf),((y+10.7442218293649+size - verschuivingy)*omf)),Array(((x+20.0949022055672+verschuivingx)*omf),((y+10.4064301371953+size - verschuivingy)*omf)),Array(((x+20.0949022055672+verschuivingx)*omf),((y+10.4064301371953+size - verschuivingy)*omf)),Array(((x+19.9794914795327+verschuivingx)*omf),((y+10.2832679444869+size - verschuivingy)*omf)),Array(((x+19.9794914795327+verschuivingx)*omf),((y+10.2832679444869+size - verschuivingy)*omf)),Array(((x+19.8644252631282+verschuivingx)*omf),((y+10.4064301371953+size - verschuivingy)*omf)),Array(((x+19.8644252631282+verschuivingx)*omf),((y+10.4064301371953+size - verschuivingy)*omf)),Array(((x+19.791733731208+verschuivingx)*omf),((y+10.5866086736611+size - verschuivingy)*omf)),Array(((x+19.791733731208+verschuivingx)*omf),((y+10.5866086736611+size - verschuivingy)*omf)),Array(((x+19.5374856243022+verschuivingx)*omf),((y+10.8002046442323+size - verschuivingy)*omf)),Array(((x+19.5374856243022+verschuivingx)*omf),((y+10.8002046442323+size - verschuivingy)*omf)),Array(((x+18.519804177419+verschuivingx)*omf),((y+11.1955294446042+size - verschuivingy)*omf)),Array(((x+18.519804177419+verschuivingx)*omf),((y+11.1955294446042+size - verschuivingy)*omf)),Array(((x+15.0902108112303+verschuivingx)*omf),((y+11.568288864214+size - verschuivingy)*omf)),Array(((x+15.0902108112303+verschuivingx)*omf),((y+11.568288864214+size - verschuivingy)*omf)),Array(((x+11.0734007807856+verschuivingx)*omf),((y+10.8959783213595+size - verschuivingy)*omf)),Array(((x+11.0734007807856+verschuivingx)*omf),((y+10.8959783213595+size - verschuivingy)*omf)),Array(((x+10.5187402765602+verschuivingx)*omf),((y+10.5166732187805+size - verschuivingy)*omf)),Array(((x+10.5187402765602+verschuivingx)*omf),((y+10.5166732187805+size - verschuivingy)*omf)),Array(((x+10.4477712927897+verschuivingx)*omf),((y+10.3478635001032+size - verschuivingy)*omf)),Array(((x+10.4477712927897+verschuivingx)*omf),((y+10.3478635001032+size - verschuivingy)*omf)),Array(((x+10.453455701684+verschuivingx)*omf),((y+10.304283031914+size - verschuivingy)*omf)),Array(((x+10.453455701684+verschuivingx)*omf),((y+10.304283031914+size - verschuivingy)*omf)),Array(((x+10.3728404482748+verschuivingx)*omf),((y+10.1528710495494+size - verschuivingy)*omf)),Array(((x+10.3728404482748+verschuivingx)*omf),((y+10.1528710495494+size - verschuivingy)*omf)),Array(((x+10.342006836394+verschuivingx)*omf),((y+10.14839242436+size - verschuivingy)*omf)),Array(((x+10.342006836394+verschuivingx)*omf),((y+10.14839242436+size - verschuivingy)*omf)),Array(((x+10.2310747355489+verschuivingx)*omf),((y+10.2389984570378+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+10.2310747355489+verschuivingx)*omf),((y+10.2389984570378-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+10.2217729755401+verschuivingx)*omf),((y+10.274827458553-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+10.2171220955358+verschuivingx)*omf),((y+10.3115177341431-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+10.2171220955358+verschuivingx)*omf),((y+10.3478635001032-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+10.2171220955358+verschuivingx)*omf),((y+10.3478635001032-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+10.2172943503507+verschuivingx)*omf),((y+10.4675805965121-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+10.2662147178042+verschuivingx)*omf),((y+10.5783404425422-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+10.341834581579+verschuivingx)*omf),((y+10.6744586292993-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+10.341834581579+verschuivingx)*omf),((y+10.6744586292993-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+10.4177989549838+verschuivingx)*omf),((y+10.7714380901312-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+10.5216686084148+verschuivingx)*omf),((y+10.8589435361394-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+10.6505152100175+verschuivingx)*omf),((y+10.9424871214032-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+10.6505152100175+verschuivingx)*omf),((y+10.9424871214032-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+10.9080361584078+verschuivingx)*omf),((y+11.1085407630409-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+11.2666706831896+verschuivingx)*omf),((y+11.2578856876258-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+11.7055759517506+verschuivingx)*omf),((y+11.3867322892285-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+11.7055759517506+verschuivingx)*omf),((y+11.3867322892285-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+12.5830419792425+verschuivingx)*omf),((y+11.6433919635439-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+13.7803851981465+verschuivingx)*omf),((y+11.8144409948159-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+15.0902108112303+verschuivingx)*omf),((y+11.8146132496309-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+15.0902108112303+verschuivingx)*omf),((y+11.8146132496309-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+16.8733926558705+verschuivingx)*omf),((y+11.813751975556-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+18.431265202521+verschuivingx)*omf),((y+11.5679443545841-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+19.3149324033521+verschuivingx)*omf),((y+11.1869167038553-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+19.3149324033521+verschuivingx)*omf),((y+11.1869167038553-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+19.6101771562224+verschuivingx)*omf),((y+11.0584146118826-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+19.8327303771724+verschuivingx)*omf),((y+10.9171656636016-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+19.9688116810041+verschuivingx)*omf),((y+10.7442218293649-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+19.9688116810041+verschuivingx)*omf),((y+10.7442218293649-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+20.0463263477437+verschuivingx)*omf),((y+10.6455198203832-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+20.0952467151971+verschuivingx)*omf),((y+10.5301090943487-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+20.0949022055672+verschuivingx)*omf),((y+10.4064301371953-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+20.0949022055672+verschuivingx)*omf),((y+10.4064301371953-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+20.0949022055672+verschuivingx)*omf),((y+10.3383894852795-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+20.0432257610741+verschuivingx)*omf),((y+10.2832679444869-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+19.9794914795327+verschuivingx)*omf),((y+10.2832679444869-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+19.9794914795327+verschuivingx)*omf),((y+10.2832679444869-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+19.9157571979913+verschuivingx)*omf),((y+10.2832679444869-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+19.8644252631282+verschuivingx)*omf),((y+10.3383894852795-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+19.8644252631282+verschuivingx)*omf),((y+10.4064301371953-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+19.8644252631282+verschuivingx)*omf),((y+10.4064301371953-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+19.8640807534982+verschuivingx)*omf),((y+10.4601736394681-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+19.8444437045909+verschuivingx)*omf),((y+10.5178790024853-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+19.791733731208+verschuivingx)*omf),((y+10.5866086736611-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+19.791733731208+verschuivingx)*omf),((y+10.5866086736611-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+19.7390237578251+verschuivingx)*omf),((y+10.6544770707619-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+19.6532408599666+verschuivingx)*omf),((y+10.728374386387-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+19.5374856243022+verschuivingx)*omf),((y+10.8002046442323-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+19.5374856243022+verschuivingx)*omf),((y+10.8002046442323-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+19.3056306433433+verschuivingx)*omf),((y+10.9445541791829-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+18.9556088593104+verschuivingx)*omf),((y+11.0811522474596-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+18.519804177419+verschuivingx)*omf),((y+11.1955294446042-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+18.519804177419+verschuivingx)*omf),((y+11.1955294446042-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+17.6478503040063+verschuivingx)*omf),((y+11.4248006033383-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+16.4324203295298+verschuivingx)*omf),((y+11.568461119029-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+15.0902108112303+verschuivingx)*omf),((y+11.568288864214-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+15.0902108112303+verschuivingx)*omf),((y+11.568288864214-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+13.3969459800081+verschuivingx)*omf),((y+11.5691501382889-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+11.8886828200709+verschuivingx)*omf),((y+11.2744221498636-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+11.0734007807856+verschuivingx)*omf),((y+10.8959783213595-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+11.0734007807856+verschuivingx)*omf),((y+10.8959783213595-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+10.8020994471971+verschuivingx)*omf),((y+10.7712658353162-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+10.6098630736829+verschuivingx)*omf),((y+10.6348400218546-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+10.5187402765602+verschuivingx)*omf),((y+10.5166732187805-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+10.5187402765602+verschuivingx)*omf),((y+10.5166732187805-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+10.4662025579923+verschuivingx)*omf),((y+10.4489770764946-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+10.4477712927897+verschuivingx)*omf),((y+10.393683280887-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+10.4477712927897+verschuivingx)*omf),((y+10.3478635001032-verschuivingy)*omf));

line.pathPoints[34].leftDirection = Array(((x+10.4477712927897+verschuivingx)*omf),((y+10.3478635001032-verschuivingy)*omf));

line.pathPoints[34].rightDirection = Array(((x+10.4477712927897+verschuivingx)*omf),((y+10.3333940956451-verschuivingy)*omf));

line.pathPoints[35].leftDirection = Array(((x+10.4494938409395+verschuivingx)*omf),((y+10.319269200817-verschuivingy)*omf));

line.pathPoints[35].rightDirection = Array(((x+10.453455701684+verschuivingx)*omf),((y+10.304283031914-verschuivingy)*omf));

line.pathPoints[36].leftDirection = Array(((x+10.453455701684+verschuivingx)*omf),((y+10.304283031914-verschuivingy)*omf));

line.pathPoints[36].rightDirection = Array(((x+10.4703366735517+verschuivingx)*omf),((y+10.2388262022229-verschuivingy)*omf));

line.pathPoints[37].leftDirection = Array(((x+10.4341631624066+verschuivingx)*omf),((y+10.170957805122-verschuivingy)*omf));

line.pathPoints[37].rightDirection = Array(((x+10.3728404482748+verschuivingx)*omf),((y+10.1528710495494-verschuivingy)*omf));

line.pathPoints[38].leftDirection = Array(((x+10.3728404482748+verschuivingx)*omf),((y+10.1528710495494-verschuivingy)*omf));

line.pathPoints[38].rightDirection = Array(((x+10.3625051593762+verschuivingx)*omf),((y+10.1499427176948-verschuivingy)*omf));

line.pathPoints[39].leftDirection = Array(((x+10.3521698704776+verschuivingx)*omf),((y+10.14839242436-verschuivingy)*omf));

line.pathPoints[39].rightDirection = Array(((x+10.342006836394+verschuivingx)*omf),((y+10.14839242436-verschuivingy)*omf));

line.pathPoints[40].leftDirection = Array(((x+10.342006836394+verschuivingx)*omf),((y+10.14839242436-verschuivingy)*omf));

line.pathPoints[40].rightDirection = Array(((x+10.2915361756058+verschuivingx)*omf),((y+10.14839242436-verschuivingy)*omf));

line.pathPoints[41].leftDirection = Array(((x+10.245027375562+verschuivingx)*omf),((y+10.1843936806902-verschuivingy)*omf));

line.pathPoints[41].rightDirection = Array(((x+10.2310747355489+verschuivingx)*omf),((y+10.2389984570378-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+19.1502568002342+verschuivingx)*omf),((y+11.4895684137696+size - verschuivingy)*omf)),Array(((x+15.16703645871+verschuivingx)*omf),((y+9.78114515882941+size - verschuivingy)*omf)),Array(((x+11.1839883720007+verschuivingx)*omf),((y+11.4895684137696+size - verschuivingy)*omf)),Array(((x+15.16703645871+verschuivingx)*omf),((y+13.1981639235248+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+19.1502568002342+verschuivingx)*omf),((y+12.4331802902127-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+19.1502568002342+verschuivingx)*omf),((y+10.5461287921415-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+17.3670749555941+verschuivingx)*omf),((y+9.78114515882941-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+12.9671702166409+verschuivingx)*omf),((y+9.78114515882941-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+11.1839883720007+verschuivingx)*omf),((y+10.5461287921415-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+11.1839883720007+verschuivingx)*omf),((y+12.4331802902127-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+12.9671702166409+verschuivingx)*omf),((y+13.1981639235248-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+17.3670749555941+verschuivingx)*omf),((y+13.1981639235248-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient63";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 66;

itemColor1.yellow = 100;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 0;

itemColor0.magenta = 0;

itemColor0.yellow = 100;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=67.6922988891602;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// snavel 1

var moveMatrix = app.getTranslationMatrix((-1.63*omf), (0.73*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 130, 130);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient63").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 50;

itemColor1.yellow = 100;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=76;

grdntstop.midPoint=50;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+11.4937025293291+verschuivingx)*omf),((y+12.6071576533393+size - verschuivingy)*omf)),Array(((x+15.16703645871+verschuivingx)*omf),((y+13.6537779091385+size - verschuivingy)*omf)),Array(((x+18.8739600770114+verschuivingx)*omf),((y+12.5716731614541+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+11.4937025293291+verschuivingx)*omf),((y+12.6071576533393-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+12.096594381748+verschuivingx)*omf),((y+13.2219350879916-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+13.5142515090073+verschuivingx)*omf),((y+13.6537779091385-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+16.8513440395535+verschuivingx)*omf),((y+13.6537779091385-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+18.2913942927598+verschuivingx)*omf),((y+13.2053986257538-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+18.8739600770114+verschuivingx)*omf),((y+12.5716731614541-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient62";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 66;

itemColor1.yellow = 100;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 0;

itemColor0.magenta = 0;

itemColor0.yellow = 100;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=67.6922988891602;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// snavel 2

var moveMatrix = app.getTranslationMatrix((-1.35*omf), (0.24*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 145, 145);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient62").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 50;

itemColor1.yellow = 100;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=76;

grdntstop.midPoint=50;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+18.7771528709944+verschuivingx)*omf),((y+12.4702150754327+size - verschuivingy)*omf)),Array(((x+17.39739180303+verschuivingx)*omf),((y+13.2109107798331+size - verschuivingy)*omf)),Array(((x+17.39739180303+verschuivingx)*omf),((y+13.2109107798331+size - verschuivingy)*omf)),Array(((x+15.16703645871+verschuivingx)*omf),((y+13.508911609743+size - verschuivingy)*omf)),Array(((x+15.16703645871+verschuivingx)*omf),((y+13.508911609743+size - verschuivingy)*omf)),Array(((x+12.9721656062752+verschuivingx)*omf),((y+13.2212460687317+size - verschuivingy)*omf)),Array(((x+12.9721656062752+verschuivingx)*omf),((y+13.2212460687317+size - verschuivingy)*omf)),Array(((x+11.5874091486765+verschuivingx)*omf),((y+12.5022544710184+size - verschuivingy)*omf)),Array(((x+11.5874091486765+verschuivingx)*omf),((y+12.5022544710184+size - verschuivingy)*omf)),Array(((x+11.3956895396073+verschuivingx)*omf),((y+12.5070776058378+size - verschuivingy)*omf)),Array(((x+11.3956895396073+verschuivingx)*omf),((y+12.5070776058378+size - verschuivingy)*omf)),Array(((x+11.3999959099817+verschuivingx)*omf),((y+12.7118885808452+size - verschuivingy)*omf)),Array(((x+11.3999959099817+verschuivingx)*omf),((y+12.7118885808452+size - verschuivingy)*omf)),Array(((x+12.9010243676898+verschuivingx)*omf),((y+13.5008156334391+size - verschuivingy)*omf)),Array(((x+12.9010243676898+verschuivingx)*omf),((y+13.5008156334391+size - verschuivingy)*omf)),Array(((x+15.16703645871+verschuivingx)*omf),((y+13.798816463349+size - verschuivingy)*omf)),Array(((x+15.16703645871+verschuivingx)*omf),((y+13.798816463349+size - verschuivingy)*omf)),Array(((x+17.4700833349502+verschuivingx)*omf),((y+13.4899635800956+size - verschuivingy)*omf)),Array(((x+17.4700833349502+verschuivingx)*omf),((y+13.4899635800956+size - verschuivingy)*omf)),Array(((x+18.9707672830284+verschuivingx)*omf),((y+12.6731312474754+size - verschuivingy)*omf)),Array(((x+18.9707672830284+verschuivingx)*omf),((y+12.6731312474754+size - verschuivingy)*omf)),Array(((x+18.9690447348786+verschuivingx)*omf),((y+12.468320272468+size - verschuivingy)*omf)),Array(((x+18.9690447348786+verschuivingx)*omf),((y+12.468320272468+size - verschuivingy)*omf)),Array(((x+18.8739600770114+verschuivingx)*omf),((y+12.4268068620586+size - verschuivingy)*omf)),Array(((x+18.8739600770114+verschuivingx)*omf),((y+12.4268068620586+size - verschuivingy)*omf)),Array(((x+18.7771528709944+verschuivingx)*omf),((y+12.4702150754327+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+18.7771528709944+verschuivingx)*omf),((y+12.4702150754327-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+18.5142920233398+verschuivingx)*omf),((y+12.758052871259-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+18.0264663873254+verschuivingx)*omf),((y+13.0247033248431-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+17.39739180303+verschuivingx)*omf),((y+13.2109107798331-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+17.39739180303+verschuivingx)*omf),((y+13.2109107798331-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+16.7679727091047+verschuivingx)*omf),((y+13.3979795088979-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+15.9979936861582+verschuivingx)*omf),((y+13.509083864558-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+15.16703645871+verschuivingx)*omf),((y+13.508911609743-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+15.16703645871+verschuivingx)*omf),((y+13.508911609743-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+14.3517544194247+verschuivingx)*omf),((y+13.509083864558-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+13.5948667624165+verschuivingx)*omf),((y+13.4021136244574-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+12.9721656062752+verschuivingx)*omf),((y+13.2212460687317-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+12.9721656062752+verschuivingx)*omf),((y+13.2212460687317-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+12.3496367049489+verschuivingx)*omf),((y+13.0412397870809-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+11.8614665593046+verschuivingx)*omf),((y+12.7835465838756-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+11.5874091486765+verschuivingx)*omf),((y+12.5022544710184-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+11.5874091486765+verschuivingx)*omf),((y+12.5022544710184-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+11.5331488819588+verschuivingx)*omf),((y+12.4471329302258-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+11.4473659841003+verschuivingx)*omf),((y+12.4491999880056-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+11.3956895396073+verschuivingx)*omf),((y+12.5070776058378-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+11.3956895396073+verschuivingx)*omf),((y+12.5070776058378-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+11.3438408402992+verschuivingx)*omf),((y+12.56495522367-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+11.3459078980789+verschuivingx)*omf),((y+12.6565947852377-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+11.3999959099817+verschuivingx)*omf),((y+12.7118885808452-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+11.3999959099817+verschuivingx)*omf),((y+12.7118885808452-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+11.7288303517724+verschuivingx)*omf),((y+13.0455461574553-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+12.2509346959672+verschuivingx)*omf),((y+13.3111630821496-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+12.9010243676898+verschuivingx)*omf),((y+13.5008156334391-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+12.9010243676898+verschuivingx)*omf),((y+13.5008156334391-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+13.5511140394123+verschuivingx)*omf),((y+13.6896069106537-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+14.3295335482926+verschuivingx)*omf),((y+13.798644208534-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+15.16703645871+verschuivingx)*omf),((y+13.798816463349-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+15.16703645871+verschuivingx)*omf),((y+13.798816463349-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+16.0203868121052+verschuivingx)*omf),((y+13.798644208534-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+16.8127589609986+verschuivingx)*omf),((y+13.6854727950943-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+17.4700833349502+verschuivingx)*omf),((y+13.4899635800956-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+17.4700833349502+verschuivingx)*omf),((y+13.4899635800956-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+18.1274077089018+verschuivingx)*omf),((y+13.293593091022-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+18.6510623464314+verschuivingx)*omf),((y+13.0191911707639-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+18.9707672830284+verschuivingx)*omf),((y+12.6731312474754-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+18.9707672830284+verschuivingx)*omf),((y+12.6731312474754-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+19.0231327467813+verschuivingx)*omf),((y+12.6161149037181-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+19.0224437275214+verschuivingx)*omf),((y+12.5243030873355-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+18.9690447348786+verschuivingx)*omf),((y+12.468320272468-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+18.9690447348786+verschuivingx)*omf),((y+12.468320272468-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+18.9425174933722+verschuivingx)*omf),((y+12.4405872472567-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+18.9080665303768+verschuivingx)*omf),((y+12.4268068620586-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+18.8739600770114+verschuivingx)*omf),((y+12.4268068620586-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+18.8739600770114+verschuivingx)*omf),((y+12.4268068620586-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+18.8388200947561+verschuivingx)*omf),((y+12.4268068620586-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+18.8036801125009+verschuivingx)*omf),((y+12.4414485213316-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+18.7771528709944+verschuivingx)*omf),((y+12.4702150754327-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+11.1839883720007+verschuivingx)*omf),((y+11.0909707719132+size - verschuivingy)*omf)),Array(((x+15.620411131729+verschuivingx)*omf),((y+8.11044570836913+size - verschuivingy)*omf)),Array(((x+19.2456859677314+verschuivingx)*omf),((y+11.1479871156706+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+11.1839883720007+verschuivingx)*omf),((y+11.0909707719132-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+11.1839883720007+verschuivingx)*omf),((y+11.0909707719132-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+13.2829132924934+verschuivingx)*omf),((y+8.11044570836913-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+15.620411131729+verschuivingx)*omf),((y+8.11044570836913-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+17.8145929649039+verschuivingx)*omf),((y+8.64202406738763-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+19.2456859677314+verschuivingx)*omf),((y+11.1479871156706-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient60";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 66;

itemColor1.yellow = 100;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 0;

itemColor0.magenta = 0;

itemColor0.yellow = 100;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=67.6922988891602;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// snavel 3

var moveMatrix = app.getTranslationMatrix((-1.75*omf), (2*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 130, 130);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient60").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 50;

itemColor1.yellow = 100;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=76;

grdntstop.midPoint=50;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+12.4374866605871+verschuivingx)*omf),((y+9.4905512859635+size - verschuivingy)*omf)),Array(((x+11.0754678385653+verschuivingx)*omf),((y+11.003809835535+size - verschuivingy)*omf)),Array(((x+11.0754678385653+verschuivingx)*omf),((y+11.003809835535+size - verschuivingy)*omf)),Array(((x+11.1023395897017+verschuivingx)*omf),((y+11.2067260075777+size - verschuivingy)*omf)),Array(((x+11.1023395897017+verschuivingx)*omf),((y+11.2067260075777+size - verschuivingy)*omf)),Array(((x+11.2923366506212+verschuivingx)*omf),((y+11.1781317082915+size - verschuivingy)*omf)),Array(((x+11.2923366506212+verschuivingx)*omf),((y+11.1781317082915+size - verschuivingy)*omf)),Array(((x+11.3150742861981+verschuivingx)*omf),((y+11.1466090771508+size - verschuivingy)*omf)),Array(((x+11.3150742861981+verschuivingx)*omf),((y+11.1466090771508+size - verschuivingy)*omf)),Array(((x+11.3839762121888+verschuivingx)*omf),((y+11.0542804963232+size - verschuivingy)*omf)),Array(((x+11.3839762121888+verschuivingx)*omf),((y+11.0542804963232+size - verschuivingy)*omf)),Array(((x+11.6495931368831+verschuivingx)*omf),((y+10.7216564486029+size - verschuivingy)*omf)),Array(((x+11.6495931368831+verschuivingx)*omf),((y+10.7216564486029+size - verschuivingy)*omf)),Array(((x+12.6137033363084+verschuivingx)*omf),((y+9.71086519431887+size - verschuivingy)*omf)),Array(((x+12.6137033363084+verschuivingx)*omf),((y+9.71086519431887+size - verschuivingy)*omf)),Array(((x+15.6042191791212+verschuivingx)*omf),((y+8.25513975294966+size - verschuivingy)*omf)),Array(((x+15.6042191791212+verschuivingx)*omf),((y+8.25513975294966+size - verschuivingy)*omf)),Array(((x+15.6114538813502+verschuivingx)*omf),((y+8.25720681072939+size - verschuivingy)*omf)),Array(((x+15.6114538813502+verschuivingx)*omf),((y+8.25720681072939+size - verschuivingy)*omf)),Array(((x+15.679666788081+verschuivingx)*omf),((y+8.2771883692667+size - verschuivingy)*omf)),Array(((x+15.679666788081+verschuivingx)*omf),((y+8.2771883692667+size - verschuivingy)*omf)),Array(((x+15.9390825394362+verschuivingx)*omf),((y+8.36882793083437+size - verschuivingy)*omf)),Array(((x+15.9390825394362+verschuivingx)*omf),((y+8.36882793083437+size - verschuivingy)*omf)),Array(((x+16.8286064039765+verschuivingx)*omf),((y+8.81496790162437+size - verschuivingy)*omf)),Array(((x+16.8286064039765+verschuivingx)*omf),((y+8.81496790162437+size - verschuivingy)*omf)),Array(((x+19.129930732067+verschuivingx)*omf),((y+11.2234347246304+size - verschuivingy)*omf)),Array(((x+19.129930732067+verschuivingx)*omf),((y+11.2234347246304+size - verschuivingy)*omf)),Array(((x+19.3163104418719+verschuivingx)*omf),((y+11.271493818009+size - verschuivingy)*omf)),Array(((x+19.3163104418719+verschuivingx)*omf),((y+11.271493818009+size - verschuivingy)*omf)),Array(((x+19.3614412033958+verschuivingx)*omf),((y+11.0725395067107+size - verschuivingy)*omf)),Array(((x+19.3614412033958+verschuivingx)*omf),((y+11.0725395067107+size - verschuivingy)*omf)),Array(((x+15.650383469535+verschuivingx)*omf),((y+7.96919676008812+size - verschuivingy)*omf)),Array(((x+15.650383469535+verschuivingx)*omf),((y+7.96919676008812+size - verschuivingy)*omf)),Array(((x+15.620411131729+verschuivingx)*omf),((y+7.96540715415863+size - verschuivingy)*omf)),Array(((x+15.620411131729+verschuivingx)*omf),((y+7.96540715415863+size - verschuivingy)*omf)),Array(((x+12.4374866605871+verschuivingx)*omf),((y+9.4905512859635+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+12.4374866605871+verschuivingx)*omf),((y+9.4905512859635-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+11.6087687457336+verschuivingx)*omf),((y+10.2467499237118-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+11.0794296993098+verschuivingx)*omf),((y+10.9986421910857-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+11.0754678385653+verschuivingx)*omf),((y+11.003809835535-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+11.0754678385653+verschuivingx)*omf),((y+11.003809835535-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+11.0305093318564+verschuivingx)*omf),((y+11.0678886267063-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+11.0425671689047+verschuivingx)*omf),((y+11.1586669141991-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+11.1023395897017+verschuivingx)*omf),((y+11.2067260075777-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+11.1023395897017+verschuivingx)*omf),((y+11.2067260075777-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+11.1622842653136+verschuivingx)*omf),((y+11.2549573557712-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+11.2473781439122+verschuivingx)*omf),((y+11.2420382446479-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+11.2923366506212+verschuivingx)*omf),((y+11.1781317082915-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+11.2923366506212+verschuivingx)*omf),((y+11.1781317082915-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+11.2923366506212+verschuivingx)*omf),((y+11.1779594534765-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+11.2995713528502+verschuivingx)*omf),((y+11.1677964193929-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+11.3150742861981+verschuivingx)*omf),((y+11.1466090771508-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+11.3150742861981+verschuivingx)*omf),((y+11.1466090771508-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+11.330404964731+verschuivingx)*omf),((y+11.1254217349086-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+11.3536593647529+verschuivingx)*omf),((y+11.0942436133978-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+11.3839762121888+verschuivingx)*omf),((y+11.0542804963232-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+11.3839762121888+verschuivingx)*omf),((y+11.0542804963232-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+11.4447821618756+verschuivingx)*omf),((y+10.9741820073589-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+11.5345269204786+verschuivingx)*omf),((y+10.8594603005844-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+11.6495931368831+verschuivingx)*omf),((y+10.7216564486029-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+11.6495931368831+verschuivingx)*omf),((y+10.7216564486029-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+11.8797255696921+verschuivingx)*omf),((y+10.44604874464-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+12.2113160885225+verschuivingx)*omf),((y+10.0779402050345-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+12.6137033363084+verschuivingx)*omf),((y+9.71086519431887-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+12.6137033363084+verschuivingx)*omf),((y+9.71086519431887-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+13.4146882259507+verschuivingx)*omf),((y+8.9782654662224-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+14.4966207188202+verschuivingx)*omf),((y+8.25961837813906-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+15.6042191791212+verschuivingx)*omf),((y+8.25513975294966-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+15.6042191791212+verschuivingx)*omf),((y+8.25513975294966-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+15.6062862369009+verschuivingx)*omf),((y+8.25582877220957-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+15.6086978043106+verschuivingx)*omf),((y+8.25651779146948-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+15.6114538813502+verschuivingx)*omf),((y+8.25720681072939-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+15.6114538813502+verschuivingx)*omf),((y+8.25720681072939-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+15.6266123050682+verschuivingx)*omf),((y+8.26134092628883-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+15.6496944502751+verschuivingx)*omf),((y+8.26788660925795-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+15.679666788081+verschuivingx)*omf),((y+8.2771883692667-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+15.679666788081+verschuivingx)*omf),((y+8.2771883692667-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+15.739611463693+verschuivingx)*omf),((y+8.2957918892842-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+15.8281504385911+verschuivingx)*omf),((y+8.32541971746021-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+15.9390825394362+verschuivingx)*omf),((y+8.36882793083437-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+15.9390825394362+verschuivingx)*omf),((y+8.36882793083437-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+16.1606022314964+verschuivingx)*omf),((y+8.45529984795274-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+16.4727279562344+verschuivingx)*omf),((y+8.5968933058637-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+16.8286064039765+verschuivingx)*omf),((y+8.81496790162437-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+16.8286064039765+verschuivingx)*omf),((y+8.81496790162437-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+17.5410523187207+verschuivingx)*omf),((y+9.25197836722059-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+18.4281646158514+verschuivingx)*omf),((y+9.99508563903064-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+19.129930732067+verschuivingx)*omf),((y+11.2234347246304-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+19.129930732067+verschuivingx)*omf),((y+11.2234347246304-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+19.1688603202517+verschuivingx)*omf),((y+11.2916476313612-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+19.2522316507005+verschuivingx)*omf),((y+11.3133517380483-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+19.3163104418719+verschuivingx)*omf),((y+11.271493818009-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+19.3163104418719+verschuivingx)*omf),((y+11.271493818009-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+19.3800447234133+verschuivingx)*omf),((y+11.2299804075995-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+19.4003707915806+verschuivingx)*omf),((y+11.1407524134415-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+19.3614412033958+verschuivingx)*omf),((y+11.0725395067107-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+19.3614412033958+verschuivingx)*omf),((y+11.0725395067107-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+17.9000313531324+verschuivingx)*omf),((y+8.51627805245454-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+15.6672644414027+verschuivingx)*omf),((y+7.97367538527752-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+15.650383469535+verschuivingx)*omf),((y+7.96919676008812-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+15.650383469535+verschuivingx)*omf),((y+7.96919676008812-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+15.6407371998963+verschuivingx)*omf),((y+7.96678519267845-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+15.6300574013677+verschuivingx)*omf),((y+7.96540715415863-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+15.620411131729+verschuivingx)*omf),((y+7.96540715415863-verschuivingy)*omf));

line.pathPoints[34].leftDirection = Array(((x+15.620411131729+verschuivingx)*omf),((y+7.96540715415863-verschuivingy)*omf));

line.pathPoints[34].rightDirection = Array(((x+14.3958516520587+verschuivingx)*omf),((y+7.96816323119826-verschuivingy)*omf));

line.pathPoints[35].leftDirection = Array(((x+13.2663768302556+verschuivingx)*omf),((y+8.73607519636498-verschuivingy)*omf));

line.pathPoints[35].rightDirection = Array(((x+12.4374866605871+verschuivingx)*omf),((y+9.4905512859635-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+16.5995075000573+verschuivingx)*omf),((y+12.7401383705014+size - verschuivingy)*omf)),Array(((x+14.8015117413292+verschuivingx)*omf),((y+12.3582494456978+size - verschuivingy)*omf)),Array(((x+13.003515982601+verschuivingx)*omf),((y+12.7401383705014+size - verschuivingy)*omf)),Array(((x+14.8015117413292+verschuivingx)*omf),((y+13.1220272953051+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+16.5995075000573+verschuivingx)*omf),((y+12.951150518848-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+16.5995075000573+verschuivingx)*omf),((y+12.5292984769698-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+15.7947330044856+verschuivingx)*omf),((y+12.3582494456978-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+13.8086349878027+verschuivingx)*omf),((y+12.3582494456978-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+13.003515982601+verschuivingx)*omf),((y+12.5292984769698-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+13.003515982601+verschuivingx)*omf),((y+12.951150518848-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+13.8086349878027+verschuivingx)*omf),((y+13.1220272953051-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+15.7947330044856+verschuivingx)*omf),((y+13.1220272953051-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+10.8487805020558+verschuivingx)*omf),((y+12.0247641239026+size - verschuivingy)*omf)),Array(((x+10.3375282112046+verschuivingx)*omf),((y+11.4964586063687+size - verschuivingy)*omf)),Array(((x+10.1676849636374+verschuivingx)*omf),((y+11.761903276248+size - verschuivingy)*omf)),Array(((x+10.6789372544887+verschuivingx)*omf),((y+12.2902087937819+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+10.9430038858481+verschuivingx)*omf),((y+12.2440445033681-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+10.7545571182635+verschuivingx)*omf),((y+11.8056559992521-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+10.5256304691593+verschuivingx)*omf),((y+11.5691501382889-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+10.1494259532499+verschuivingx)*omf),((y+11.4239393292635-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+10.0734615798451+verschuivingx)*omf),((y+11.5427951515975-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+10.2619083474297+verschuivingx)*omf),((y+11.9810114008985-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+10.490834996534+verschuivingx)*omf),((y+12.2176895166767-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+10.8670395124434+verschuivingx)*omf),((y+12.3627280708872-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+9.95512252195601+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+10.7397432041755+verschuivingx)*omf),((y+0.59979126574933+size - verschuivingy)*omf)),Array(((x+11.5243638863949+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+10.7397432041755+verschuivingx)*omf),((y+3.38687417207446+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+9.95512252195601+verschuivingx)*omf),((y+2.76296723222837-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+9.95512252195601+verschuivingx)*omf),((y+1.22369820559541-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+10.3063500896938+verschuivingx)*omf),((y+0.59979126574933-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+11.1731363186572+verschuivingx)*omf),((y+0.59979126574933-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+11.5243638863949+verschuivingx)*omf),((y+1.22369820559541-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+11.5243638863949+verschuivingx)*omf),((y+2.76296723222837-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+11.1731363186572+verschuivingx)*omf),((y+3.38687417207446-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+10.3063500896938+verschuivingx)*omf),((y+3.38687417207446-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient56";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 66;

itemColor1.yellow = 100;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 0;

itemColor0.magenta = 0;

itemColor0.yellow = 100;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=67.6922988891602;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// poot links 1

var moveMatrix = app.getTranslationMatrix((0*omf), (0.5*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 150, 150);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient56").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 50;

itemColor1.yellow = 100;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=76;

grdntstop.midPoint=50;

var newCompoundPath = doc.compoundPathItems.add();

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+10.7397432041755+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+10.3563039860371+verschuivingx)*omf),((y+0.59083401537053+size - verschuivingy)*omf)),Array(((x+10.3563039860371+verschuivingx)*omf),((y+0.59083401537053+size - verschuivingy)*omf)),Array(((x+10.0686384450257+verschuivingx)*omf),((y+0.93327658754447+size - verschuivingy)*omf)),Array(((x+10.0686384450257+verschuivingx)*omf),((y+0.93327658754447+size - verschuivingy)*omf)),Array(((x+9.81938572775427+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+9.81938572775427+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+9.9633907530749+verschuivingx)*omf),((y+2.82704602339976+size - verschuivingy)*omf)),Array(((x+9.9633907530749+verschuivingx)*omf),((y+2.82704602339976+size - verschuivingy)*omf)),Array(((x+10.3563039860371+verschuivingx)*omf),((y+3.39583142245325+size - verschuivingy)*omf)),Array(((x+10.3563039860371+verschuivingx)*omf),((y+3.39583142245325+size - verschuivingy)*omf)),Array(((x+10.7397432041755+verschuivingx)*omf),((y+3.53191272628495+size - verschuivingy)*omf)),Array(((x+10.7397432041755+verschuivingx)*omf),((y+3.53191272628495+size - verschuivingy)*omf)),Array(((x+11.1231824223139+verschuivingx)*omf),((y+3.39583142245325+size - verschuivingy)*omf)),Array(((x+11.1231824223139+verschuivingx)*omf),((y+3.39583142245325+size - verschuivingy)*omf)),Array(((x+11.4108479633252+verschuivingx)*omf),((y+3.05338885027931+size - verschuivingy)*omf)),Array(((x+11.4108479633252+verschuivingx)*omf),((y+3.05338885027931+size - verschuivingy)*omf)),Array(((x+11.6599284257817+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+11.6599284257817+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+11.5160956552761+verschuivingx)*omf),((y+1.15961941442403+size - verschuivingy)*omf)),Array(((x+11.5160956552761+verschuivingx)*omf),((y+1.15961941442403+size - verschuivingy)*omf)),Array(((x+11.1231824223139+verschuivingx)*omf),((y+0.59083401537053+size - verschuivingy)*omf)),Array(((x+11.1231824223139+verschuivingx)*omf),((y+0.59083401537053+size - verschuivingy)*omf)),Array(((x+10.7406044782504+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+10.7406044782504+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+10.7397432041755+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+10.7397432041755+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+10.6005613136742+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+10.4687863802169+verschuivingx)*omf),((y+0.50574013677198-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+10.3563039860371+verschuivingx)*omf),((y+0.59083401537053-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+10.3563039860371+verschuivingx)*omf),((y+0.59083401537053-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+10.2433048274123+verschuivingx)*omf),((y+0.67558338433913-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+10.1475311502851+verschuivingx)*omf),((y+0.79340567778328-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+10.0686384450257+verschuivingx)*omf),((y+0.93327658754447-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+10.0686384450257+verschuivingx)*omf),((y+0.93327658754447-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+9.9113697989519+verschuivingx)*omf),((y+1.2133629166968-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+9.81973023738422+verschuivingx)*omf),((y+1.58474429778685-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+9.81938572775427+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+9.81938572775427+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+9.81955798256925+verschuivingx)*omf),((y+2.2996017799407-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+9.87157893669225+verschuivingx)*omf),((y+2.58520026317228-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+9.9633907530749+verschuivingx)*omf),((y+2.82704602339976-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+9.9633907530749+verschuivingx)*omf),((y+2.82704602339976-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+10.0555470790875+verschuivingx)*omf),((y+3.06854727399727-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+10.1869775029148+verschuivingx)*omf),((y+3.26801834974044-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+10.3563039860371+verschuivingx)*omf),((y+3.39583142245325-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+10.3563039860371+verschuivingx)*omf),((y+3.39583142245325-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+10.4687863802169+verschuivingx)*omf),((y+3.48058079142185-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+10.6005613136742+verschuivingx)*omf),((y+3.53191272628495-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+10.7397432041755+verschuivingx)*omf),((y+3.53191272628495-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+10.7397432041755+verschuivingx)*omf),((y+3.53191272628495-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+10.8789250946768+verschuivingx)*omf),((y+3.53191272628495-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+11.010700028134+verschuivingx)*omf),((y+3.48058079142185-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+11.1231824223139+verschuivingx)*omf),((y+3.39583142245325-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+11.1231824223139+verschuivingx)*omf),((y+3.39583142245325-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+11.2360093261237+verschuivingx)*omf),((y+3.3107375438547-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+11.3319552580658+verschuivingx)*omf),((y+3.1932597600405-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+11.4108479633252+verschuivingx)*omf),((y+3.05338885027931-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+11.4108479633252+verschuivingx)*omf),((y+3.05338885027931-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+11.5679443545841+verschuivingx)*omf),((y+2.77330252112698-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+11.6597561709667+verschuivingx)*omf),((y+2.40157663040698-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+11.6599284257817+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+11.6599284257817+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+11.6599284257817+verschuivingx)*omf),((y+1.68706365788309-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+11.6079074716587+verschuivingx)*omf),((y+1.4014651746515-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+11.5160956552761+verschuivingx)*omf),((y+1.15961941442403-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+11.5160956552761+verschuivingx)*omf),((y+1.15961941442403-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+11.4239393292635+verschuivingx)*omf),((y+0.91811816382651-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+11.2923366506212+verschuivingx)*omf),((y+0.71864708808334-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+11.1231824223139+verschuivingx)*omf),((y+0.59083401537053-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+11.1231824223139+verschuivingx)*omf),((y+0.59083401537053-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+11.010872282949+verschuivingx)*omf),((y+0.50608464640193-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+10.8794418591217+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+10.7406044782504+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+10.7406044782504+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+10.7402599686204+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+10.7400877138054+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+10.7397432041755+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+10.2147105281261+verschuivingx)*omf),((y+1.26882896711934+size - verschuivingy)*omf)),Array(((x+10.5123668484061+verschuivingx)*omf),((y+0.82785664077865+size - verschuivingy)*omf)),Array(((x+10.5123668484061+verschuivingx)*omf),((y+0.82785664077865+size - verschuivingy)*omf)),Array(((x+10.7397432041755+verschuivingx)*omf),((y+0.74448531032986+size - verschuivingy)*omf)),Array(((x+10.7397432041755+verschuivingx)*omf),((y+0.74448531032986+size - verschuivingy)*omf)),Array(((x+10.9671195599449+verschuivingx)*omf),((y+0.82785664077865+size - verschuivingy)*omf)),Array(((x+10.9671195599449+verschuivingx)*omf),((y+0.82785664077865+size - verschuivingy)*omf)),Array(((x+11.1783039631065+verschuivingx)*omf),((y+1.08244925731441+size - verschuivingy)*omf)),Array(((x+11.1783039631065+verschuivingx)*omf),((y+1.08244925731441+size - verschuivingy)*omf)),Array(((x+11.3887993470082+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+11.3887993470082+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+11.2647758802249+verschuivingx)*omf),((y+2.71783647070444+size - verschuivingy)*omf)),Array(((x+11.2647758802249+verschuivingx)*omf),((y+2.71783647070444+size - verschuivingy)*omf)),Array(((x+10.9671195599449+verschuivingx)*omf),((y+3.15880879704513+size - verschuivingy)*omf)),Array(((x+10.9671195599449+verschuivingx)*omf),((y+3.15880879704513+size - verschuivingy)*omf)),Array(((x+10.7397432041755+verschuivingx)*omf),((y+3.24183561786397+size - verschuivingy)*omf)),Array(((x+10.7397432041755+verschuivingx)*omf),((y+3.24183561786397+size - verschuivingy)*omf)),Array(((x+10.5123668484061+verschuivingx)*omf),((y+3.15880879704513+size - verschuivingy)*omf)),Array(((x+10.5123668484061+verschuivingx)*omf),((y+3.15880879704513+size - verschuivingy)*omf)),Array(((x+10.3011824452445+verschuivingx)*omf),((y+2.90387167087942+size - verschuivingy)*omf)),Array(((x+10.3011824452445+verschuivingx)*omf),((y+2.90387167087942+size - verschuivingy)*omf)),Array(((x+10.0906870613428+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+10.0906870613428+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+10.2147105281261+verschuivingx)*omf),((y+1.26882896711934+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+10.2147105281261+verschuivingx)*omf),((y+1.26882896711934-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+10.2917084304207+verschuivingx)*omf),((y+1.06522377581672-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+10.3998844542262+verschuivingx)*omf),((y+0.91157248085739-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+10.5123668484061+verschuivingx)*omf),((y+0.82785664077865-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+10.5123668484061+verschuivingx)*omf),((y+0.82785664077865-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+10.5876422025509+verschuivingx)*omf),((y+0.77135706146625-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+10.6622285374359+verschuivingx)*omf),((y+0.74482981995982-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+10.7397432041755+verschuivingx)*omf),((y+0.74448531032986-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+10.7397432041755+verschuivingx)*omf),((y+0.74448531032986-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+10.8170856161001+verschuivingx)*omf),((y+0.74482981995982-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+10.8918442058+verschuivingx)*omf),((y+0.77135706146625-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+10.9671195599449+verschuivingx)*omf),((y+0.82785664077865-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+10.9671195599449+verschuivingx)*omf),((y+0.82785664077865-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+11.0420504044598+verschuivingx)*omf),((y+0.88366720083114-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+11.115258700825+verschuivingx)*omf),((y+0.97013911794951-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+11.1783039631065+verschuivingx)*omf),((y+1.08244925731441-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+11.1783039631065+verschuivingx)*omf),((y+1.08244925731441-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+11.3050835069294+verschuivingx)*omf),((y+1.30672502641424-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+11.3891438566381+verschuivingx)*omf),((y+1.63228662672045-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+11.3887993470082+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+11.3887993470082+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+11.3887993470082+verschuivingx)*omf),((y+2.26411728805547-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+11.3421182921495+verschuivingx)*omf),((y+2.51492029866174-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+11.2647758802249+verschuivingx)*omf),((y+2.71783647070444-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+11.2647758802249+verschuivingx)*omf),((y+2.71783647070444-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+11.1877779779302+verschuivingx)*omf),((y+2.92144166200706-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+11.0796019541248+verschuivingx)*omf),((y+3.07509295696639-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+10.9671195599449+verschuivingx)*omf),((y+3.15880879704513-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+10.9671195599449+verschuivingx)*omf),((y+3.15880879704513-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+10.8918442058+verschuivingx)*omf),((y+3.21496386672758-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+10.8170856161001+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+10.7397432041755+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+10.7397432041755+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+10.6622285374359+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+10.5876422025509+verschuivingx)*omf),((y+3.21496386672758-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+10.5123668484061+verschuivingx)*omf),((y+3.15880879704513-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+10.5123668484061+verschuivingx)*omf),((y+3.15880879704513-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+10.4374360038911+verschuivingx)*omf),((y+3.10265372736269-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+10.364227707526+verschuivingx)*omf),((y+3.01618181024432-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+10.3011824452445+verschuivingx)*omf),((y+2.90387167087942-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+10.3011824452445+verschuivingx)*omf),((y+2.90387167087942-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+10.1744029014215+verschuivingx)*omf),((y+2.67994041140954-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+10.0903425517128+verschuivingx)*omf),((y+2.35472332073328-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+10.0906870613428+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+10.0906870613428+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+10.0905148065278+verschuivingx)*omf),((y+1.72254814976831-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+10.1373681162015+verschuivingx)*omf),((y+1.47174513916205-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+10.2147105281261+verschuivingx)*omf),((y+1.26882896711934-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+10.3163408689624+verschuivingx)*omf),((y+1.30982561308383+size - verschuivingy)*omf)),Array(((x+10.2195336629454+verschuivingx)*omf),((y+1.9991893826211+size - verschuivingy)*omf)),Array(((x+10.2195336629454+verschuivingx)*omf),((y+1.9991893826211+size - verschuivingy)*omf)),Array(((x+10.4849783328247+verschuivingx)*omf),((y+3.0192823969139+size - verschuivingy)*omf)),Array(((x+10.4849783328247+verschuivingx)*omf),((y+3.0192823969139+size - verschuivingy)*omf)),Array(((x+10.4849783328247+verschuivingx)*omf),((y+3.0192823969139+size - verschuivingy)*omf)),Array(((x+10.7035696930303+verschuivingx)*omf),((y+3.05407786953922+size - verschuivingy)*omf)),Array(((x+10.7035696930303+verschuivingx)*omf),((y+3.05407786953922+size - verschuivingy)*omf)),Array(((x+10.736125853061+verschuivingx)*omf),((y+2.82050034043064+size - verschuivingy)*omf)),Array(((x+10.736125853061+verschuivingx)*omf),((y+2.82050034043064+size - verschuivingy)*omf)),Array(((x+10.735953598246+verschuivingx)*omf),((y+2.82015583080068+size - verschuivingy)*omf)),Array(((x+10.7309582086117+verschuivingx)*omf),((y+2.81223210931175+size - verschuivingy)*omf)),Array(((x+10.7309582086117+verschuivingx)*omf),((y+2.81223210931175+size - verschuivingy)*omf)),Array(((x+10.7094263567396+verschuivingx)*omf),((y+2.7746805596468+size - verschuivingy)*omf)),Array(((x+10.7094263567396+verschuivingx)*omf),((y+2.7746805596468+size - verschuivingy)*omf)),Array(((x+10.6384573729691+verschuivingx)*omf),((y+2.61620612986811+size - verschuivingy)*omf)),Array(((x+10.6384573729691+verschuivingx)*omf),((y+2.61620612986811+size - verschuivingy)*omf)),Array(((x+10.5321761521284+verschuivingx)*omf),((y+1.9991893826211+size - verschuivingy)*omf)),Array(((x+10.5321761521284+verschuivingx)*omf),((y+1.9991893826211+size - verschuivingy)*omf)),Array(((x+10.6162365018371+verschuivingx)*omf),((y+1.40422125169113+size - verschuivingy)*omf)),Array(((x+10.6162365018371+verschuivingx)*omf),((y+1.40422125169113+size - verschuivingy)*omf)),Array(((x+10.5106443002563+verschuivingx)*omf),((y+1.19682645445902+size - verschuivingy)*omf)),Array(((x+10.5106443002563+verschuivingx)*omf),((y+1.19682645445902+size - verschuivingy)*omf)),Array(((x+10.4662025579923+verschuivingx)*omf),((y+1.18993626185995+size - verschuivingy)*omf)),Array(((x+10.4662025579923+verschuivingx)*omf),((y+1.18993626185995+size - verschuivingy)*omf)),Array(((x+10.3163408689624+verschuivingx)*omf),((y+1.30982561308383+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+10.3163408689624+verschuivingx)*omf),((y+1.30982561308383-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+10.2464054140818+verschuivingx)*omf),((y+1.56269568146981-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+10.2195336629454+verschuivingx)*omf),((y+1.79420615279868-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+10.2195336629454+verschuivingx)*omf),((y+1.9991893826211-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+10.2195336629454+verschuivingx)*omf),((y+1.9991893826211-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+10.2200504273904+verschuivingx)*omf),((y+2.63102004395612-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+10.4729204957764+verschuivingx)*omf),((y+3.00171240578626-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+10.4849783328247+verschuivingx)*omf),((y+3.0192823969139-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+10.4849783328247+verschuivingx)*omf),((y+3.0192823969139-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+10.4849783328247+verschuivingx)*omf),((y+3.0192823969139-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+10.4849783328247+verschuivingx)*omf),((y+3.0192823969139-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+10.5364825225028+verschuivingx)*omf),((y+3.09335196735394-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+10.6343232574097+verschuivingx)*omf),((y+3.10885490070185-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+10.7035696930303+verschuivingx)*omf),((y+3.05407786953922-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+10.7035696930303+verschuivingx)*omf),((y+3.05407786953922-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+10.772988383466+verschuivingx)*omf),((y+2.99930083837659-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+10.787630042739+verschuivingx)*omf),((y+2.89491442050063-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+10.736125853061+verschuivingx)*omf),((y+2.82050034043064-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+10.736125853061+verschuivingx)*omf),((y+2.82050034043064-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+10.736125853061+verschuivingx)*omf),((y+2.82050034043064-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+10.735953598246+verschuivingx)*omf),((y+2.82015583080068-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+10.7350923241711+verschuivingx)*omf),((y+2.81877779228087-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+10.7333697760213+verschuivingx)*omf),((y+2.81636622487119-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+10.7309582086117+verschuivingx)*omf),((y+2.81223210931175-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+10.7309582086117+verschuivingx)*omf),((y+2.81223210931175-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+10.7263073286073+verschuivingx)*omf),((y+2.80465289745277-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+10.7187281167483+verschuivingx)*omf),((y+2.79190604114448-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+10.7094263567396+verschuivingx)*omf),((y+2.7746805596468-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+10.7094263567396+verschuivingx)*omf),((y+2.7746805596468-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+10.6906505819071+verschuivingx)*omf),((y+2.74022959665143-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+10.6646401048456+verschuivingx)*omf),((y+2.68683060400861-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+10.6384573729691+verschuivingx)*omf),((y+2.61620612986811-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+10.6384573729691+verschuivingx)*omf),((y+2.61620612986811-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+10.5859196544012+verschuivingx)*omf),((y+2.47495718158711-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+10.5321761521284+verschuivingx)*omf),((y+2.26618434583519-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+10.5321761521284+verschuivingx)*omf),((y+1.9991893826211-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+10.5321761521284+verschuivingx)*omf),((y+1.9991893826211-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+10.5321761521284+verschuivingx)*omf),((y+1.8252120194945-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+10.5547415328904+verschuivingx)*omf),((y+1.62677447264119-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+10.6162365018371+verschuivingx)*omf),((y+1.40422125169113-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+10.6162365018371+verschuivingx)*omf),((y+1.40422125169113-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+10.6406966855638+verschuivingx)*omf),((y+1.31602678642299-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+10.5933266114452+verschuivingx)*omf),((y+1.2230091863355-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+10.5106443002563+verschuivingx)*omf),((y+1.19682645445902-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+10.5106443002563+verschuivingx)*omf),((y+1.19682645445902-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+10.4958303861683+verschuivingx)*omf),((y+1.19234782926963-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+10.4808442172653+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+10.4662025579923+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+10.4662025579923+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+10.3986786705214+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+10.3364946823147+verschuivingx)*omf),((y+1.2371340811636-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+10.3163408689624+verschuivingx)*omf),((y+1.30982561308383-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+9.98819544643156+verschuivingx)*omf),((y+2.04397563451508+size - verschuivingy)*omf)),Array(((x+9.91584842414129+verschuivingx)*omf),((y+2.11494461828553+size - verschuivingy)*omf)),Array(((x+9.91584842414129+verschuivingx)*omf),((y+2.11494461828553+size - verschuivingy)*omf)),Array(((x+9.94237566564773+verschuivingx)*omf),((y+2.14319440794174+size - verschuivingy)*omf)),Array(((x+9.94237566564773+verschuivingx)*omf),((y+2.14319440794174+size - verschuivingy)*omf)),Array(((x+9.96855839752421+verschuivingx)*omf),((y+2.11804520495512+size - verschuivingy)*omf)),Array(((x+9.96855839752421+verschuivingx)*omf),((y+2.11804520495512+size - verschuivingy)*omf)),Array(((x+9.97234800345369+verschuivingx)*omf),((y+2.11460010865558+size - verschuivingy)*omf)),Array(((x+9.97234800345369+verschuivingx)*omf),((y+2.11460010865558+size - verschuivingy)*omf)),Array(((x+10.0062822020041+verschuivingx)*omf),((y+2.09703011752794+size - verschuivingy)*omf)),Array(((x+10.0062822020041+verschuivingx)*omf),((y+2.09703011752794+size - verschuivingy)*omf)),Array(((x+10.1513207562146+verschuivingx)*omf),((y+2.06189013527267+size - verschuivingy)*omf)),Array(((x+10.1513207562146+verschuivingx)*omf),((y+2.06189013527267+size - verschuivingy)*omf)),Array(((x+10.6422469788986+verschuivingx)*omf),((y+2.02847270116717+size - verschuivingy)*omf)),Array(((x+10.6422469788986+verschuivingx)*omf),((y+2.02847270116717+size - verschuivingy)*omf)),Array(((x+11.2582301972557+verschuivingx)*omf),((y+2.08979541529892+size - verschuivingy)*omf)),Array(((x+11.2582301972557+verschuivingx)*omf),((y+2.08979541529892+size - verschuivingy)*omf)),Array(((x+11.316107815088+verschuivingx)*omf),((y+2.11770069532516+size - verschuivingy)*omf)),Array(((x+11.316107815088+verschuivingx)*omf),((y+2.11770069532516+size - verschuivingy)*omf)),Array(((x+11.3422905469644+verschuivingx)*omf),((y+2.14319440794174+size - verschuivingy)*omf)),Array(((x+11.3422905469644+verschuivingx)*omf),((y+2.14319440794174+size - verschuivingy)*omf)),Array(((x+11.3686455336559+verschuivingx)*omf),((y+2.11494461828553+size - verschuivingy)*omf)),Array(((x+11.3686455336559+verschuivingx)*omf),((y+2.11494461828553+size - verschuivingy)*omf)),Array(((x+11.2962985113656+verschuivingx)*omf),((y+2.04397563451508+size - verschuivingy)*omf)),Array(((x+11.2962985113656+verschuivingx)*omf),((y+2.04397563451508+size - verschuivingy)*omf)),Array(((x+11.1412691778865+verschuivingx)*omf),((y+2.00607957522018+size - verschuivingy)*omf)),Array(((x+11.1412691778865+verschuivingx)*omf),((y+2.00607957522018+size - verschuivingy)*omf)),Array(((x+10.6422469788986+verschuivingx)*omf),((y+1.97197312185476+size - verschuivingy)*omf)),Array(((x+10.6422469788986+verschuivingx)*omf),((y+1.97197312185476+size - verschuivingy)*omf)),Array(((x+9.98819544643156+verschuivingx)*omf),((y+2.04397563451508+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+9.98819544643156+verschuivingx)*omf),((y+2.04397563451508-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+9.95202193528643+verschuivingx)*omf),((y+2.05982307749295-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+9.92049930414567+verschuivingx)*omf),((y+2.07188091454133-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+9.91584842414129+verschuivingx)*omf),((y+2.11494461828553-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+9.91584842414129+verschuivingx)*omf),((y+2.11494461828553-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+9.91584842414129+verschuivingx)*omf),((y+2.1307920612634-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+9.9277340063747+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+9.94237566564773+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+9.94237566564773+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+9.9559837960309+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+9.96700810418941+verschuivingx)*omf),((y+2.13217009978322-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+9.96855839752421+verschuivingx)*omf),((y+2.11804520495512-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+9.96855839752421+verschuivingx)*omf),((y+2.11804520495512-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+9.96924741678411+verschuivingx)*omf),((y+2.11735618569521-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+9.97045320048895+verschuivingx)*omf),((y+2.1159781471754-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+9.97234800345369+verschuivingx)*omf),((y+2.11460010865558-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+9.97234800345369+verschuivingx)*omf),((y+2.11460010865558-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+9.97820466716291+verschuivingx)*omf),((y+2.10977697383623-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+9.99009024939631+verschuivingx)*omf),((y+2.10323129086711-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+10.0062822020041+verschuivingx)*omf),((y+2.09703011752794-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+10.0062822020041+verschuivingx)*omf),((y+2.09703011752794-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+10.0388383620348+verschuivingx)*omf),((y+2.08428326121966-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+10.088964513193+verschuivingx)*omf),((y+2.07188091454133-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+10.1513207562146+verschuivingx)*omf),((y+2.06189013527267-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+10.1513207562146+verschuivingx)*omf),((y+2.06189013527267-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+10.2760332422578+verschuivingx)*omf),((y+2.04121955747545-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+10.4501828601994+verschuivingx)*omf),((y+2.02847270116717-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+10.6422469788986+verschuivingx)*omf),((y+2.02847270116717-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+10.6422469788986+verschuivingx)*omf),((y+2.02847270116717-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+10.9123425287823+verschuivingx)*omf),((y+2.02812819153721-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+11.1476426060406+verschuivingx)*omf),((y+2.05431092341369-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+11.2582301972557+verschuivingx)*omf),((y+2.08979541529892-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+11.2582301972557+verschuivingx)*omf),((y+2.08979541529892-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+11.2909586121013+verschuivingx)*omf),((y+2.09944168493762-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+11.3121459543435+verschuivingx)*omf),((y+2.11322207013577-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+11.316107815088+verschuivingx)*omf),((y+2.11770069532516-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+11.316107815088+verschuivingx)*omf),((y+2.11770069532516-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+11.3173135987928+verschuivingx)*omf),((y+2.13217009978322-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+11.3285101617663+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+11.3422905469644+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+11.3422905469644+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+11.3569322062375+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+11.3686455336559+verschuivingx)*omf),((y+2.1307920612634-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+11.3686455336559+verschuivingx)*omf),((y+2.11494461828553-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+11.3686455336559+verschuivingx)*omf),((y+2.11494461828553-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+11.3639946536515+verschuivingx)*omf),((y+2.07188091454133-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+11.3324720225108+verschuivingx)*omf),((y+2.05982307749295-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+11.2962985113656+verschuivingx)*omf),((y+2.04397563451508-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+11.2962985113656+verschuivingx)*omf),((y+2.04397563451508-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+11.2580579424408+verschuivingx)*omf),((y+2.02916172042707-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+11.2056924786878+verschuivingx)*omf),((y+2.01675937374874-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+11.1412691778865+verschuivingx)*omf),((y+2.00607957522018-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+11.1412691778865+verschuivingx)*omf),((y+2.00607957522018-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+11.0125948310988+verschuivingx)*omf),((y+1.985064487793-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+10.8367226650074+verschuivingx)*omf),((y+1.97197312185476-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+10.6422469788986+verschuivingx)*omf),((y+1.97197312185476-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+10.6422469788986+verschuivingx)*omf),((y+1.97197312185476-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+10.3501028126979+verschuivingx)*omf),((y+1.97231763148472-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+10.1017113695013+verschuivingx)*omf),((y+2.00022291151097-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+9.98819544643156+verschuivingx)*omf),((y+2.04397563451508-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+10.2532956066809+verschuivingx)*omf),((y+1.13757079810699+size - verschuivingy)*omf)),Array(((x+10.0688106998407+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+10.0688106998407+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+10.0932708835674+verschuivingx)*omf),((y+1.3546118649778+size - verschuivingy)*omf)),Array(((x+10.0932708835674+verschuivingx)*omf),((y+1.3546118649778+size - verschuivingy)*omf)),Array(((x+10.1175588124792+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+10.1175588124792+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+10.2706933429936+verschuivingx)*omf),((y+1.18614665593046+size - verschuivingy)*omf)),Array(((x+10.2706933429936+verschuivingx)*omf),((y+1.18614665593046+size - verschuivingy)*omf)),Array(((x+10.6694632396649+verschuivingx)*omf),((y+1.11862276845954+size - verschuivingy)*omf)),Array(((x+10.6694632396649+verschuivingx)*omf),((y+1.11862276845954+size - verschuivingy)*omf)),Array(((x+11.0684053911513+verschuivingx)*omf),((y+1.18614665593046+size - verschuivingy)*omf)),Array(((x+11.0684053911513+verschuivingx)*omf),((y+1.18614665593046+size - verschuivingy)*omf)),Array(((x+11.2215399216657+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+11.2215399216657+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+11.2458278505774+verschuivingx)*omf),((y+1.3546118649778+size - verschuivingy)*omf)),Array(((x+11.2458278505774+verschuivingx)*omf),((y+1.3546118649778+size - verschuivingy)*omf)),Array(((x+11.2702880343041+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+11.2702880343041+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+11.0858031274639+verschuivingx)*omf),((y+1.13757079810699+size - verschuivingy)*omf)),Array(((x+11.0858031274639+verschuivingx)*omf),((y+1.13757079810699+size - verschuivingy)*omf)),Array(((x+10.6694632396649+verschuivingx)*omf),((y+1.06660181433654+size - verschuivingy)*omf)),Array(((x+10.6694632396649+verschuivingx)*omf),((y+1.06660181433654+size - verschuivingy)*omf)),Array(((x+10.2532956066809+verschuivingx)*omf),((y+1.13757079810699+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+10.2532956066809+verschuivingx)*omf),((y+1.13757079810699-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+10.1466698762102+verschuivingx)*omf),((y+1.18166803074106-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+10.0708777576204+verschuivingx)*omf),((y+1.24299074487281-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+10.0688106998407+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+10.0688106998407+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+10.0688106998407+verschuivingx)*omf),((y+1.34289853755938-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+10.0798350079992+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+10.0932708835674+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+10.0932708835674+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+10.1067067591356+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+10.1175588124792+verschuivingx)*omf),((y+1.34289853755938-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+10.1175588124792+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+10.1175588124792+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+10.1154917546994+verschuivingx)*omf),((y+1.2839873908373-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+10.1687184925273+verschuivingx)*omf),((y+1.22714330189495-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+10.2706933429936+verschuivingx)*omf),((y+1.18614665593046-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+10.2706933429936+verschuivingx)*omf),((y+1.18614665593046-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+10.3711179001251+verschuivingx)*omf),((y+1.14480550033602-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+10.513055867666+verschuivingx)*omf),((y+1.11862276845954-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+10.6694632396649+verschuivingx)*omf),((y+1.11862276845954-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+10.6694632396649+verschuivingx)*omf),((y+1.11862276845954-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+10.8262151212938+verschuivingx)*omf),((y+1.11862276845954-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+10.9678085792048+verschuivingx)*omf),((y+1.14480550033602-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+11.0684053911513+verschuivingx)*omf),((y+1.18614665593046-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+11.0684053911513+verschuivingx)*omf),((y+1.18614665593046-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+11.1703802416176+verschuivingx)*omf),((y+1.22714330189495-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+11.2237792342604+verschuivingx)*omf),((y+1.2839873908373-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+11.2215399216657+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+11.2215399216657+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+11.2215399216657+verschuivingx)*omf),((y+1.34289853755938-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+11.2323919750092+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+11.2458278505774+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+11.2458278505774+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+11.2594359809606+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+11.2702880343041+verschuivingx)*omf),((y+1.34289853755938-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+11.2702880343041+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+11.2702880343041+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+11.2680487217094+verschuivingx)*omf),((y+1.24299074487281-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+11.1924288579346+verschuivingx)*omf),((y+1.18166803074106-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+11.0858031274639+verschuivingx)*omf),((y+1.13757079810699-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+11.0858031274639+verschuivingx)*omf),((y+1.13757079810699-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+10.9777993584735+verschuivingx)*omf),((y+1.09312905584297-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+10.8312105109282+verschuivingx)*omf),((y+1.06660181433654-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+10.6694632396649+verschuivingx)*omf),((y+1.06660181433654-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+10.6694632396649+verschuivingx)*omf),((y+1.06660181433654-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+10.5078882232167+verschuivingx)*omf),((y+1.06660181433654-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+10.3612993756714+verschuivingx)*omf),((y+1.09312905584297-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+10.2532956066809+verschuivingx)*omf),((y+1.13757079810699-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+11.2725273468988+verschuivingx)*omf),((y+2.60208123504001+size - verschuivingy)*omf)),Array(((x+11.2522012787316+verschuivingx)*omf),((y+2.63170906321603+size - verschuivingy)*omf)),Array(((x+11.2522012787316+verschuivingx)*omf),((y+2.63170906321603+size - verschuivingy)*omf)),Array(((x+11.2530625528064+verschuivingx)*omf),((y+2.64204435211464+size - verschuivingy)*omf)),Array(((x+11.2530625528064+verschuivingx)*omf),((y+2.64204435211464+size - verschuivingy)*omf)),Array(((x+11.1111245852655+verschuivingx)*omf),((y+2.80361936856291+size - verschuivingy)*omf)),Array(((x+11.1111245852655+verschuivingx)*omf),((y+2.80361936856291+size - verschuivingy)*omf)),Array(((x+10.7376761463958+verschuivingx)*omf),((y+2.92867636423609+size - verschuivingy)*omf)),Array(((x+10.7376761463958+verschuivingx)*omf),((y+2.92867636423609+size - verschuivingy)*omf)),Array(((x+10.5270085076791+verschuivingx)*omf),((y+2.94659086499368+size - verschuivingy)*omf)),Array(((x+10.5270085076791+verschuivingx)*omf),((y+2.94659086499368+size - verschuivingy)*omf)),Array(((x+10.2656979533592+verschuivingx)*omf),((y+2.90593872865914+size - verschuivingy)*omf)),Array(((x+10.2656979533592+verschuivingx)*omf),((y+2.90593872865914+size - verschuivingy)*omf)),Array(((x+10.1614837902983+verschuivingx)*omf),((y+2.81050956116198+size - verschuivingy)*omf)),Array(((x+10.1614837902983+verschuivingx)*omf),((y+2.81050956116198+size - verschuivingy)*omf)),Array(((x+10.133578510272+verschuivingx)*omf),((y+2.7888054544749+size - verschuivingy)*omf)),Array(((x+10.133578510272+verschuivingx)*omf),((y+2.7888054544749+size - verschuivingy)*omf)),Array(((x+10.1132524421047+verschuivingx)*omf),((y+2.81877779228087+size - verschuivingy)*omf)),Array(((x+10.1132524421047+verschuivingx)*omf),((y+2.81877779228087+size - verschuivingy)*omf)),Array(((x+10.2486447266765+verschuivingx)*omf),((y+2.95485909611256+size - verschuivingy)*omf)),Array(((x+10.2486447266765+verschuivingx)*omf),((y+2.95485909611256+size - verschuivingy)*omf)),Array(((x+10.5270085076791+verschuivingx)*omf),((y+2.99861181911668+size - verschuivingy)*omf)),Array(((x+10.5270085076791+verschuivingx)*omf),((y+2.99861181911668+size - verschuivingy)*omf)),Array(((x+10.7450831034398+verschuivingx)*omf),((y+2.98000829909918+size - verschuivingy)*omf)),Array(((x+10.7450831034398+verschuivingx)*omf),((y+2.98000829909918+size - verschuivingy)*omf)),Array(((x+11.1345512401024+verschuivingx)*omf),((y+2.84943914934674+size - verschuivingy)*omf)),Array(((x+11.1345512401024+verschuivingx)*omf),((y+2.84943914934674+size - verschuivingy)*omf)),Array(((x+11.3018106654449+verschuivingx)*omf),((y+2.64204435211464+size - verschuivingy)*omf)),Array(((x+11.3018106654449+verschuivingx)*omf),((y+2.64204435211464+size - verschuivingy)*omf)),Array(((x+11.3004326269251+verschuivingx)*omf),((y+2.62344083209714+size - verschuivingy)*omf)),Array(((x+11.3004326269251+verschuivingx)*omf),((y+2.62344083209714+size - verschuivingy)*omf)),Array(((x+11.2763169528283+verschuivingx)*omf),((y+2.60173672541006+size - verschuivingy)*omf)),Array(((x+11.2763169528283+verschuivingx)*omf),((y+2.60173672541006+size - verschuivingy)*omf)),Array(((x+11.2725273468988+verschuivingx)*omf),((y+2.60208123504001+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+11.2725273468988+verschuivingx)*omf),((y+2.60208123504001-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+11.2592637261456+verschuivingx)*omf),((y+2.60414829281974-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+11.2501342209518+verschuivingx)*omf),((y+2.61758416838793-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+11.2522012787316+verschuivingx)*omf),((y+2.63170906321603-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+11.2522012787316+verschuivingx)*omf),((y+2.63170906321603-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+11.2527180431765+verschuivingx)*omf),((y+2.63515415951557-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+11.2530625528064+verschuivingx)*omf),((y+2.6385992558151-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+11.2530625528064+verschuivingx)*omf),((y+2.64204435211464-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+11.2530625528064+verschuivingx)*omf),((y+2.64204435211464-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+11.2547851009562+verschuivingx)*omf),((y+2.68648609437866-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+11.2050034594279+verschuivingx)*omf),((y+2.74987586629014-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+11.1111245852655+verschuivingx)*omf),((y+2.80361936856291-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+11.1111245852655+verschuivingx)*omf),((y+2.80361936856291-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+11.018279239993+verschuivingx)*omf),((y+2.85805189009558-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+10.8866765613507+verschuivingx)*omf),((y+2.90421618050938-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+10.7376761463958+verschuivingx)*omf),((y+2.92867636423609-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+10.7376761463958+verschuivingx)*omf),((y+2.92867636423609-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+10.6639510855857+verschuivingx)*omf),((y+2.94073420128446-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+10.5928098470002+verschuivingx)*omf),((y+2.94659086499368-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+10.5270085076791+verschuivingx)*omf),((y+2.94659086499368-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+10.5270085076791+verschuivingx)*omf),((y+2.94659086499368-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+10.4219330705432+verschuivingx)*omf),((y+2.94659086499368-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+10.3302935089756+verschuivingx)*omf),((y+2.93177695090567-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+10.2656979533592+verschuivingx)*omf),((y+2.90593872865914-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+10.2656979533592+verschuivingx)*omf),((y+2.90593872865914-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+10.1998966140381+verschuivingx)*omf),((y+2.88010050641262-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+10.1656179058577+verschuivingx)*omf),((y+2.84461601452739-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+10.1614837902983+verschuivingx)*omf),((y+2.81050956116198-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+10.1614837902983+verschuivingx)*omf),((y+2.81050956116198-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+10.1592444777036+verschuivingx)*omf),((y+2.79638466633388-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+10.1468421310252+verschuivingx)*omf),((y+2.78673839669518-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+10.133578510272+verschuivingx)*omf),((y+2.7888054544749-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+10.133578510272+verschuivingx)*omf),((y+2.7888054544749-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+10.1203148895188+verschuivingx)*omf),((y+2.79121702188457-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+10.111185384325+verschuivingx)*omf),((y+2.80465289745277-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+10.1132524421047+verschuivingx)*omf),((y+2.81877779228087-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+10.1132524421047+verschuivingx)*omf),((y+2.81877779228087-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+10.1235877310034+verschuivingx)*omf),((y+2.88285658345225-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+10.1766422140162+verschuivingx)*omf),((y+2.92626479682641-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+10.2486447266765+verschuivingx)*omf),((y+2.95485909611256-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+10.2486447266765+verschuivingx)*omf),((y+2.95485909611256-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+10.3215085134117+verschuivingx)*omf),((y+2.98345339539872-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+10.4176267001688+verschuivingx)*omf),((y+2.99861181911668-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+10.5270085076791+verschuivingx)*omf),((y+2.99861181911668-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+10.5270085076791+verschuivingx)*omf),((y+2.99861181911668-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+10.5953936692249+verschuivingx)*omf),((y+2.99861181911668-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+10.669118730035+verschuivingx)*omf),((y+2.99275515540747-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+10.7450831034398+verschuivingx)*omf),((y+2.98000829909918-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+10.7450831034398+verschuivingx)*omf),((y+2.98000829909918-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+10.8989066532141+verschuivingx)*omf),((y+2.95485909611256-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+11.0351602118607+verschuivingx)*omf),((y+2.90766127680891-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+11.1345512401024+verschuivingx)*omf),((y+2.84943914934674-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+11.1345512401024+verschuivingx)*omf),((y+2.84943914934674-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+11.2330809942691+verschuivingx)*omf),((y+2.79087251225462-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+11.2999158624801+verschuivingx)*omf),((y+2.7233486247837-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+11.3018106654449+verschuivingx)*omf),((y+2.64204435211464-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+11.3018106654449+verschuivingx)*omf),((y+2.64204435211464-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+11.3018106654449+verschuivingx)*omf),((y+2.63618768840543-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+11.3012939009999+verschuivingx)*omf),((y+2.62998651506626-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+11.3004326269251+verschuivingx)*omf),((y+2.62344083209714-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+11.3004326269251+verschuivingx)*omf),((y+2.62344083209714-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+11.2985378239603+verschuivingx)*omf),((y+2.61103848541881-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+11.2882025350617+verschuivingx)*omf),((y+2.60173672541006-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+11.2763169528283+verschuivingx)*omf),((y+2.60173672541006-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+11.2763169528283+verschuivingx)*omf),((y+2.60173672541006-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+11.2751111691235+verschuivingx)*omf),((y+2.60173672541006-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+11.2739053854186+verschuivingx)*omf),((y+2.60173672541006-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+11.2725273468988+verschuivingx)*omf),((y+2.60208123504001-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+11.1361015334372+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+12.0726509624662+verschuivingx)*omf),((y+0.59979126574933+size - verschuivingy)*omf)),Array(((x+13.0092003914952+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+12.0726509624662+verschuivingx)*omf),((y+3.8846905873575+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+11.1361015334372+verschuivingx)*omf),((y+3.14916252740643-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+11.1361015334372+verschuivingx)*omf),((y+1.33497481607044-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+11.5553697530908+verschuivingx)*omf),((y+0.59979126574933-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+12.5899321718416+verschuivingx)*omf),((y+0.59979126574933-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+13.0092003914952+verschuivingx)*omf),((y+1.33497481607044-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+13.0092003914952+verschuivingx)*omf),((y+3.14916252740643-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+12.5899321718416+verschuivingx)*omf),((y+3.8846905873575-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+11.5553697530908+verschuivingx)*omf),((y+3.8846905873575-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient49";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 66;

itemColor1.yellow = 100;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 0;

itemColor0.magenta = 0;

itemColor0.yellow = 100;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=67.6922988891602;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// poot links 2

var moveMatrix = app.getTranslationMatrix((0*omf), (0.5*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 150, 150);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient49").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 50;

itemColor1.yellow = 100;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=76;

grdntstop.midPoint=50;

var newCompoundPath = doc.compoundPathItems.add();

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+12.0726509624662+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+11.6308173620506+verschuivingx)*omf),((y+0.60978204501798+size - verschuivingy)*omf)),Array(((x+11.6308173620506+verschuivingx)*omf),((y+0.60978204501798+size - verschuivingy)*omf)),Array(((x+11.2945759632159+verschuivingx)*omf),((y+1.00527910020479+size - verschuivingy)*omf)),Array(((x+11.2945759632159+verschuivingx)*omf),((y+1.00527910020479+size - verschuivingy)*omf)),Array(((x+11.0003647392354+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+11.0003647392354+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+11.1705524964325+verschuivingx)*omf),((y+3.21565288598749+size - verschuivingy)*omf)),Array(((x+11.1705524964325+verschuivingx)*omf),((y+3.21565288598749+size - verschuivingy)*omf)),Array(((x+11.6308173620506+verschuivingx)*omf),((y+3.87469980808884+size - verschuivingy)*omf)),Array(((x+11.6308173620506+verschuivingx)*omf),((y+3.87469980808884+size - verschuivingy)*omf)),Array(((x+12.0726509624662+verschuivingx)*omf),((y+4.02972914156799+size - verschuivingy)*omf)),Array(((x+12.0726509624662+verschuivingx)*omf),((y+4.02972914156799+size - verschuivingy)*omf)),Array(((x+12.5146568176967+verschuivingx)*omf),((y+3.87469980808884+size - verschuivingy)*omf)),Array(((x+12.5146568176967+verschuivingx)*omf),((y+3.87469980808884+size - verschuivingy)*omf)),Array(((x+12.8507259617165+verschuivingx)*omf),((y+3.47885824327208+size - verschuivingy)*omf)),Array(((x+12.8507259617165+verschuivingx)*omf),((y+3.47885824327208+size - verschuivingy)*omf)),Array(((x+13.144937185697+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+13.144937185697+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+12.9747494284999+verschuivingx)*omf),((y+1.26882896711934+size - verschuivingy)*omf)),Array(((x+12.9747494284999+verschuivingx)*omf),((y+1.26882896711934+size - verschuivingy)*omf)),Array(((x+12.5146568176967+verschuivingx)*omf),((y+0.60978204501798+size - verschuivingy)*omf)),Array(((x+12.5146568176967+verschuivingx)*omf),((y+0.60978204501798+size - verschuivingy)*omf)),Array(((x+12.0735122365411+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+12.0735122365411+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+12.0726509624662+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+12.0726509624662+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+11.9129707489827+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+11.7613865118031+verschuivingx)*omf),((y+0.51263032937105-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+11.6308173620506+verschuivingx)*omf),((y+0.60978204501798-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+11.6308173620506+verschuivingx)*omf),((y+0.60978204501798-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+11.4995591930383+verschuivingx)*omf),((y+0.70727827029487-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+11.3872490536734+verschuivingx)*omf),((y+0.84301506449661-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+11.2945759632159+verschuivingx)*omf),((y+1.00527910020479-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+11.2945759632159+verschuivingx)*omf),((y+1.00527910020479-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+11.1095742919307+verschuivingx)*omf),((y+1.33049619088105-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+11.0008815036804+verschuivingx)*omf),((y+1.76457832462266-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+11.0003647392354+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+11.0003647392354+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+11.0005369940504+verschuivingx)*omf),((y+2.60035868689025-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+11.0622042178121+verschuivingx)*omf),((y+2.93384400868539-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+11.1705524964325+verschuivingx)*omf),((y+3.21565288598749-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+11.1705524964325+verschuivingx)*omf),((y+3.21565288598749-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+11.2794175394979+verschuivingx)*omf),((y+3.49677274402968-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+11.4342746181621+verschuivingx)*omf),((y+3.72793870572858-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+11.6308173620506+verschuivingx)*omf),((y+3.87469980808884-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+11.6308173620506+verschuivingx)*omf),((y+3.87469980808884-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+11.7613865118031+verschuivingx)*omf),((y+3.97185152373578-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+11.9129707489827+verschuivingx)*omf),((y+4.02972914156799-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+12.0726509624662+verschuivingx)*omf),((y+4.02972914156799-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+12.0726509624662+verschuivingx)*omf),((y+4.02972914156799-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+12.2325034307647+verschuivingx)*omf),((y+4.02972914156799-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+12.3839154131293+verschuivingx)*omf),((y+3.97185152373578-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+12.5146568176967+verschuivingx)*omf),((y+3.87469980808884-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+12.5146568176967+verschuivingx)*omf),((y+3.87469980808884-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+12.6455704770791+verschuivingx)*omf),((y+3.77720358281196-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+12.758052871259+verschuivingx)*omf),((y+3.64146678861021-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+12.8507259617165+verschuivingx)*omf),((y+3.47885824327208-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+12.8507259617165+verschuivingx)*omf),((y+3.47885824327208-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+13.0357276330017+verschuivingx)*omf),((y+3.15364115259583-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+13.144420421252+verschuivingx)*omf),((y+2.71955901885421-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+13.144937185697+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+13.144937185697+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+13.144764930882+verschuivingx)*omf),((y+1.88412316621658-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+13.0830977071203+verschuivingx)*omf),((y+1.55029333479148-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+12.9747494284999+verschuivingx)*omf),((y+1.26882896711934-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+12.9747494284999+verschuivingx)*omf),((y+1.26882896711934-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+12.8660566402495+verschuivingx)*omf),((y+0.9873645994472-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+12.7110273067703+verschuivingx)*omf),((y+0.75619863774829-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+12.5146568176967+verschuivingx)*omf),((y+0.60978204501798-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+12.5146568176967+verschuivingx)*omf),((y+0.60978204501798-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+12.3840876679443+verschuivingx)*omf),((y+0.51263032937105-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+12.2330201952096+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+12.0735122365411+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+12.0735122365411+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+12.0733399817261+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+12.0729954720962+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+12.0726509624662+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+11.4215277618538+verschuivingx)*omf),((y+1.37907204870451+size - verschuivingy)*omf)),Array(((x+11.7855021858998+verschuivingx)*omf),((y+0.84783819931596+size - verschuivingy)*omf)),Array(((x+11.7855021858998+verschuivingx)*omf),((y+0.84783819931596+size - verschuivingy)*omf)),Array(((x+12.0726509624662+verschuivingx)*omf),((y+0.74448531032986+size - verschuivingy)*omf)),Array(((x+12.0726509624662+verschuivingx)*omf),((y+0.74448531032986+size - verschuivingy)*omf)),Array(((x+12.3597997390326+verschuivingx)*omf),((y+0.84783819931596+size - verschuivingy)*omf)),Array(((x+12.3597997390326+verschuivingx)*omf),((y+0.84783819931596+size - verschuivingy)*omf)),Array(((x+12.6190432355727+verschuivingx)*omf),((y+1.15617431812449+size - verschuivingy)*omf)),Array(((x+12.6190432355727+verschuivingx)*omf),((y+1.15617431812449+size - verschuivingy)*omf)),Array(((x+12.8736358521085+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+12.8736358521085+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+12.7237741630786+verschuivingx)*omf),((y+3.10540980440231+size - verschuivingy)*omf)),Array(((x+12.7237741630786+verschuivingx)*omf),((y+3.10540980440231+size - verschuivingy)*omf)),Array(((x+12.3597997390326+verschuivingx)*omf),((y+3.63664365379086+size - verschuivingy)*omf)),Array(((x+12.3597997390326+verschuivingx)*omf),((y+3.63664365379086+size - verschuivingy)*omf)),Array(((x+12.0726509624662+verschuivingx)*omf),((y+3.73965203314701+size - verschuivingy)*omf)),Array(((x+12.0726509624662+verschuivingx)*omf),((y+3.73965203314701+size - verschuivingy)*omf)),Array(((x+11.7855021858998+verschuivingx)*omf),((y+3.63664365379086+size - verschuivingy)*omf)),Array(((x+11.7855021858998+verschuivingx)*omf),((y+3.63664365379086+size - verschuivingy)*omf)),Array(((x+11.5262586893597+verschuivingx)*omf),((y+3.32830753498233+size - verschuivingy)*omf)),Array(((x+11.5262586893597+verschuivingx)*omf),((y+3.32830753498233+size - verschuivingy)*omf)),Array(((x+11.2716660728239+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+11.2716660728239+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+11.4215277618538+verschuivingx)*omf),((y+1.37907204870451+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+11.4215277618538+verschuivingx)*omf),((y+1.37907204870451-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+11.5147176167562+verschuivingx)*omf),((y+1.13584824995723-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+11.6458035309536+verschuivingx)*omf),((y+0.95050206904216-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+11.7855021858998+verschuivingx)*omf),((y+0.84783819931596-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+11.7855021858998+verschuivingx)*omf),((y+0.84783819931596-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+11.8790365504322+verschuivingx)*omf),((y+0.77893627332523-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+11.9739489534845+verschuivingx)*omf),((y+0.74482981995982-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+12.0726509624662+verschuivingx)*omf),((y+0.74448531032986-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+12.0726509624662+verschuivingx)*omf),((y+0.74448531032986-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+12.1715252262629+verschuivingx)*omf),((y+0.74482981995982-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+12.2664376293151+verschuivingx)*omf),((y+0.77893627332523-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+12.3597997390326+verschuivingx)*omf),((y+0.84783819931596-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+12.3597997390326+verschuivingx)*omf),((y+0.84783819931596-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+12.4528173391201+verschuivingx)*omf),((y+0.9167401253067-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+12.542389842908+verschuivingx)*omf),((y+1.02147105281261-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+12.6190432355727+verschuivingx)*omf),((y+1.15617431812449-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+12.6190432355727+verschuivingx)*omf),((y+1.15617431812449-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+12.773039040162+verschuivingx)*omf),((y+1.4252363391183-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+12.8739803617384+verschuivingx)*omf),((y+1.81246516318622-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+12.8736358521085+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+12.8736358521085+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+12.8736358521085+verschuivingx)*omf),((y+2.56452968537506-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+12.817480782426+verschuivingx)*omf),((y+2.86253051528498-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+12.7237741630786+verschuivingx)*omf),((y+3.10540980440231-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+12.7237741630786+verschuivingx)*omf),((y+3.10540980440231-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+12.6305843081762+verschuivingx)*omf),((y+3.34828909351965-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+12.4994983939788+verschuivingx)*omf),((y+3.53363527443472-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+12.3597997390326+verschuivingx)*omf),((y+3.63664365379086-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+12.3597997390326+verschuivingx)*omf),((y+3.63664365379086-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+12.2664376293151+verschuivingx)*omf),((y+3.7055455797816-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+12.1715252262629+verschuivingx)*omf),((y+3.73965203314701-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+12.0726509624662+verschuivingx)*omf),((y+3.73965203314701-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+12.0726509624662+verschuivingx)*omf),((y+3.73965203314701-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+11.9739489534845+verschuivingx)*omf),((y+3.73965203314701-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+11.8790365504322+verschuivingx)*omf),((y+3.7055455797816-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+11.7855021858998+verschuivingx)*omf),((y+3.63664365379086-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+11.7855021858998+verschuivingx)*omf),((y+3.63664365379086-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+11.6924845858123+verschuivingx)*omf),((y+3.56774172780013-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+11.6030843368394+verschuivingx)*omf),((y+3.46301080029422-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+11.5262586893597+verschuivingx)*omf),((y+3.32830753498233-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+11.5262586893597+verschuivingx)*omf),((y+3.32830753498233-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+11.3722628847704+verschuivingx)*omf),((y+3.05890100435857-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+11.271321563194+verschuivingx)*omf),((y+2.67167218029065-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+11.2716660728239+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+11.2716660728239+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+11.2716660728239+verschuivingx)*omf),((y+1.91995216773176-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+11.3279933973214+verschuivingx)*omf),((y+1.62160682819189-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+11.4215277618538+verschuivingx)*omf),((y+1.37907204870451-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+11.5941270864606+verschuivingx)*omf),((y+1.31017012271378+size - verschuivingy)*omf)),Array(((x+11.449605296695+verschuivingx)*omf),((y+2.29477864512135+size - verschuivingy)*omf)),Array(((x+11.449605296695+verschuivingx)*omf),((y+2.29477864512135+size - verschuivingy)*omf)),Array(((x+11.6852498835833+verschuivingx)*omf),((y+3.3062589186653+size - verschuivingy)*omf)),Array(((x+11.6852498835833+verschuivingx)*omf),((y+3.3062589186653+size - verschuivingy)*omf)),Array(((x+11.9419095578988+verschuivingx)*omf),((y+3.62803091304202+size - verschuivingy)*omf)),Array(((x+11.9419095578988+verschuivingx)*omf),((y+3.62803091304202+size - verschuivingy)*omf)),Array(((x+12.1599841536595+verschuivingx)*omf),((y+3.58944583448721+size - verschuivingy)*omf)),Array(((x+12.1599841536595+verschuivingx)*omf),((y+3.58944583448721+size - verschuivingy)*omf)),Array(((x+12.1238106425143+verschuivingx)*omf),((y+3.35690183426849+size - verschuivingy)*omf)),Array(((x+12.1238106425143+verschuivingx)*omf),((y+3.35690183426849+size - verschuivingy)*omf)),Array(((x+12.1239828973293+verschuivingx)*omf),((y+3.35655732463853+size - verschuivingy)*omf)),Array(((x+12.1157146662104+verschuivingx)*omf),((y+3.34966713203946+size - verschuivingy)*omf)),Array(((x+12.1157146662104+verschuivingx)*omf),((y+3.34966713203946+size - verschuivingy)*omf)),Array(((x+12.0783353713604+verschuivingx)*omf),((y+3.31177107274456+size - verschuivingy)*omf)),Array(((x+12.0783353713604+verschuivingx)*omf),((y+3.31177107274456+size - verschuivingy)*omf)),Array(((x+11.9534506305022+verschuivingx)*omf),((y+3.13469312294838+size - verschuivingy)*omf)),Array(((x+11.9534506305022+verschuivingx)*omf),((y+3.13469312294838+size - verschuivingy)*omf)),Array(((x+11.7622477858779+verschuivingx)*omf),((y+2.29477864512135+size - verschuivingy)*omf)),Array(((x+11.7622477858779+verschuivingx)*omf),((y+2.29477864512135+size - verschuivingy)*omf)),Array(((x+11.8943672289652+verschuivingx)*omf),((y+1.40387674206118+size - verschuivingy)*omf)),Array(((x+11.8943672289652+verschuivingx)*omf),((y+1.40387674206118+size - verschuivingy)*omf)),Array(((x+11.7879137533095+verschuivingx)*omf),((y+1.19682645445902+size - verschuivingy)*omf)),Array(((x+11.7879137533095+verschuivingx)*omf),((y+1.19682645445902+size - verschuivingy)*omf)),Array(((x+11.7441610303054+verschuivingx)*omf),((y+1.18993626185995+size - verschuivingy)*omf)),Array(((x+11.7441610303054+verschuivingx)*omf),((y+1.18993626185995+size - verschuivingy)*omf)),Array(((x+11.5941270864606+verschuivingx)*omf),((y+1.31017012271378+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+11.5941270864606+verschuivingx)*omf),((y+1.31017012271378-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+11.4906019426595+verschuivingx)*omf),((y+1.68947522529276-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+11.449605296695+verschuivingx)*omf),((y+2.01607035448883-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+11.449605296695+verschuivingx)*omf),((y+2.29477864512135-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+11.449605296695+verschuivingx)*omf),((y+2.29477864512135-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+11.449260787065+verschuivingx)*omf),((y+2.76021115518874-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+11.5646715130995+verschuivingx)*omf),((y+3.09197392883412-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+11.6852498835833+verschuivingx)*omf),((y+3.3062589186653-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+11.6852498835833+verschuivingx)*omf),((y+3.3062589186653-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+11.8056559992521+verschuivingx)*omf),((y+3.52088841812643-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+11.9286459371456+verschuivingx)*omf),((y+3.61804013377336-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+11.9419095578988+verschuivingx)*omf),((y+3.62803091304202-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+11.9419095578988+verschuivingx)*omf),((y+3.62803091304202-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+12.0121895224093+verschuivingx)*omf),((y+3.68177441531479-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+12.1098580025012+verschuivingx)*omf),((y+3.66420442418716-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+12.1599841536595+verschuivingx)*omf),((y+3.58944583448721-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+12.1599841536595+verschuivingx)*omf),((y+3.58944583448721-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+12.2099380500027+verschuivingx)*omf),((y+3.51434273515731-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+12.1939183522099+verschuivingx)*omf),((y+3.41030082691131-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+12.1238106425143+verschuivingx)*omf),((y+3.35690183426849-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+12.1238106425143+verschuivingx)*omf),((y+3.35690183426849-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+12.1238106425143+verschuivingx)*omf),((y+3.35690183426849-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+12.1239828973293+verschuivingx)*omf),((y+3.35655732463853-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+12.1226048588095+verschuivingx)*omf),((y+3.35552379574867-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+12.1196765269549+verschuivingx)*omf),((y+3.353112228339-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+12.1157146662104+verschuivingx)*omf),((y+3.34966713203946-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+12.1157146662104+verschuivingx)*omf),((y+3.34966713203946-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+12.1076186899065+verschuivingx)*omf),((y+3.34208792018048-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+12.0946995787832+verschuivingx)*omf),((y+3.32968557350215-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+12.0783353713604+verschuivingx)*omf),((y+3.31177107274456-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+12.0783353713604+verschuivingx)*omf),((y+3.31177107274456-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+12.0457792113298+verschuivingx)*omf),((y+3.27559756159942-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+12.000131685361+verschuivingx)*omf),((y+3.21806445339716-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+11.9534506305022+verschuivingx)*omf),((y+3.13469312294838-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+11.9534506305022+verschuivingx)*omf),((y+3.13469312294838-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+11.8604330304147+verschuivingx)*omf),((y+2.96829497168076-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+11.7625922955079+verschuivingx)*omf),((y+2.70164451809662-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+11.7622477858779+verschuivingx)*omf),((y+2.29477864512135-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+11.7622477858779+verschuivingx)*omf),((y+2.29477864512135-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+11.7622477858779+verschuivingx)*omf),((y+2.05086582711415-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+11.7979045325782+verschuivingx)*omf),((y+1.75631009350377-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+11.8943672289652+verschuivingx)*omf),((y+1.40387674206118-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+11.8943672289652+verschuivingx)*omf),((y+1.40387674206118-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+11.9184829030619+verschuivingx)*omf),((y+1.31533776716308-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+11.8707683193134+verschuivingx)*omf),((y+1.22266467670555-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+11.7879137533095+verschuivingx)*omf),((y+1.19682645445902-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+11.7879137533095+verschuivingx)*omf),((y+1.19682645445902-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+11.7732720940365+verschuivingx)*omf),((y+1.19234782926963-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+11.7586304347634+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+11.7441610303054+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+11.7441610303054+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+11.6764648880195+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+11.6141086449979+verschuivingx)*omf),((y+1.23747859079356-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+11.5941270864606+verschuivingx)*omf),((y+1.31017012271378-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+11.4313462863075+verschuivingx)*omf),((y+2.1917702657652+size - verschuivingy)*omf)),Array(((x+11.1443697645561+verschuivingx)*omf),((y+2.27341904806422+size - verschuivingy)*omf)),Array(((x+11.1443697645561+verschuivingx)*omf),((y+2.27341904806422+size - verschuivingy)*omf)),Array(((x+11.1164644845298+verschuivingx)*omf),((y+2.32578451181718+size - verschuivingy)*omf)),Array(((x+11.1164644845298+verschuivingx)*omf),((y+2.32578451181718+size - verschuivingy)*omf)),Array(((x+11.1464368223358+verschuivingx)*omf),((y+2.35782390740287+size - verschuivingy)*omf)),Array(((x+11.1464368223358+verschuivingx)*omf),((y+2.35782390740287+size - verschuivingy)*omf)),Array(((x+11.1764091601417+verschuivingx)*omf),((y+2.32888509848676+size - verschuivingy)*omf)),Array(((x+11.1764091601417+verschuivingx)*omf),((y+2.32888509848676+size - verschuivingy)*omf)),Array(((x+11.1808877853311+verschuivingx)*omf),((y+2.32475098292732+size - verschuivingy)*omf)),Array(((x+11.1808877853311+verschuivingx)*omf),((y+2.32475098292732+size - verschuivingy)*omf)),Array(((x+11.219300609071+verschuivingx)*omf),((y+2.30442491476005+size - verschuivingy)*omf)),Array(((x+11.219300609071+verschuivingx)*omf),((y+2.30442491476005+size - verschuivingy)*omf)),Array(((x+11.3836317025589+verschuivingx)*omf),((y+2.26411728805547+size - verschuivingy)*omf)),Array(((x+11.3836317025589+verschuivingx)*omf),((y+2.26411728805547+size - verschuivingy)*omf)),Array(((x+11.940014754934+verschuivingx)*omf),((y+2.22587671913061+size - verschuivingy)*omf)),Array(((x+11.940014754934+verschuivingx)*omf),((y+2.22587671913061+size - verschuivingy)*omf)),Array(((x+12.6379912652202+verschuivingx)*omf),((y+2.29615668364116+size - verschuivingy)*omf)),Array(((x+12.6379912652202+verschuivingx)*omf),((y+2.29615668364116+size - verschuivingy)*omf)),Array(((x+12.7034480949114+verschuivingx)*omf),((y+2.32854058885681+size - verschuivingy)*omf)),Array(((x+12.7034480949114+verschuivingx)*omf),((y+2.32854058885681+size - verschuivingy)*omf)),Array(((x+12.7335926875323+verschuivingx)*omf),((y+2.35782390740287+size - verschuivingy)*omf)),Array(((x+12.7335926875323+verschuivingx)*omf),((y+2.35782390740287+size - verschuivingy)*omf)),Array(((x+12.7637372801532+verschuivingx)*omf),((y+2.32578451181718+size - verschuivingy)*omf)),Array(((x+12.7637372801532+verschuivingx)*omf),((y+2.32578451181718+size - verschuivingy)*omf)),Array(((x+12.735659745312+verschuivingx)*omf),((y+2.27341904806422+size - verschuivingy)*omf)),Array(((x+12.735659745312+verschuivingx)*omf),((y+2.27341904806422+size - verschuivingy)*omf)),Array(((x+12.6815717334093+verschuivingx)*omf),((y+2.24413572951816+size - verschuivingy)*omf)),Array(((x+12.6815717334093+verschuivingx)*omf),((y+2.24413572951816+size - verschuivingy)*omf)),Array(((x+12.505699567318+verschuivingx)*omf),((y+2.20038300651404+size - verschuivingy)*omf)),Array(((x+12.505699567318+verschuivingx)*omf),((y+2.20038300651404+size - verschuivingy)*omf)),Array(((x+11.940014754934+verschuivingx)*omf),((y+2.16145341832928+size - verschuivingy)*omf)),Array(((x+11.940014754934+verschuivingx)*omf),((y+2.16145341832928+size - verschuivingy)*omf)),Array(((x+11.4313462863075+verschuivingx)*omf),((y+2.1917702657652+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+11.4313462863075+verschuivingx)*omf),((y+2.1917702657652-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+11.2918198861762+verschuivingx)*omf),((y+2.21175182430251-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+11.1938068964544+verschuivingx)*omf),((y+2.23517847913936-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+11.1443697645561+verschuivingx)*omf),((y+2.27341904806422-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+11.1443697645561+verschuivingx)*omf),((y+2.27341904806422-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+11.1304171245429+verschuivingx)*omf),((y+2.28478786585269-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+11.1166367393448+verschuivingx)*omf),((y+2.30132432809047-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+11.1164644845298+verschuivingx)*omf),((y+2.32578451181718-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+11.1164644845298+verschuivingx)*omf),((y+2.32578451181718-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+11.1164644845298+verschuivingx)*omf),((y+2.34335450294481-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+11.129900360098+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+11.1464368223358+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+11.1464368223358+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+11.1621120104987+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+11.174858866807+verschuivingx)*omf),((y+2.34507705109458-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+11.1764091601417+verschuivingx)*omf),((y+2.32888509848676-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+11.1764091601417+verschuivingx)*omf),((y+2.32888509848676-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+11.1772704342166+verschuivingx)*omf),((y+2.3278515695969-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+11.1786484727364+verschuivingx)*omf),((y+2.32647353107708-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+11.1808877853311+verschuivingx)*omf),((y+2.32475098292732-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+11.1808877853311+verschuivingx)*omf),((y+2.32475098292732-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+11.1874334683003+verschuivingx)*omf),((y+2.31923882884806-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+11.2008693438685+verschuivingx)*omf),((y+2.31165961698908-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+11.219300609071+verschuivingx)*omf),((y+2.30442491476005-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+11.219300609071+verschuivingx)*omf),((y+2.30442491476005-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+11.256163139476+verschuivingx)*omf),((y+2.289955510302-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+11.3130072284184+verschuivingx)*omf),((y+2.2758306154739-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+11.3836317025589+verschuivingx)*omf),((y+2.26411728805547-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+11.3836317025589+verschuivingx)*omf),((y+2.26411728805547-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+11.5248806508399+verschuivingx)*omf),((y+2.24034612358867-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+11.7221124139883+verschuivingx)*omf),((y+2.22587671913061-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+11.940014754934+verschuivingx)*omf),((y+2.22587671913061-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+11.940014754934+verschuivingx)*omf),((y+2.22587671913061-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+12.2459393063329+verschuivingx)*omf),((y+2.22553220950066-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+12.512762014732+verschuivingx)*omf),((y+2.25516003767668-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+12.6379912652202+verschuivingx)*omf),((y+2.29615668364116-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+12.6379912652202+verschuivingx)*omf),((y+2.29615668364116-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+12.6753705600701+verschuivingx)*omf),((y+2.30752550142963-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+12.6993139793519+verschuivingx)*omf),((y+2.3233729444075-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+12.7034480949114+verschuivingx)*omf),((y+2.32854058885681-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+12.7034480949114+verschuivingx)*omf),((y+2.32854058885681-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+12.7048261334312+verschuivingx)*omf),((y+2.34507705109458-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+12.7177452445544+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+12.7335926875323+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+12.7335926875323+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+12.7503014045851+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+12.7637372801532+verschuivingx)*omf),((y+2.34335450294481-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+12.7637372801532+verschuivingx)*omf),((y+2.32578451181718-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+12.7637372801532+verschuivingx)*omf),((y+2.32578451181718-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+12.7633927705233+verschuivingx)*omf),((y+2.30132432809047-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+12.7496123853251+verschuivingx)*omf),((y+2.28478786585269-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+12.735659745312+verschuivingx)*omf),((y+2.27341904806422-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+12.735659745312+verschuivingx)*omf),((y+2.27341904806422-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+12.721190340854+verschuivingx)*omf),((y+2.2617057206458-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+12.7034480949114+verschuivingx)*omf),((y+2.252748470267-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+12.6815717334093+verschuivingx)*omf),((y+2.24413572951816-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+12.6815717334093+verschuivingx)*omf),((y+2.24413572951816-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+12.6381635200351+verschuivingx)*omf),((y+2.22691024802047-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+12.5787356088681+verschuivingx)*omf),((y+2.21278535319238-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+12.505699567318+verschuivingx)*omf),((y+2.20038300651404-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+12.505699567318+verschuivingx)*omf),((y+2.20038300651404-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+12.3599719938476+verschuivingx)*omf),((y+2.17626733241729-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+12.1605009181044+verschuivingx)*omf),((y+2.16145341832928-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+11.940014754934+verschuivingx)*omf),((y+2.16145341832928-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+11.940014754934+verschuivingx)*omf),((y+2.16145341832928-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+11.74708936216+verschuivingx)*omf),((y+2.16145341832928-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+11.5701836671788+verschuivingx)*omf),((y+2.17282223611775-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+11.4313462863075+verschuivingx)*omf),((y+2.1917702657652-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+11.4988701737784+verschuivingx)*omf),((y+1.20164958927838+size - verschuivingy)*omf)),Array(((x+11.2897528283965+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+11.2897528283965+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+11.3174858536078+verschuivingx)*omf),((y+1.45107456136483+size - verschuivingy)*omf)),Array(((x+11.3174858536078+verschuivingx)*omf),((y+1.45107456136483+size - verschuivingy)*omf)),Array(((x+11.345391133634+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+11.345391133634+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+11.5190239871307+verschuivingx)*omf),((y+1.25711563970091+size - verschuivingy)*omf)),Array(((x+11.5190239871307+verschuivingx)*omf),((y+1.25711563970091+size - verschuivingy)*omf)),Array(((x+11.9708483668149+verschuivingx)*omf),((y+1.17960097296134+size - verschuivingy)*omf)),Array(((x+11.9708483668149+verschuivingx)*omf),((y+1.17960097296134+size - verschuivingy)*omf)),Array(((x+12.4228450013141+verschuivingx)*omf),((y+1.25711563970091+size - verschuivingy)*omf)),Array(((x+12.4228450013141+verschuivingx)*omf),((y+1.25711563970091+size - verschuivingy)*omf)),Array(((x+12.5964778548107+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+12.5964778548107+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+12.5964778548107+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+12.624210880022+verschuivingx)*omf),((y+1.45107456136483+size - verschuivingy)*omf)),Array(((x+12.624210880022+verschuivingx)*omf),((y+1.45107456136483+size - verschuivingy)*omf)),Array(((x+12.6521161600483+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+12.6521161600483+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+12.4429988146664+verschuivingx)*omf),((y+1.20164958927838+size - verschuivingy)*omf)),Array(((x+12.4429988146664+verschuivingx)*omf),((y+1.20164958927838+size - verschuivingy)*omf)),Array(((x+11.9708483668149+verschuivingx)*omf),((y+1.12000080697936+size - verschuivingy)*omf)),Array(((x+11.9708483668149+verschuivingx)*omf),((y+1.12000080697936+size - verschuivingy)*omf)),Array(((x+11.4988701737784+verschuivingx)*omf),((y+1.20164958927838+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+11.4988701737784+verschuivingx)*omf),((y+1.20164958927838-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+11.3777750388497+verschuivingx)*omf),((y+1.25263701451152-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+11.2919921409912+verschuivingx)*omf),((y+1.32326148865202-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+11.2897528283965+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+11.2897528283965+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+11.2897528283965+verschuivingx)*omf),((y+1.43763868579663-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+11.3021551750748+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+11.3174858536078+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+11.3174858536078+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+11.3328165321407+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+11.345391133634+verschuivingx)*omf),((y+1.43763868579663-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+11.345391133634+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+11.345391133634+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+11.3429795662243+verschuivingx)*omf),((y+1.36942577906581-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+11.4034410062812+verschuivingx)*omf),((y+1.30396894937461-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+11.5190239871307+verschuivingx)*omf),((y+1.25711563970091-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+11.5190239871307+verschuivingx)*omf),((y+1.25711563970091-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+11.6328844198303+verschuivingx)*omf),((y+1.20957331076731-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+11.7934259073888+verschuivingx)*omf),((y+1.17925646333139-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+11.9708483668149+verschuivingx)*omf),((y+1.17960097296134-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+11.9708483668149+verschuivingx)*omf),((y+1.17960097296134-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+12.148443081056+verschuivingx)*omf),((y+1.17925646333139-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+12.3089845686144+verschuivingx)*omf),((y+1.20957331076731-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+12.4228450013141+verschuivingx)*omf),((y+1.25711563970091-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+12.4228450013141+verschuivingx)*omf),((y+1.25711563970091-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+12.5382557273486+verschuivingx)*omf),((y+1.30396894937461-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+12.5987171674054+verschuivingx)*omf),((y+1.36942577906581-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+12.5964778548107+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+12.5964778548107+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+12.5964778548107+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+12.5964778548107+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+12.5964778548107+verschuivingx)*omf),((y+1.43763868579663-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+12.6088802014891+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+12.624210880022+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+12.624210880022+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+12.6397138133699+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+12.6521161600483+verschuivingx)*omf),((y+1.43763868579663-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+12.6521161600483+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+12.6521161600483+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+12.6497045926386+verschuivingx)*omf),((y+1.32326148865202-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+12.5639216947801+verschuivingx)*omf),((y+1.25263701451152-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+12.4429988146664+verschuivingx)*omf),((y+1.20164958927838-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+12.4429988146664+verschuivingx)*omf),((y+1.20164958927838-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+12.3203533864029+verschuivingx)*omf),((y+1.15066216404523-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+12.1542997447652+verschuivingx)*omf),((y+1.12000080697936-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+11.9708483668149+verschuivingx)*omf),((y+1.12000080697936-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+11.9708483668149+verschuivingx)*omf),((y+1.12000080697936-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+11.7875692436795+verschuivingx)*omf),((y+1.12000080697936-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+11.6215156020419+verschuivingx)*omf),((y+1.15066216404523-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+11.4988701737784+verschuivingx)*omf),((y+1.20164958927838-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+12.6545277274579+verschuivingx)*omf),((y+2.88561266049188+size - verschuivingy)*omf)),Array(((x+12.6312733274361+verschuivingx)*omf),((y+2.91971911385729+size - verschuivingy)*omf)),Array(((x+12.6312733274361+verschuivingx)*omf),((y+2.91971911385729+size - verschuivingy)*omf)),Array(((x+12.6321346015109+verschuivingx)*omf),((y+2.93177695090567+size - verschuivingy)*omf)),Array(((x+12.6321346015109+verschuivingx)*omf),((y+2.93177695090567+size - verschuivingy)*omf)),Array(((x+12.4712486043226+verschuivingx)*omf),((y+3.11781215108065+size - verschuivingy)*omf)),Array(((x+12.4712486043226+verschuivingx)*omf),((y+3.11781215108065+size - verschuivingy)*omf)),Array(((x+12.0480185239245+verschuivingx)*omf),((y+3.26147266677132+size - verschuivingy)*omf)),Array(((x+12.0480185239245+verschuivingx)*omf),((y+3.26147266677132+size - verschuivingy)*omf)),Array(((x+11.8096178599966+verschuivingx)*omf),((y+3.28179873493859+size - verschuivingy)*omf)),Array(((x+11.8096178599966+verschuivingx)*omf),((y+3.28179873493859+size - verschuivingy)*omf)),Array(((x+11.5131673234215+verschuivingx)*omf),((y+3.23528993489485+size - verschuivingy)*omf)),Array(((x+11.5131673234215+verschuivingx)*omf),((y+3.23528993489485+size - verschuivingy)*omf)),Array(((x+11.3951727751623+verschuivingx)*omf),((y+3.12539136293963+size - verschuivingy)*omf)),Array(((x+11.3951727751623+verschuivingx)*omf),((y+3.12539136293963+size - verschuivingy)*omf)),Array(((x+11.3633056343916+verschuivingx)*omf),((y+3.10058666958296+size - verschuivingy)*omf)),Array(((x+11.3633056343916+verschuivingx)*omf),((y+3.10058666958296+size - verschuivingy)*omf)),Array(((x+11.3400512343697+verschuivingx)*omf),((y+3.13469312294838+size - verschuivingy)*omf)),Array(((x+11.3400512343697+verschuivingx)*omf),((y+3.13469312294838+size - verschuivingy)*omf)),Array(((x+11.4937025293291+verschuivingx)*omf),((y+3.29110049494734+size - verschuivingy)*omf)),Array(((x+11.4937025293291+verschuivingx)*omf),((y+3.29110049494734+size - verschuivingy)*omf)),Array(((x+11.8096178599966+verschuivingx)*omf),((y+3.34139890092057+size - verschuivingy)*omf)),Array(((x+11.8096178599966+verschuivingx)*omf),((y+3.34139890092057+size - verschuivingy)*omf)),Array(((x+12.0566312646734+verschuivingx)*omf),((y+3.32003930386345+size - verschuivingy)*omf)),Array(((x+12.0566312646734+verschuivingx)*omf),((y+3.32003930386345+size - verschuivingy)*omf)),Array(((x+12.4982926102739+verschuivingx)*omf),((y+3.16983310520365+size - verschuivingy)*omf)),Array(((x+12.4982926102739+verschuivingx)*omf),((y+3.16983310520365+size - verschuivingy)*omf)),Array(((x+12.6877729067485+verschuivingx)*omf),((y+2.93177695090567+size - verschuivingy)*omf)),Array(((x+12.6877729067485+verschuivingx)*omf),((y+2.93177695090567+size - verschuivingy)*omf)),Array(((x+12.6862226134137+verschuivingx)*omf),((y+2.9107618634785+size - verschuivingy)*omf)),Array(((x+12.6862226134137+verschuivingx)*omf),((y+2.9107618634785+size - verschuivingy)*omf)),Array(((x+12.6862226134137+verschuivingx)*omf),((y+2.91041735384854+size - verschuivingy)*omf)),Array(((x+12.6588340978324+verschuivingx)*omf),((y+2.88526815086192+size - verschuivingy)*omf)),Array(((x+12.6588340978324+verschuivingx)*omf),((y+2.88526815086192+size - verschuivingy)*omf)),Array(((x+12.6545277274579+verschuivingx)*omf),((y+2.88561266049188+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+12.6545277274579+verschuivingx)*omf),((y+2.88561266049188-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+12.63936930374+verschuivingx)*omf),((y+2.88836873753151-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+12.6288617600264+verschuivingx)*omf),((y+2.90352716124947-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+12.6312733274361+verschuivingx)*omf),((y+2.91971911385729-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+12.6312733274361+verschuivingx)*omf),((y+2.91971911385729-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+12.631790091881+verschuivingx)*omf),((y+2.92350871978678-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+12.6321346015109+verschuivingx)*omf),((y+2.92764283534622-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+12.6321346015109+verschuivingx)*omf),((y+2.93177695090567-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+12.6321346015109+verschuivingx)*omf),((y+2.93177695090567-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+12.6340294044757+verschuivingx)*omf),((y+2.98276437613881-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+12.5777020799783+verschuivingx)*omf),((y+3.05580041768899-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+12.4712486043226+verschuivingx)*omf),((y+3.11781215108065-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+12.4712486043226+verschuivingx)*omf),((y+3.11781215108065-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+12.3661731671867+verschuivingx)*omf),((y+3.18016839410226-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+12.2168282426018+verschuivingx)*omf),((y+3.23356738674508-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+12.0480185239245+verschuivingx)*omf),((y+3.26147266677132-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+12.0480185239245+verschuivingx)*omf),((y+3.26147266677132-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+11.9646471934757+verschuivingx)*omf),((y+3.27525305196947-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+11.8840319400666+verschuivingx)*omf),((y+3.28179873493859-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+11.8096178599966+verschuivingx)*omf),((y+3.28179873493859-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+11.8096178599966+verschuivingx)*omf),((y+3.28179873493859-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+11.6902452732176+verschuivingx)*omf),((y+3.28214324456854-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+11.5865478746016+verschuivingx)*omf),((y+3.26491776307086-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+11.5131673234215+verschuivingx)*omf),((y+3.23528993489485-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+11.5131673234215+verschuivingx)*omf),((y+3.23528993489485-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+11.4389254981664+verschuivingx)*omf),((y+3.20566210671883-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+11.3999959099817+verschuivingx)*omf),((y+3.1650099703843-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+11.3951727751623+verschuivingx)*omf),((y+3.12539136293963-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+11.3951727751623+verschuivingx)*omf),((y+3.12539136293963-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+11.3927612077526+verschuivingx)*omf),((y+3.10919941033181-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+11.3784640581096+verschuivingx)*omf),((y+3.09817510217329-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+11.3633056343916+verschuivingx)*omf),((y+3.10058666958296-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+11.3633056343916+verschuivingx)*omf),((y+3.10058666958296-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+11.3481472106736+verschuivingx)*omf),((y+3.10334274662259-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+11.337811921775+verschuivingx)*omf),((y+3.11850117034055-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+11.3400512343697+verschuivingx)*omf),((y+3.13469312294838-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+11.3400512343697+verschuivingx)*omf),((y+3.13469312294838-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+11.3515923069732+verschuivingx)*omf),((y+3.20807367412851-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+11.4120537470301+verschuivingx)*omf),((y+3.25802757047179-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+11.4937025293291+verschuivingx)*omf),((y+3.29110049494734-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+11.4937025293291+verschuivingx)*omf),((y+3.29110049494734-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+11.576212585703+verschuivingx)*omf),((y+3.32417341942289-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+11.6852498835833+verschuivingx)*omf),((y+3.34139890092057-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+11.8096178599966+verschuivingx)*omf),((y+3.34139890092057-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+11.8096178599966+verschuivingx)*omf),((y+3.34139890092057-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+11.8871325267362+verschuivingx)*omf),((y+3.34139890092057-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+11.97033160237+verschuivingx)*omf),((y+3.3345087083215-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+12.0566312646734+verschuivingx)*omf),((y+3.32003930386345-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+12.0566312646734+verschuivingx)*omf),((y+3.32003930386345-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+12.2309531374299+verschuivingx)*omf),((y+3.29110049494734-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+12.3854657064641+verschuivingx)*omf),((y+3.23666797341466-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+12.4982926102739+verschuivingx)*omf),((y+3.16983310520365-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+12.4982926102739+verschuivingx)*omf),((y+3.16983310520365-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+12.6099137303789+verschuivingx)*omf),((y+3.10265372736269-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+12.6857058489687+verschuivingx)*omf),((y+3.0244500413632-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+12.6877729067485+verschuivingx)*omf),((y+2.93177695090567-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+12.6877729067485+verschuivingx)*omf),((y+2.93177695090567-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+12.6877729067485+verschuivingx)*omf),((y+2.9248867583066-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+12.6872561423035+verschuivingx)*omf),((y+2.91765205607757-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+12.6862226134137+verschuivingx)*omf),((y+2.9107618634785-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+12.6862226134137+verschuivingx)*omf),((y+2.9107618634785-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+12.6862226134137+verschuivingx)*omf),((y+2.9107618634785-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+12.6862226134137+verschuivingx)*omf),((y+2.91041735384854-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+12.684155555634+verschuivingx)*omf),((y+2.89594794939049-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+12.6724422282155+verschuivingx)*omf),((y+2.88526815086192-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+12.6588340978324+verschuivingx)*omf),((y+2.88526815086192-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+12.6588340978324+verschuivingx)*omf),((y+2.88526815086192-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+12.6574560593125+verschuivingx)*omf),((y+2.88526815086192-verschuivingy)*omf));

line.pathPoints[34].leftDirection = Array(((x+12.6559057659777+verschuivingx)*omf),((y+2.88561266049188-verschuivingy)*omf));

line.pathPoints[34].rightDirection = Array(((x+12.6545277274579+verschuivingx)*omf),((y+2.88561266049188-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+13.1630239412695+verschuivingx)*omf),((y+2.04018602858559+size - verschuivingy)*omf)),Array(((x+14.1143872843866+verschuivingx)*omf),((y+0.71864708808334+size - verschuivingy)*omf)),Array(((x+14.7121114923562+verschuivingx)*omf),((y+2.01744839300865+size - verschuivingy)*omf)),Array(((x+13.5785025549937+verschuivingx)*omf),((y+3.40409965357214+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+12.9549401247775+verschuivingx)*omf),((y+2.81188759968179-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+13.3711077577616+verschuivingx)*omf),((y+1.26882896711934-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+13.7149283684553+verschuivingx)*omf),((y+0.71864708808334-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+14.5140184551328+verschuivingx)*omf),((y+0.71864708808334-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+14.9201953088482+verschuivingx)*omf),((y+1.2460913315424-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+14.5041999306791+verschuivingx)*omf),((y+2.7888054544749-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+13.9738273553655+verschuivingx)*omf),((y+3.34174341055053-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+13.0221195026185+verschuivingx)*omf),((y+3.49229411884028-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient42";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 66;

itemColor1.yellow = 100;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 0;

itemColor0.magenta = 0;

itemColor0.yellow = 100;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=67.6922988891602;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// poot links 4

var moveMatrix = app.getTranslationMatrix((0*omf), (0.5*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 150, 150);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient42").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 50;

itemColor1.yellow = 100;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=76;

grdntstop.midPoint=50;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+13.7524799181203+verschuivingx)*omf),((y+0.69522043324649+size - verschuivingy)*omf)),Array(((x+13.4579241845099+verschuivingx)*omf),((y+1.00424557131493+size - verschuivingy)*omf)),Array(((x+13.4579241845099+verschuivingx)*omf),((y+1.00424557131493+size - verschuivingy)*omf)),Array(((x+13.0327993011471+verschuivingx)*omf),((y+2.00022291151097+size - verschuivingy)*omf)),Array(((x+13.0327993011471+verschuivingx)*omf),((y+2.00022291151097+size - verschuivingy)*omf)),Array(((x+13.1630239412695+verschuivingx)*omf),((y+2.04018602858559+size - verschuivingy)*omf)),Array(((x+13.293420836207+verschuivingx)*omf),((y+2.08049365529017+size - verschuivingy)*omf)),Array(((x+13.5679950112801+verschuivingx)*omf),((y+1.35495637460776+size - verschuivingy)*omf)),Array(((x+13.5679950112801+verschuivingx)*omf),((y+1.35495637460776+size - verschuivingy)*omf)),Array(((x+13.9004468041854+verschuivingx)*omf),((y+0.93809972236382+size - verschuivingy)*omf)),Array(((x+13.9004468041854+verschuivingx)*omf),((y+0.93809972236382+size - verschuivingy)*omf)),Array(((x+14.1143872843866+verschuivingx)*omf),((y+0.86368564229383+size - verschuivingy)*omf)),Array(((x+14.1143872843866+verschuivingx)*omf),((y+0.86368564229383+size - verschuivingy)*omf)),Array(((x+14.4597581884151+verschuivingx)*omf),((y+1.05454397728816+size - verschuivingy)*omf)),Array(((x+14.4597581884151+verschuivingx)*omf),((y+1.05454397728816+size - verschuivingy)*omf)),Array(((x+14.6328742774668+verschuivingx)*omf),((y+1.61196055855319+size - verschuivingy)*omf)),Array(((x+14.6328742774668+verschuivingx)*omf),((y+1.61196055855319+size - verschuivingy)*omf)),Array(((x+14.5818868522337+verschuivingx)*omf),((y+1.97748527593402+size - verschuivingy)*omf)),Array(((x+14.5818868522337+verschuivingx)*omf),((y+1.97748527593402+size - verschuivingy)*omf)),Array(((x+14.1155930680914+verschuivingx)*omf),((y+2.8787224678928+size - verschuivingy)*omf)),Array(((x+14.1155930680914+verschuivingx)*omf),((y+2.8787224678928+size - verschuivingy)*omf)),Array(((x+13.5586932512713+verschuivingx)*omf),((y+3.26112815714137+size - verschuivingy)*omf)),Array(((x+13.5586932512713+verschuivingx)*omf),((y+3.26112815714137+size - verschuivingy)*omf)),Array(((x+13.4854849549062+verschuivingx)*omf),((y+3.26698482085058+size - verschuivingy)*omf)),Array(((x+13.4854849549062+verschuivingx)*omf),((y+3.26698482085058+size - verschuivingy)*omf)),Array(((x+13.2701664361851+verschuivingx)*omf),((y+3.15122958518615+size - verschuivingy)*omf)),Array(((x+13.2701664361851+verschuivingx)*omf),((y+3.15122958518615+size - verschuivingy)*omf)),Array(((x+13.1902402020359+verschuivingx)*omf),((y+2.75883311666893+size - verschuivingy)*omf)),Array(((x+13.1902402020359+verschuivingx)*omf),((y+2.75883311666893+size - verschuivingy)*omf)),Array(((x+13.293420836207+verschuivingx)*omf),((y+2.08049365529017+size - verschuivingy)*omf)),Array(((x+13.293420836207+verschuivingx)*omf),((y+2.08049365529017+size - verschuivingy)*omf)),Array(((x+13.1630239412695+verschuivingx)*omf),((y+2.04018602858559+size - verschuivingy)*omf)),Array(((x+13.0327993011471+verschuivingx)*omf),((y+2.00022291151097+size - verschuivingy)*omf)),Array(((x+12.9189388684474+verschuivingx)*omf),((y+2.75883311666893+size - verschuivingy)*omf)),Array(((x+12.9189388684474+verschuivingx)*omf),((y+2.75883311666893+size - verschuivingy)*omf)),Array(((x+13.0424455707858+verschuivingx)*omf),((y+3.30867048607498+size - verschuivingy)*omf)),Array(((x+13.0424455707858+verschuivingx)*omf),((y+3.30867048607498+size - verschuivingy)*omf)),Array(((x+13.4854849549062+verschuivingx)*omf),((y+3.55706192927157+size - verschuivingy)*omf)),Array(((x+13.4854849549062+verschuivingx)*omf),((y+3.55706192927157+size - verschuivingy)*omf)),Array(((x+13.598484113531+verschuivingx)*omf),((y+3.54741565963286+size - verschuivingy)*omf)),Array(((x+13.598484113531+verschuivingx)*omf),((y+3.54741565963286+size - verschuivingy)*omf)),Array(((x+14.3155809082795+verschuivingx)*omf),((y+3.07474844733644+size - verschuivingy)*omf)),Array(((x+14.3155809082795+verschuivingx)*omf),((y+3.07474844733644+size - verschuivingy)*omf)),Array(((x+14.8425083872936+verschuivingx)*omf),((y+2.05741151008327+size - verschuivingy)*omf)),Array(((x+14.8425083872936+verschuivingx)*omf),((y+2.05741151008327+size - verschuivingy)*omf)),Array(((x+14.9041756110554+verschuivingx)*omf),((y+1.61196055855319+size - verschuivingy)*omf)),Array(((x+14.9041756110554+verschuivingx)*omf),((y+1.61196055855319+size - verschuivingy)*omf)),Array(((x+14.6668084760173+verschuivingx)*omf),((y+0.86747524822332+size - verschuivingy)*omf)),Array(((x+14.6668084760173+verschuivingx)*omf),((y+0.86747524822332+size - verschuivingy)*omf)),Array(((x+14.1143872843866+verschuivingx)*omf),((y+0.57360853387285+size - verschuivingy)*omf)),Array(((x+14.1143872843866+verschuivingx)*omf),((y+0.57360853387285+size - verschuivingy)*omf)),Array(((x+14.1135260103117+verschuivingx)*omf),((y+0.57360853387285+size - verschuivingy)*omf)),Array(((x+14.1135260103117+verschuivingx)*omf),((y+0.57360853387285+size - verschuivingy)*omf)),Array(((x+13.7524799181203+verschuivingx)*omf),((y+0.69522043324649+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+13.7524799181203+verschuivingx)*omf),((y+0.69522043324649-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+13.64309811061+verschuivingx)*omf),((y+0.77135706146625-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+13.545946394963+verschuivingx)*omf),((y+0.87677700823207-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+13.4579241845099+verschuivingx)*omf),((y+1.00424557131493-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+13.4579241845099+verschuivingx)*omf),((y+1.00424557131493-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+13.2820520184185+verschuivingx)*omf),((y+1.25883818785068-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+13.1402863056926+verschuivingx)*omf),((y+1.60300330817439-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+13.0327993011471+verschuivingx)*omf),((y+2.00022291151097-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+13.0327993011471+verschuivingx)*omf),((y+2.00022291151097-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+13.0327993011471+verschuivingx)*omf),((y+2.00022291151097-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+13.1630239412695+verschuivingx)*omf),((y+2.04018602858559-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+13.1630239412695+verschuivingx)*omf),((y+2.04018602858559-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+13.293420836207+verschuivingx)*omf),((y+2.08049365529017-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+13.3690406999818+verschuivingx)*omf),((y+1.79971830687793-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+13.4629195741442+verschuivingx)*omf),((y+1.5516713733113-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+13.5679950112801+verschuivingx)*omf),((y+1.35495637460776-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+13.5679950112801+verschuivingx)*omf),((y+1.35495637460776-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+13.672725938786+verschuivingx)*omf),((y+1.15789686627426-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+13.7893424485253+verschuivingx)*omf),((y+1.01458086021354-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+13.9004468041854+verschuivingx)*omf),((y+0.93809972236382-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+13.9004468041854+verschuivingx)*omf),((y+0.93809972236382-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+13.9748608842553+verschuivingx)*omf),((y+0.88676778750073-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+14.044107319876+verschuivingx)*omf),((y+0.86368564229383-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+14.1143872843866+verschuivingx)*omf),((y+0.86368564229383-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+14.1143872843866+verschuivingx)*omf),((y+0.86368564229383-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+14.2306592844959+verschuivingx)*omf),((y+0.86334113266388-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+14.3584723572088+verschuivingx)*omf),((y+0.92707541420531-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+14.4597581884151+verschuivingx)*omf),((y+1.05454397728816-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+14.4597581884151+verschuivingx)*omf),((y+1.05454397728816-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+14.5603550003616+verschuivingx)*omf),((y+1.18201254037102-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+14.6327020226519+verschuivingx)*omf),((y+1.37080381758562-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+14.6328742774668+verschuivingx)*omf),((y+1.61196055855319-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+14.6328742774668+verschuivingx)*omf),((y+1.61196055855319-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+14.6328742774668+verschuivingx)*omf),((y+1.72323716902822-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+14.6173713441189+verschuivingx)*omf),((y+1.84519357803182-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+14.5818868522337+verschuivingx)*omf),((y+1.97748527593402-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+14.5818868522337+verschuivingx)*omf),((y+1.97748527593402-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+14.4840461173269+verschuivingx)*omf),((y+2.34025391627523-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+14.3092074801254+verschuivingx)*omf),((y+2.65341316990311-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+14.1155930680914+verschuivingx)*omf),((y+2.8787224678928-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+14.1155930680914+verschuivingx)*omf),((y+2.8787224678928-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+13.9230121849473+verschuivingx)*omf),((y+3.10540980440231-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+13.7083826854862+verschuivingx)*omf),((y+3.23942405045429-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+13.5586932512713+verschuivingx)*omf),((y+3.26112815714137-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+13.5586932512713+verschuivingx)*omf),((y+3.26112815714137-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+13.5318215001349+verschuivingx)*omf),((y+3.26526227270081-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+13.5075335712232+verschuivingx)*omf),((y+3.26732933048054-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+13.4854849549062+verschuivingx)*omf),((y+3.26698482085058-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+13.4854849549062+verschuivingx)*omf),((y+3.26698482085058-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+13.3712800125765+verschuivingx)*omf),((y+3.26353972455105-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+13.3208093517883+verschuivingx)*omf),((y+3.22839974229577-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+13.2701664361851+verschuivingx)*omf),((y+3.15122958518615-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+13.2701664361851+verschuivingx)*omf),((y+3.15122958518615-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+13.2214183235467+verschuivingx)*omf),((y+3.07233687992676-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+13.189723437591+verschuivingx)*omf),((y+2.93487753757525-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+13.1902402020359+verschuivingx)*omf),((y+2.75883311666893-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+13.1902402020359+verschuivingx)*omf),((y+2.75883311666893-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+13.1900679472209+verschuivingx)*omf),((y+2.56521870463497-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+13.226241458366+verschuivingx)*omf),((y+2.32854058885681-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+13.293420836207+verschuivingx)*omf),((y+2.08049365529017-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+13.293420836207+verschuivingx)*omf),((y+2.08049365529017-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+13.293420836207+verschuivingx)*omf),((y+2.08049365529017-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+13.1630239412695+verschuivingx)*omf),((y+2.04018602858559-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+13.1630239412695+verschuivingx)*omf),((y+2.04018602858559-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+13.0327993011471+verschuivingx)*omf),((y+2.00022291151097-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+12.9604522788568+verschuivingx)*omf),((y+2.26859591324487-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+12.9191111232623+verschuivingx)*omf),((y+2.52766715497002-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+12.9189388684474+verschuivingx)*omf),((y+2.75883311666893-verschuivingy)*omf));

line.pathPoints[34].leftDirection = Array(((x+12.9189388684474+verschuivingx)*omf),((y+2.75883311666893-verschuivingy)*omf));

line.pathPoints[34].rightDirection = Array(((x+12.9196278877073+verschuivingx)*omf),((y+2.9679504620508-verschuivingy)*omf));

line.pathPoints[35].leftDirection = Array(((x+12.951667283293+verschuivingx)*omf),((y+3.15674173926541-verschuivingy)*omf));

line.pathPoints[35].rightDirection = Array(((x+13.0424455707858+verschuivingx)*omf),((y+3.30867048607498-verschuivingy)*omf));

line.pathPoints[36].leftDirection = Array(((x+13.0424455707858+verschuivingx)*omf),((y+3.30867048607498-verschuivingy)*omf));

line.pathPoints[36].rightDirection = Array(((x+13.1315013101288+verschuivingx)*omf),((y+3.4616327617744-verschuivingy)*omf));

line.pathPoints[37].leftDirection = Array(((x+13.2963491680616+verschuivingx)*omf),((y+3.5605070255711-verschuivingy)*omf));

line.pathPoints[37].rightDirection = Array(((x+13.4854849549062+verschuivingx)*omf),((y+3.55706192927157-verschuivingy)*omf));

line.pathPoints[38].leftDirection = Array(((x+13.4854849549062+verschuivingx)*omf),((y+3.55706192927157-verschuivingy)*omf));

line.pathPoints[38].rightDirection = Array(((x+13.5221752304962+verschuivingx)*omf),((y+3.55706192927157-verschuivingy)*omf));

line.pathPoints[39].leftDirection = Array(((x+13.5597267801612+verschuivingx)*omf),((y+3.55361683297203-verschuivingy)*omf));

line.pathPoints[39].rightDirection = Array(((x+13.598484113531+verschuivingx)*omf),((y+3.54741565963286-verschuivingy)*omf));

line.pathPoints[40].leftDirection = Array(((x+13.598484113531+verschuivingx)*omf),((y+3.54741565963286-verschuivingy)*omf));

line.pathPoints[40].rightDirection = Array(((x+13.8441194796879+verschuivingx)*omf),((y+3.50676352329833-verschuivingy)*omf));

line.pathPoints[41].leftDirection = Array(((x+14.0921664132546+verschuivingx)*omf),((y+3.33278616017173-verschuivingy)*omf));

line.pathPoints[41].rightDirection = Array(((x+14.3155809082795+verschuivingx)*omf),((y+3.07474844733644-verschuivingy)*omf));

line.pathPoints[42].leftDirection = Array(((x+14.3155809082795+verschuivingx)*omf),((y+3.07474844733644-verschuivingy)*omf));

line.pathPoints[42].rightDirection = Array(((x+14.5379618744146+verschuivingx)*omf),((y+2.81533269598133-verschuivingy)*omf));

line.pathPoints[43].leftDirection = Array(((x+14.7320930508935+verschuivingx)*omf),((y+2.46599993120832-verschuivingy)*omf));

line.pathPoints[43].rightDirection = Array(((x+14.8425083872936+verschuivingx)*omf),((y+2.05741151008327-verschuivingy)*omf));

line.pathPoints[44].leftDirection = Array(((x+14.8425083872936+verschuivingx)*omf),((y+2.05741151008327-verschuivingy)*omf));

line.pathPoints[44].rightDirection = Array(((x+14.884710816963+verschuivingx)*omf),((y+1.90100413808431-verschuivingy)*omf));

line.pathPoints[45].leftDirection = Array(((x+14.9041756110554+verschuivingx)*omf),((y+1.75183146831437-verschuivingy)*omf));

line.pathPoints[45].rightDirection = Array(((x+14.9041756110554+verschuivingx)*omf),((y+1.61196055855319-verschuivingy)*omf));

line.pathPoints[46].leftDirection = Array(((x+14.9041756110554+verschuivingx)*omf),((y+1.61196055855319-verschuivingy)*omf));

line.pathPoints[46].rightDirection = Array(((x+14.9043478658703+verschuivingx)*omf),((y+1.30844757456401-verschuivingy)*omf));

line.pathPoints[47].leftDirection = Array(((x+14.8120192850427+verschuivingx)*omf),((y+1.05075437135867-verschuivingy)*omf));

line.pathPoints[47].rightDirection = Array(((x+14.6668084760173+verschuivingx)*omf),((y+0.86747524822332-verschuivingy)*omf));

line.pathPoints[48].leftDirection = Array(((x+14.6668084760173+verschuivingx)*omf),((y+0.86747524822332-verschuivingy)*omf));

line.pathPoints[48].rightDirection = Array(((x+14.5222866862517+verschuivingx)*omf),((y+0.68454063471793-verschuivingy)*omf));

line.pathPoints[49].leftDirection = Array(((x+14.3229878653235+verschuivingx)*omf),((y+0.5739530435028-verschuivingy)*omf));

line.pathPoints[49].rightDirection = Array(((x+14.1143872843866+verschuivingx)*omf),((y+0.57360853387285-verschuivingy)*omf));

line.pathPoints[50].leftDirection = Array(((x+14.1143872843866+verschuivingx)*omf),((y+0.57360853387285-verschuivingy)*omf));

line.pathPoints[50].rightDirection = Array(((x+14.1142150295716+verschuivingx)*omf),((y+0.57360853387285-verschuivingy)*omf));

line.pathPoints[51].leftDirection = Array(((x+14.1138705199417+verschuivingx)*omf),((y+0.57360853387285-verschuivingy)*omf));

line.pathPoints[51].rightDirection = Array(((x+14.1135260103117+verschuivingx)*omf),((y+0.57360853387285-verschuivingy)*omf));

line.pathPoints[52].leftDirection = Array(((x+14.1135260103117+verschuivingx)*omf),((y+0.57360853387285-verschuivingy)*omf));

line.pathPoints[52].rightDirection = Array(((x+13.9845071538941+verschuivingx)*omf),((y+0.57360853387285-verschuivingy)*omf));

line.pathPoints[53].leftDirection = Array(((x+13.8611727063706+verschuivingx)*omf),((y+0.61942831465669-verschuivingy)*omf));

line.pathPoints[53].rightDirection = Array(((x+13.7524799181203+verschuivingx)*omf),((y+0.69522043324649-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+13.3388961073609+verschuivingx)*omf),((y+3.38687417207446+size - verschuivingy)*omf)),Array(((x+12.5542754251414+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+13.3388961073609+verschuivingx)*omf),((y+0.59979126574933+size - verschuivingy)*omf)),Array(((x+14.0320494828277+verschuivingx)*omf),((y+2.06154562564272+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+13.3388961073609+verschuivingx)*omf),((y+3.38687417207446-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+12.9055029928792+verschuivingx)*omf),((y+3.38687417207446-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+12.5542754251414+verschuivingx)*omf),((y+2.76296723222837-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+12.5542754251414+verschuivingx)*omf),((y+1.22369820559541-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+12.9055029928792+verschuivingx)*omf),((y+0.59979126574933-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+13.7722892218426+verschuivingx)*omf),((y+0.59979126574933-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+14.0320494828277+verschuivingx)*omf),((y+1.29191111232623-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+14.0320494828277+verschuivingx)*omf),((y+2.06154562564272-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient40";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 66;

itemColor1.yellow = 100;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 0;

itemColor0.magenta = 0;

itemColor0.yellow = 100;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=67.6922988891602;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// poot links 3

var moveMatrix = app.getTranslationMatrix((0*omf), (0.5*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 150, 150);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient40").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 50;

itemColor1.yellow = 100;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=76;

grdntstop.midPoint=50;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+13.3388961073609+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+12.9554568892225+verschuivingx)*omf),((y+0.59083401537053+size - verschuivingy)*omf)),Array(((x+12.9554568892225+verschuivingx)*omf),((y+0.59083401537053+size - verschuivingy)*omf)),Array(((x+12.6677913482112+verschuivingx)*omf),((y+0.93327658754447+size - verschuivingy)*omf)),Array(((x+12.6677913482112+verschuivingx)*omf),((y+0.93327658754447+size - verschuivingy)*omf)),Array(((x+12.4185386309397+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+12.4185386309397+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+12.5625436562603+verschuivingx)*omf),((y+2.82704602339976+size - verschuivingy)*omf)),Array(((x+12.5625436562603+verschuivingx)*omf),((y+2.82704602339976+size - verschuivingy)*omf)),Array(((x+12.9554568892225+verschuivingx)*omf),((y+3.39583142245325+size - verschuivingy)*omf)),Array(((x+12.9554568892225+verschuivingx)*omf),((y+3.39583142245325+size - verschuivingy)*omf)),Array(((x+13.3388961073609+verschuivingx)*omf),((y+3.531568216655+size - verschuivingy)*omf)),Array(((x+13.3388961073609+verschuivingx)*omf),((y+3.531568216655+size - verschuivingy)*omf)),Array(((x+13.4746329015626+verschuivingx)*omf),((y+3.38687417207446+size - verschuivingy)*omf)),Array(((x+13.4746329015626+verschuivingx)*omf),((y+3.38687417207446+size - verschuivingy)*omf)),Array(((x+13.3388961073609+verschuivingx)*omf),((y+3.24183561786397+size - verschuivingy)*omf)),Array(((x+13.3388961073609+verschuivingx)*omf),((y+3.24183561786397+size - verschuivingy)*omf)),Array(((x+13.1115197515915+verschuivingx)*omf),((y+3.15880879704513+size - verschuivingy)*omf)),Array(((x+13.1115197515915+verschuivingx)*omf),((y+3.15880879704513+size - verschuivingy)*omf)),Array(((x+12.9003353484299+verschuivingx)*omf),((y+2.90421618050938+size - verschuivingy)*omf)),Array(((x+12.9003353484299+verschuivingx)*omf),((y+2.90421618050938+size - verschuivingy)*omf)),Array(((x+12.6898399645282+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+12.6898399645282+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+12.8138634313115+verschuivingx)*omf),((y+1.26882896711934+size - verschuivingy)*omf)),Array(((x+12.8138634313115+verschuivingx)*omf),((y+1.26882896711934+size - verschuivingy)*omf)),Array(((x+13.1115197515915+verschuivingx)*omf),((y+0.82785664077865+size - verschuivingy)*omf)),Array(((x+13.1115197515915+verschuivingx)*omf),((y+0.82785664077865+size - verschuivingy)*omf)),Array(((x+13.3388961073609+verschuivingx)*omf),((y+0.74448531032986+size - verschuivingy)*omf)),Array(((x+13.3388961073609+verschuivingx)*omf),((y+0.74448531032986+size - verschuivingy)*omf)),Array(((x+13.5425012986635+verschuivingx)*omf),((y+0.83061271781828+size - verschuivingy)*omf)),Array(((x+13.5425012986635+verschuivingx)*omf),((y+0.83061271781828+size - verschuivingy)*omf)),Array(((x+13.7252636573539+verschuivingx)*omf),((y+1.10380885437153+size - verschuivingy)*omf)),Array(((x+13.7252636573539+verschuivingx)*omf),((y+1.10380885437153+size - verschuivingy)*omf)),Array(((x+13.8963126886259+verschuivingx)*omf),((y+2.06154562564272+size - verschuivingy)*omf)),Array(((x+13.8963126886259+verschuivingx)*omf),((y+2.06154562564272+size - verschuivingy)*omf)),Array(((x+14.0320494828277+verschuivingx)*omf),((y+2.20623967022326+size - verschuivingy)*omf)),Array(((x+14.0320494828277+verschuivingx)*omf),((y+2.20623967022326+size - verschuivingy)*omf)),Array(((x+14.1676140222144+verschuivingx)*omf),((y+2.06154562564272+size - verschuivingy)*omf)),Array(((x+14.1676140222144+verschuivingx)*omf),((y+2.06154562564272+size - verschuivingy)*omf)),Array(((x+14.0565096665544+verschuivingx)*omf),((y+1.21749703225624+size - verschuivingy)*omf)),Array(((x+14.0565096665544+verschuivingx)*omf),((y+1.21749703225624+size - verschuivingy)*omf)),Array(((x+13.71751219068+verschuivingx)*omf),((y+0.60909302575808+size - verschuivingy)*omf)),Array(((x+13.71751219068+verschuivingx)*omf),((y+0.60909302575808+size - verschuivingy)*omf)),Array(((x+13.3411354199556+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+13.3411354199556+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+13.3388961073609+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+13.3388961073609+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+13.1997142168596+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+13.0679392834023+verschuivingx)*omf),((y+0.50608464640193-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+12.9554568892225+verschuivingx)*omf),((y+0.59083401537053-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+12.9554568892225+verschuivingx)*omf),((y+0.59083401537053-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+12.8424577305977+verschuivingx)*omf),((y+0.67558338433913-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+12.7466840534705+verschuivingx)*omf),((y+0.79340567778328-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+12.6677913482112+verschuivingx)*omf),((y+0.93327658754447-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+12.6677913482112+verschuivingx)*omf),((y+0.93327658754447-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+12.5105227021373+verschuivingx)*omf),((y+1.2133629166968-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+12.4188831405696+verschuivingx)*omf),((y+1.58474429778685-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+12.4185386309397+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+12.4185386309397+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+12.4187108857547+verschuivingx)*omf),((y+2.2996017799407-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+12.4707318398777+verschuivingx)*omf),((y+2.58520026317228-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+12.5625436562603+verschuivingx)*omf),((y+2.82704602339976-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+12.5625436562603+verschuivingx)*omf),((y+2.82704602339976-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+12.6546999822729+verschuivingx)*omf),((y+3.06854727399727-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+12.7861304061002+verschuivingx)*omf),((y+3.26801834974044-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+12.9554568892225+verschuivingx)*omf),((y+3.39583142245325-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+12.9554568892225+verschuivingx)*omf),((y+3.39583142245325-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+13.0679392834023+verschuivingx)*omf),((y+3.48058079142185-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+13.1997142168596+verschuivingx)*omf),((y+3.53191272628495-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+13.3388961073609+verschuivingx)*omf),((y+3.531568216655-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+13.3388961073609+verschuivingx)*omf),((y+3.531568216655-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+13.4138269518758+verschuivingx)*omf),((y+3.531568216655-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+13.4746329015626+verschuivingx)*omf),((y+3.46680040622371-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+13.4746329015626+verschuivingx)*omf),((y+3.38687417207446-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+13.4746329015626+verschuivingx)*omf),((y+3.38687417207446-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+13.4746329015626+verschuivingx)*omf),((y+3.30694793792521-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+13.4138269518758+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+13.3388961073609+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+13.3388961073609+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+13.2613814406213+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+13.1867951057363+verschuivingx)*omf),((y+3.21496386672758-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+13.1115197515915+verschuivingx)*omf),((y+3.15880879704513-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+13.1115197515915+verschuivingx)*omf),((y+3.15880879704513-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+13.0365889070765+verschuivingx)*omf),((y+3.10299823699264-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+12.9633806107114+verschuivingx)*omf),((y+3.01618181024432-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+12.9003353484299+verschuivingx)*omf),((y+2.90421618050938-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+12.9003353484299+verschuivingx)*omf),((y+2.90421618050938-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+12.7735558046069+verschuivingx)*omf),((y+2.67994041140954-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+12.6894954548982+verschuivingx)*omf),((y+2.35472332073328-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+12.6898399645282+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+12.6898399645282+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+12.6896677097132+verschuivingx)*omf),((y+1.72220364013836-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+12.7365210193869+verschuivingx)*omf),((y+1.47174513916205-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+12.8138634313115+verschuivingx)*omf),((y+1.26882896711934-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+12.8138634313115+verschuivingx)*omf),((y+1.26882896711934-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+12.8908613336061+verschuivingx)*omf),((y+1.06522377581672-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+12.9990373574116+verschuivingx)*omf),((y+0.91157248085739-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+13.1115197515915+verschuivingx)*omf),((y+0.82785664077865-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+13.1115197515915+verschuivingx)*omf),((y+0.82785664077865-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+13.1867951057363+verschuivingx)*omf),((y+0.77135706146625-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+13.2613814406213+verschuivingx)*omf),((y+0.74482981995982-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+13.3388961073609+verschuivingx)*omf),((y+0.74448531032986-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+13.3388961073609+verschuivingx)*omf),((y+0.74448531032986-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+13.4127934229859+verschuivingx)*omf),((y+0.74517432958977-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+13.4761831948974+verschuivingx)*omf),((y+0.7717015710962-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+13.5425012986635+verschuivingx)*omf),((y+0.83061271781828-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+13.5425012986635+verschuivingx)*omf),((y+0.83061271781828-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+13.6081303831697+verschuivingx)*omf),((y+0.88952386454036-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+13.6718646647111+verschuivingx)*omf),((y+0.9828859742578-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+13.7252636573539+verschuivingx)*omf),((y+1.10380885437153-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+13.7252636573539+verschuivingx)*omf),((y+1.10380885437153-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+13.8329229167144+verschuivingx)*omf),((y+1.34565461459901-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+13.8968294530708+verschuivingx)*omf),((y+1.69429836011211-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+13.8963126886259+verschuivingx)*omf),((y+2.06154562564272-verschuivingy)*omf));

line.pathPoints[34].leftDirection = Array(((x+13.8963126886259+verschuivingx)*omf),((y+2.06154562564272-verschuivingy)*omf));

line.pathPoints[34].rightDirection = Array(((x+13.8963126886259+verschuivingx)*omf),((y+2.14147185979197-verschuivingy)*omf));

line.pathPoints[35].leftDirection = Array(((x+13.9571186383127+verschuivingx)*omf),((y+2.20623967022326-verschuivingy)*omf));

line.pathPoints[35].rightDirection = Array(((x+14.0320494828277+verschuivingx)*omf),((y+2.20623967022326-verschuivingy)*omf));

line.pathPoints[36].leftDirection = Array(((x+14.0320494828277+verschuivingx)*omf),((y+2.20623967022326-verschuivingy)*omf));

line.pathPoints[36].rightDirection = Array(((x+14.1069803273426+verschuivingx)*omf),((y+2.20623967022326-verschuivingy)*omf));

line.pathPoints[37].leftDirection = Array(((x+14.1676140222144+verschuivingx)*omf),((y+2.14147185979197-verschuivingy)*omf));

line.pathPoints[37].rightDirection = Array(((x+14.1676140222144+verschuivingx)*omf),((y+2.06154562564272-verschuivingy)*omf));

line.pathPoints[38].leftDirection = Array(((x+14.1676140222144+verschuivingx)*omf),((y+2.06154562564272-verschuivingy)*omf));

line.pathPoints[38].rightDirection = Array(((x+14.1676140222144+verschuivingx)*omf),((y+1.75975518980331-verschuivingy)*omf));

line.pathPoints[39].leftDirection = Array(((x+14.1297179629195+verschuivingx)*omf),((y+1.46898906212242-verschuivingy)*omf));

line.pathPoints[39].rightDirection = Array(((x+14.0565096665544+verschuivingx)*omf),((y+1.21749703225624-verschuivingy)*omf));

line.pathPoints[40].leftDirection = Array(((x+14.0565096665544+verschuivingx)*omf),((y+1.21749703225624-verschuivingy)*omf));

line.pathPoints[40].rightDirection = Array(((x+13.9824400961143+verschuivingx)*omf),((y+0.96669402164998-verschuivingy)*omf));

line.pathPoints[41].leftDirection = Array(((x+13.8747808367538+verschuivingx)*omf),((y+0.75206452218885-verschuivingy)*omf));

line.pathPoints[41].rightDirection = Array(((x+13.71751219068+verschuivingx)*omf),((y+0.60909302575808-verschuivingy)*omf));

line.pathPoints[42].leftDirection = Array(((x+13.71751219068+verschuivingx)*omf),((y+0.60909302575808-verschuivingy)*omf));

line.pathPoints[42].rightDirection = Array(((x+13.6138147920639+verschuivingx)*omf),((y+0.51469738715077-verschuivingy)*omf));

line.pathPoints[43].leftDirection = Array(((x+13.4830733874965+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[43].rightDirection = Array(((x+13.3411354199556+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[44].leftDirection = Array(((x+13.3411354199556+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[44].rightDirection = Array(((x+13.3402741458807+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[45].leftDirection = Array(((x+13.3395851266208+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[45].rightDirection = Array(((x+13.3388961073609+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+12.8701907558089+verschuivingx)*omf),((y+1.29535620862577+size - verschuivingy)*omf)),Array(((x+12.7919870698094+verschuivingx)*omf),((y+1.95543665961699+size - verschuivingy)*omf)),Array(((x+12.7919870698094+verschuivingx)*omf),((y+1.95543665961699+size - verschuivingy)*omf)),Array(((x+13.1108307323316+verschuivingx)*omf),((y+3.07440393770649+size - verschuivingy)*omf)),Array(((x+13.1108307323316+verschuivingx)*omf),((y+3.07440393770649+size - verschuivingy)*omf)),Array(((x+13.3314891503169+verschuivingx)*omf),((y+3.08921785179449+size - verschuivingy)*omf)),Array(((x+13.3314891503169+verschuivingx)*omf),((y+3.08921785179449+size - verschuivingy)*omf)),Array(((x+13.345614045145+verschuivingx)*omf),((y+2.85357326490619+size - verschuivingy)*omf)),Array(((x+13.345614045145+verschuivingx)*omf),((y+2.85357326490619+size - verschuivingy)*omf)),Array(((x+13.345614045145+verschuivingx)*omf),((y+2.85357326490619+size - verschuivingy)*omf)),Array(((x+13.3399296362507+verschuivingx)*omf),((y+2.84599405304721+size - verschuivingy)*omf)),Array(((x+13.3399296362507+verschuivingx)*omf),((y+2.84599405304721+size - verschuivingy)*omf)),Array(((x+13.3147804332641+verschuivingx)*omf),((y+2.8080979937523+size - verschuivingy)*omf)),Array(((x+13.3147804332641+verschuivingx)*omf),((y+2.8080979937523+size - verschuivingy)*omf)),Array(((x+13.2310645931854+verschuivingx)*omf),((y+2.64273337137455+size - verschuivingy)*omf)),Array(((x+13.2310645931854+verschuivingx)*omf),((y+2.64273337137455+size - verschuivingy)*omf)),Array(((x+13.1044573041774+verschuivingx)*omf),((y+1.95543665961699+size - verschuivingy)*omf)),Array(((x+13.1044573041774+verschuivingx)*omf),((y+1.95543665961699+size - verschuivingy)*omf)),Array(((x+13.1738759946131+verschuivingx)*omf),((y+1.37493793314507+size - verschuivingy)*omf)),Array(((x+13.1738759946131+verschuivingx)*omf),((y+1.37493793314507+size - verschuivingy)*omf)),Array(((x+13.0593265426535+verschuivingx)*omf),((y+1.17271078036227+size - verschuivingy)*omf)),Array(((x+13.0593265426535+verschuivingx)*omf),((y+1.17271078036227+size - verschuivingy)*omf)),Array(((x+13.0219472478035+verschuivingx)*omf),((y+1.16788764554292+size - verschuivingy)*omf)),Array(((x+13.0219472478035+verschuivingx)*omf),((y+1.16788764554292+size - verschuivingy)*omf)),Array(((x+12.8701907558089+verschuivingx)*omf),((y+1.29535620862577+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+12.8701907558089+verschuivingx)*omf),((y+1.29535620862577-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+12.8143801957564+verschuivingx)*omf),((y+1.53892451700301-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+12.7919870698094+verschuivingx)*omf),((y+1.75975518980331-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+12.7919870698094+verschuivingx)*omf),((y+1.95543665961699-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+12.7919870698094+verschuivingx)*omf),((y+1.95543665961699-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+12.7918148149945+verschuivingx)*omf),((y+2.67615080548005-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+13.0946387797237+verschuivingx)*omf),((y+3.05545590805903-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+13.1108307323316+verschuivingx)*omf),((y+3.07440393770649-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+13.1108307323316+verschuivingx)*omf),((y+3.07440393770649-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+13.1678470760889+verschuivingx)*omf),((y+3.14365037332717-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+13.2667213398856+verschuivingx)*omf),((y+3.15019605629629-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+13.3314891503169+verschuivingx)*omf),((y+3.08921785179449-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+13.3314891503169+verschuivingx)*omf),((y+3.08921785179449-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+13.3962569607482+verschuivingx)*omf),((y+3.02858415692265-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+13.4024581340873+verschuivingx)*omf),((y+2.92316421015683-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+13.345614045145+verschuivingx)*omf),((y+2.85357326490619-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+13.345614045145+verschuivingx)*omf),((y+2.85357326490619-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+13.345614045145+verschuivingx)*omf),((y+2.85357326490619-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+13.345614045145+verschuivingx)*omf),((y+2.85357326490619-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+13.3445805162551+verschuivingx)*omf),((y+2.85253973601633-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+13.3426857132904+verschuivingx)*omf),((y+2.8497836589767-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+13.3399296362507+verschuivingx)*omf),((y+2.84599405304721-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+13.3399296362507+verschuivingx)*omf),((y+2.84599405304721-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+13.3344174821715+verschuivingx)*omf),((y+2.83841484118823-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+13.3256324866077+verschuivingx)*omf),((y+2.82601249450989-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+13.3147804332641+verschuivingx)*omf),((y+2.8080979937523-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+13.3147804332641+verschuivingx)*omf),((y+2.8080979937523-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+13.2929040717621+verschuivingx)*omf),((y+2.77295801149703-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+13.2622427146962+verschuivingx)*omf),((y+2.71783647070444-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+13.2310645931854+verschuivingx)*omf),((y+2.64273337137455-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+13.2310645931854+verschuivingx)*omf),((y+2.64273337137455-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+13.1688806049788+verschuivingx)*omf),((y+2.4928716823447-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+13.1046295589924+verschuivingx)*omf),((y+2.26480630731538-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+13.1044573041774+verschuivingx)*omf),((y+1.95543665961699-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+13.1044573041774+verschuivingx)*omf),((y+1.95543665961699-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+13.1044573041774+verschuivingx)*omf),((y+1.78662694093969-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+13.1237498434548+verschuivingx)*omf),((y+1.59335703853569-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+13.1738759946131+verschuivingx)*omf),((y+1.37493793314507-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+13.1738759946131+verschuivingx)*omf),((y+1.37493793314507-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+13.1943743175953+verschuivingx)*omf),((y+1.28502091972716-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+13.1430423827322+verschuivingx)*omf),((y+1.1947593966793-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+13.0593265426535+verschuivingx)*omf),((y+1.17271078036227-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+13.0593265426535+verschuivingx)*omf),((y+1.17271078036227-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+13.0467519411602+verschuivingx)*omf),((y+1.16961019369268-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+13.0341773396669+verschuivingx)*omf),((y+1.16788764554292-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+13.0219472478035+verschuivingx)*omf),((y+1.16788764554292-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+13.0219472478035+verschuivingx)*omf),((y+1.16788764554292-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+12.951667283293+verschuivingx)*omf),((y+1.16788764554292-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+12.8877607469366+verschuivingx)*omf),((y+1.21921958040601-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+12.8701907558089+verschuivingx)*omf),((y+1.29535620862577-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+12.6255889185418+verschuivingx)*omf),((y+2.11046599309614+size - verschuivingy)*omf)),Array(((x+12.5508303288419+verschuivingx)*omf),((y+2.18384654427627+size - verschuivingy)*omf)),Array(((x+12.5508303288419+verschuivingx)*omf),((y+2.18384654427627+size - verschuivingy)*omf)),Array(((x+12.5780465896082+verschuivingx)*omf),((y+2.21312986282233+size - verschuivingy)*omf)),Array(((x+12.5780465896082+verschuivingx)*omf),((y+2.21312986282233+size - verschuivingy)*omf)),Array(((x+12.6050905955596+verschuivingx)*omf),((y+2.18694713094585+size - verschuivingy)*omf)),Array(((x+12.6050905955596+verschuivingx)*omf),((y+2.18694713094585+size - verschuivingy)*omf)),Array(((x+12.6090524563041+verschuivingx)*omf),((y+2.18315752501636+size - verschuivingy)*omf)),Array(((x+12.6090524563041+verschuivingx)*omf),((y+2.18315752501636+size - verschuivingy)*omf)),Array(((x+12.6441924385593+verschuivingx)*omf),((y+2.16524302425877+size - verschuivingy)*omf)),Array(((x+12.6441924385593+verschuivingx)*omf),((y+2.16524302425877+size - verschuivingy)*omf)),Array(((x+12.7938818727742+verschuivingx)*omf),((y+2.12872500348368+size - verschuivingy)*omf)),Array(((x+12.7938818727742+verschuivingx)*omf),((y+2.12872500348368+size - verschuivingy)*omf)),Array(((x+13.301172302881+verschuivingx)*omf),((y+2.09427404048831+size - verschuivingy)*omf)),Array(((x+13.301172302881+verschuivingx)*omf),((y+2.09427404048831+size - verschuivingy)*omf)),Array(((x+13.9371370797754+verschuivingx)*omf),((y+2.15766381239979+size - verschuivingy)*omf)),Array(((x+13.9371370797754+verschuivingx)*omf),((y+2.15766381239979+size - verschuivingy)*omf)),Array(((x+13.9970817553874+verschuivingx)*omf),((y+2.1866026213159+size - verschuivingy)*omf)),Array(((x+13.9970817553874+verschuivingx)*omf),((y+2.1866026213159+size - verschuivingy)*omf)),Array(((x+14.0241257613387+verschuivingx)*omf),((y+2.21312986282233+size - verschuivingy)*omf)),Array(((x+14.0241257613387+verschuivingx)*omf),((y+2.21312986282233+size - verschuivingy)*omf)),Array(((x+14.0513420221051+verschuivingx)*omf),((y+2.18384654427627+size - verschuivingy)*omf)),Array(((x+14.0513420221051+verschuivingx)*omf),((y+2.18384654427627+size - verschuivingy)*omf)),Array(((x+13.9765834324051+verschuivingx)*omf),((y+2.11046599309614+size - verschuivingy)*omf)),Array(((x+13.9765834324051+verschuivingx)*omf),((y+2.11046599309614+size - verschuivingy)*omf)),Array(((x+13.8165587092916+verschuivingx)*omf),((y+2.07119189528142+size - verschuivingy)*omf)),Array(((x+13.8165587092916+verschuivingx)*omf),((y+2.07119189528142+size - verschuivingy)*omf)),Array(((x+13.301172302881+verschuivingx)*omf),((y+2.03605191302615+size - verschuivingy)*omf)),Array(((x+13.301172302881+verschuivingx)*omf),((y+2.03605191302615+size - verschuivingy)*omf)),Array(((x+12.6255889185418+verschuivingx)*omf),((y+2.11046599309614+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+12.6255889185418+verschuivingx)*omf),((y+2.11046599309614-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+12.5880373688769+verschuivingx)*omf),((y+2.12700245533391-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+12.5554812088463+verschuivingx)*omf),((y+2.13906029238229-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+12.5508303288419+verschuivingx)*omf),((y+2.18384654427627-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+12.5508303288419+verschuivingx)*omf),((y+2.18384654427627-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+12.5508303288419+verschuivingx)*omf),((y+2.20003849688409-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+12.5628881658903+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+12.5780465896082+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+12.5780465896082+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+12.5921714844363+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+12.6037125570398+verschuivingx)*omf),((y+2.20176104503386-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+12.6050905955596+verschuivingx)*omf),((y+2.18694713094585-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+12.6050905955596+verschuivingx)*omf),((y+2.18694713094585-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+12.6057796148195+verschuivingx)*omf),((y+2.18625811168594-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+12.6071576533393+verschuivingx)*omf),((y+2.18488007316613-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+12.6090524563041+verschuivingx)*omf),((y+2.18315752501636-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+12.6090524563041+verschuivingx)*omf),((y+2.18315752501636-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+12.6150813748282+verschuivingx)*omf),((y+2.17833439019701-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+12.6273114666916+verschuivingx)*omf),((y+2.17144419759794-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+12.6441924385593+verschuivingx)*omf),((y+2.16524302425877-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+12.6441924385593+verschuivingx)*omf),((y+2.16524302425877-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+12.6777821274798+verschuivingx)*omf),((y+2.15180714869058-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+12.7296308267878+verschuivingx)*omf),((y+2.13940480201224-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+12.7938818727742+verschuivingx)*omf),((y+2.12872500348368-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+12.7938818727742+verschuivingx)*omf),((y+2.12872500348368-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+12.9227284743769+verschuivingx)*omf),((y+2.10770991605651-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+13.1025625012127+verschuivingx)*omf),((y+2.09427404048831-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+13.301172302881+verschuivingx)*omf),((y+2.09427404048831-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+13.301172302881+verschuivingx)*omf),((y+2.09427404048831-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+13.5798805935135+verschuivingx)*omf),((y+2.09427404048831-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+13.8229321374458+verschuivingx)*omf),((y+2.12080128199475-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+13.9371370797754+verschuivingx)*omf),((y+2.15766381239979-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+13.9371370797754+verschuivingx)*omf),((y+2.15766381239979-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+13.9712435331408+verschuivingx)*omf),((y+2.16765459166845-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+13.9931198946429+verschuivingx)*omf),((y+2.1821239961265-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+13.9970817553874+verschuivingx)*omf),((y+2.1866026213159-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+13.9970817553874+verschuivingx)*omf),((y+2.1866026213159-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+13.9982875390922+verschuivingx)*omf),((y+2.2014165354039-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+14.0100008665106+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+14.0241257613387+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+14.0241257613387+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+14.0391119302417+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+14.0513420221051+verschuivingx)*omf),((y+2.20003849688409-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+14.0513420221051+verschuivingx)*omf),((y+2.18384654427627-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+14.0513420221051+verschuivingx)*omf),((y+2.18384654427627-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+14.0465188872857+verschuivingx)*omf),((y+2.13906029238229-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+14.0139627272551+verschuivingx)*omf),((y+2.12700245533391-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+13.9765834324051+verschuivingx)*omf),((y+2.11046599309614-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+13.9765834324051+verschuivingx)*omf),((y+2.11046599309614-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+13.9371370797754+verschuivingx)*omf),((y+2.09496305974822-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+13.8830490678727+verschuivingx)*omf),((y+2.08221620343994-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+13.8165587092916+verschuivingx)*omf),((y+2.07119189528142-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+13.8165587092916+verschuivingx)*omf),((y+2.07119189528142-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+13.6835779921295+verschuivingx)*omf),((y+2.04948778859434-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+13.501849162329+verschuivingx)*omf),((y+2.03605191302615-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+13.301172302881+verschuivingx)*omf),((y+2.03605191302615-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+13.301172302881+verschuivingx)*omf),((y+2.03605191302615-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+12.9993818670416+verschuivingx)*omf),((y+2.0363964226561-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+12.7427221927261+verschuivingx)*omf),((y+2.06533523157221-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+12.6255889185418+verschuivingx)*omf),((y+2.11046599309614-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+12.89930181954+verschuivingx)*omf),((y+1.17408881888208+size - verschuivingy)*omf)),Array(((x+12.7087879941756+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+12.7087879941756+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+12.7339371971623+verschuivingx)*omf),((y+1.39836458798192+size - verschuivingy)*omf)),Array(((x+12.7339371971623+verschuivingx)*omf),((y+1.39836458798192+size - verschuivingy)*omf)),Array(((x+12.7590864001489+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+12.7590864001489+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+12.9172163202976+verschuivingx)*omf),((y+1.22404271522536+size - verschuivingy)*omf)),Array(((x+12.9172163202976+verschuivingx)*omf),((y+1.22404271522536+size - verschuivingy)*omf)),Array(((x+13.3292498377222+verschuivingx)*omf),((y+1.15445176997472+size - verschuivingy)*omf)),Array(((x+13.3292498377222+verschuivingx)*omf),((y+1.15445176997472+size - verschuivingy)*omf)),Array(((x+13.7411111003318+verschuivingx)*omf),((y+1.22404271522536+size - verschuivingy)*omf)),Array(((x+13.7411111003318+verschuivingx)*omf),((y+1.22404271522536+size - verschuivingy)*omf)),Array(((x+13.8994132752955+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+13.8994132752955+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+13.9245624782821+verschuivingx)*omf),((y+1.39836458798192+size - verschuivingy)*omf)),Array(((x+13.9245624782821+verschuivingx)*omf),((y+1.39836458798192+size - verschuivingy)*omf)),Array(((x+13.9497116812687+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+13.9497116812687+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+13.7591978559044+verschuivingx)*omf),((y+1.17408881888208+size - verschuivingy)*omf)),Array(((x+13.7591978559044+verschuivingx)*omf),((y+1.17408881888208+size - verschuivingy)*omf)),Array(((x+13.3292498377222+verschuivingx)*omf),((y+1.10070826770195+size - verschuivingy)*omf)),Array(((x+13.3292498377222+verschuivingx)*omf),((y+1.10070826770195+size - verschuivingy)*omf)),Array(((x+12.89930181954+verschuivingx)*omf),((y+1.17408881888208+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+12.89930181954+verschuivingx)*omf),((y+1.17408881888208-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+12.7890587379548+verschuivingx)*omf),((y+1.21990859966592-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+12.7108550519554+verschuivingx)*omf),((y+1.28295386194744-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+12.7087879941756+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+12.7087879941756+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+12.7087879941756+verschuivingx)*omf),((y+1.38630675093354-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+12.7199845571491+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+12.7339371971623+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+12.7339371971623+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+12.7477175823604+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+12.7590864001489+verschuivingx)*omf),((y+1.38630675093354-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+12.7590864001489+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+12.7590864001489+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+12.7568470875542+verschuivingx)*omf),((y+1.32532854643174-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+12.8119686283468+verschuivingx)*omf),((y+1.26676190933962-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+12.9172163202976+verschuivingx)*omf),((y+1.22404271522536-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+12.9172163202976+verschuivingx)*omf),((y+1.22404271522536-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+13.0210859737286+verschuivingx)*omf),((y+1.18166803074106-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+13.1675025664589+verschuivingx)*omf),((y+1.15445176997472-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+13.3292498377222+verschuivingx)*omf),((y+1.15445176997472-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+13.3292498377222+verschuivingx)*omf),((y+1.15445176997472-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+13.4909971089854+verschuivingx)*omf),((y+1.15445176997472-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+13.6374137017157+verschuivingx)*omf),((y+1.18166803074106-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+13.7411111003318+verschuivingx)*omf),((y+1.22404271522536-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+13.7411111003318+verschuivingx)*omf),((y+1.22404271522536-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+13.8465310470976+verschuivingx)*omf),((y+1.26676190933962-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+13.9016525878902+verschuivingx)*omf),((y+1.32532854643174-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+13.8994132752955+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+13.8994132752955+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+13.8994132752955+verschuivingx)*omf),((y+1.38630675093354-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+13.910782093084+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+13.9245624782821+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+13.9245624782821+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+13.9385151182952+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+13.9497116812687+verschuivingx)*omf),((y+1.38630675093354-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+13.9497116812687+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+13.9497116812687+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+13.947472368674+verschuivingx)*omf),((y+1.28295386194744-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+13.8694409374895+verschuivingx)*omf),((y+1.21990859966592-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+13.7591978559044+verschuivingx)*omf),((y+1.17408881888208-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+13.7591978559044+verschuivingx)*omf),((y+1.17408881888208-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+13.6475767357994+verschuivingx)*omf),((y+1.12826903809824-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+13.4963370082497+verschuivingx)*omf),((y+1.10105277733191-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+13.3292498377222+verschuivingx)*omf),((y+1.10070826770195-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+13.3292498377222+verschuivingx)*omf),((y+1.10070826770195-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+13.1621626671947+verschuivingx)*omf),((y+1.10105277733191-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+13.010922939645+verschuivingx)*omf),((y+1.12826903809824-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+12.89930181954+verschuivingx)*omf),((y+1.17408881888208-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+13.9521232486784+verschuivingx)*omf),((y+2.68683060400861+size - verschuivingy)*omf)),Array(((x+13.9311081612512+verschuivingx)*omf),((y+2.71749196107449+size - verschuivingy)*omf)),Array(((x+13.9311081612512+verschuivingx)*omf),((y+2.71749196107449+size - verschuivingy)*omf)),Array(((x+13.9317971805111+verschuivingx)*omf),((y+2.72817175960305+size - verschuivingy)*omf)),Array(((x+13.9317971805111+verschuivingx)*omf),((y+2.72817175960305+size - verschuivingy)*omf)),Array(((x+13.7853805877808+verschuivingx)*omf),((y+2.89525893013058+size - verschuivingy)*omf)),Array(((x+13.7853805877808+verschuivingx)*omf),((y+2.89525893013058+size - verschuivingy)*omf)),Array(((x+13.3995298022327+verschuivingx)*omf),((y+3.02410553173325+size - verschuivingy)*omf)),Array(((x+13.3995298022327+verschuivingx)*omf),((y+3.02410553173325+size - verschuivingy)*omf)),Array(((x+13.181971970917+verschuivingx)*omf),((y+3.04270905175075+size - verschuivingy)*omf)),Array(((x+13.181971970917+verschuivingx)*omf),((y+3.04270905175075+size - verschuivingy)*omf)),Array(((x+12.9120486758483+verschuivingx)*omf),((y+3.0006788768964+size - verschuivingy)*omf)),Array(((x+12.9120486758483+verschuivingx)*omf),((y+3.0006788768964+size - verschuivingy)*omf)),Array(((x+12.8043894164878+verschuivingx)*omf),((y+2.90214912272965+size - verschuivingy)*omf)),Array(((x+12.8043894164878+verschuivingx)*omf),((y+2.90214912272965+size - verschuivingy)*omf)),Array(((x+12.7756228623866+verschuivingx)*omf),((y+2.87975599678267+size - verschuivingy)*omf)),Array(((x+12.7756228623866+verschuivingx)*omf),((y+2.87975599678267+size - verschuivingy)*omf)),Array(((x+12.7546077749595+verschuivingx)*omf),((y+2.9107618634785+size - verschuivingy)*omf)),Array(((x+12.7546077749595+verschuivingx)*omf),((y+2.9107618634785+size - verschuivingy)*omf)),Array(((x+12.8944786847207+verschuivingx)*omf),((y+3.05132179249959+size - verschuivingy)*omf)),Array(((x+12.8944786847207+verschuivingx)*omf),((y+3.05132179249959+size - verschuivingy)*omf)),Array(((x+13.181971970917+verschuivingx)*omf),((y+3.09645255402352+size - verschuivingy)*omf)),Array(((x+13.181971970917+verschuivingx)*omf),((y+3.09645255402352+size - verschuivingy)*omf)),Array(((x+13.4072812689067+verschuivingx)*omf),((y+3.07716001474611+size - verschuivingy)*omf)),Array(((x+13.4072812689067+verschuivingx)*omf),((y+3.07716001474611+size - verschuivingy)*omf)),Array(((x+13.8094962618776+verschuivingx)*omf),((y+2.94245674943423+size - verschuivingy)*omf)),Array(((x+13.8094962618776+verschuivingx)*omf),((y+2.94245674943423+size - verschuivingy)*omf)),Array(((x+13.9822678412994+verschuivingx)*omf),((y+2.72817175960305+size - verschuivingy)*omf)),Array(((x+13.9822678412994+verschuivingx)*omf),((y+2.72817175960305+size - verschuivingy)*omf)),Array(((x+13.9808898027795+verschuivingx)*omf),((y+2.7092237299556+size - verschuivingy)*omf)),Array(((x+13.9808898027795+verschuivingx)*omf),((y+2.7092237299556+size - verschuivingy)*omf)),Array(((x+13.9560851094229+verschuivingx)*omf),((y+2.68648609437866+size - verschuivingy)*omf)),Array(((x+13.9560851094229+verschuivingx)*omf),((y+2.68648609437866+size - verschuivingy)*omf)),Array(((x+13.9521232486784+verschuivingx)*omf),((y+2.68683060400861+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+13.9521232486784+verschuivingx)*omf),((y+2.68683060400861-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+13.9383428634803+verschuivingx)*omf),((y+2.68889766178834-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+13.9290411034715+verschuivingx)*omf),((y+2.70267804698648-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+13.9311081612512+verschuivingx)*omf),((y+2.71749196107449-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+13.9311081612512+verschuivingx)*omf),((y+2.71749196107449-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+13.9316249256962+verschuivingx)*omf),((y+2.72093705737403-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+13.9317971805111+verschuivingx)*omf),((y+2.72472666330352-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+13.9317971805111+verschuivingx)*omf),((y+2.72817175960305-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+13.9317971805111+verschuivingx)*omf),((y+2.72817175960305-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+13.9336919834759+verschuivingx)*omf),((y+2.77399154038689-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+13.8823600486128+verschuivingx)*omf),((y+2.83944837007809-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+13.7853805877808+verschuivingx)*omf),((y+2.89525893013058-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+13.7853805877808+verschuivingx)*omf),((y+2.89525893013058-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+13.6894346558387+verschuivingx)*omf),((y+2.95141399981303-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+13.553353352007+verschuivingx)*omf),((y+2.99895632874663-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+13.3995298022327+verschuivingx)*omf),((y+3.02410553173325-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+13.3995298022327+verschuivingx)*omf),((y+3.02410553173325-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+13.3235654288279+verschuivingx)*omf),((y+3.03685238804154-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+13.2500126228328+verschuivingx)*omf),((y+3.04270905175075-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+13.181971970917+verschuivingx)*omf),((y+3.04270905175075-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+13.181971970917+verschuivingx)*omf),((y+3.04270905175075-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+13.0734514374816+verschuivingx)*omf),((y+3.04270905175075-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+12.9788835440593+verschuivingx)*omf),((y+3.02720611840283-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+12.9120486758483+verschuivingx)*omf),((y+3.0006788768964-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+12.9120486758483+verschuivingx)*omf),((y+3.0006788768964-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+12.8441802787474+verschuivingx)*omf),((y+2.97415163538997-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+12.8086957868622+verschuivingx)*omf),((y+2.93728910498493-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+12.8043894164878+verschuivingx)*omf),((y+2.90214912272965-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+12.8043894164878+verschuivingx)*omf),((y+2.90214912272965-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+12.8021501038931+verschuivingx)*omf),((y+2.8876797182716-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+12.7892309927698+verschuivingx)*omf),((y+2.87768893900294-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+12.7756228623866+verschuivingx)*omf),((y+2.87975599678267-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+12.7756228623866+verschuivingx)*omf),((y+2.87975599678267-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+12.7618424771885+verschuivingx)*omf),((y+2.88216756419234-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+12.7525407171798+verschuivingx)*omf),((y+2.89594794939049-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+12.7546077749595+verschuivingx)*omf),((y+2.9107618634785-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+12.7546077749595+verschuivingx)*omf),((y+2.9107618634785-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+12.765287573488+verschuivingx)*omf),((y+2.9769077124296-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+12.8202368594656+verschuivingx)*omf),((y+3.02169396432357-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+12.8944786847207+verschuivingx)*omf),((y+3.05132179249959-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+12.8944786847207+verschuivingx)*omf),((y+3.05132179249959-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+12.9697540388655+verschuivingx)*omf),((y+3.0809496206756-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+13.0689728122922+verschuivingx)*omf),((y+3.09645255402352-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+13.181971970917+verschuivingx)*omf),((y+3.09645255402352-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+13.181971970917+verschuivingx)*omf),((y+3.09645255402352-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+13.2527686998725+verschuivingx)*omf),((y+3.09645255402352-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+13.3287330732773+verschuivingx)*omf),((y+3.09025138068435-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+13.4072812689067+verschuivingx)*omf),((y+3.07716001474611-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+13.4072812689067+verschuivingx)*omf),((y+3.07716001474611-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+13.5661002083153+verschuivingx)*omf),((y+3.05132179249959-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+13.7068323921514+verschuivingx)*omf),((y+3.00240142504617-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+13.8094962618776+verschuivingx)*omf),((y+2.94245674943423-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+13.8094962618776+verschuivingx)*omf),((y+2.94245674943423-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+13.9112988575289+verschuivingx)*omf),((y+2.88216756419234-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+13.9803730383346+verschuivingx)*omf),((y+2.81188759968179-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+13.9822678412994+verschuivingx)*omf),((y+2.72817175960305-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+13.9822678412994+verschuivingx)*omf),((y+2.72817175960305-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+13.9822678412994+verschuivingx)*omf),((y+2.72197058626389-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+13.9817510768544+verschuivingx)*omf),((y+2.71576941292472-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+13.9808898027795+verschuivingx)*omf),((y+2.7092237299556-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+13.9808898027795+verschuivingx)*omf),((y+2.7092237299556-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+13.9788227449998+verschuivingx)*omf),((y+2.69578785438741-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+13.9683152012862+verschuivingx)*omf),((y+2.68648609437866-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+13.9560851094229+verschuivingx)*omf),((y+2.68648609437866-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+13.9560851094229+verschuivingx)*omf),((y+2.68648609437866-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+13.9547070709031+verschuivingx)*omf),((y+2.68648609437866-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+13.9535012871982+verschuivingx)*omf),((y+2.68648609437866-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+13.9521232486784+verschuivingx)*omf),((y+2.68683060400861-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+17.7370782981643+verschuivingx)*omf),((y+7.41729233290236+size - verschuivingy)*omf)),Array(((x+16.691491571255+verschuivingx)*omf),((y+7.73871981764912+size - verschuivingy)*omf)),Array(((x+17.8163155130537+verschuivingx)*omf),((y+7.20335185270113+size - verschuivingy)*omf)),Array(((x+18.3578846513408+verschuivingx)*omf),((y+8.2444599544211+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+18.0919232170166+verschuivingx)*omf),((y+7.5247793374479-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+17.382577888942+verschuivingx)*omf),((y+7.30946081872686-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+16.9870808337552+verschuivingx)*omf),((y+7.44623114181846-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+16.9836357374557+verschuivingx)*omf),((y+7.31635101132593-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+17.4321872756553+verschuivingx)*omf),((y+7.08656308814684-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+18.200443750452+verschuivingx)*omf),((y+7.31979610762547-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+18.4054269802744+verschuivingx)*omf),((y+7.74802157765787-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+18.3165434957464+verschuivingx)*omf),((y+7.8496519184942-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+16.6697874645679+verschuivingx)*omf),((y+7.7604239243362+size - verschuivingy)*omf)),Array(((x+17.7033163544289+verschuivingx)*omf),((y+7.40661253437379+size - verschuivingy)*omf)),Array(((x+16.7159517549817+verschuivingx)*omf),((y+7.88582542963934+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+16.6697874645679+verschuivingx)*omf),((y+7.7604239243362-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+16.6697874645679+verschuivingx)*omf),((y+7.7604239243362-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+17.1210950798072+verschuivingx)*omf),((y+7.26054045127344-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+17.7033163544289+verschuivingx)*omf),((y+7.40661253437379-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+17.0797539242127+verschuivingx)*omf),((y+7.35838118618028-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+16.7159517549817+verschuivingx)*omf),((y+7.88582542963934-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 15;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+12.363933854592+verschuivingx)*omf),((y+6.97080785248241+size - verschuivingy)*omf)),Array(((x+11.8280491251991+verschuivingx)*omf),((y+7.8162344843887+size - verschuivingy)*omf)),Array(((x+12.2574803789363+verschuivingx)*omf),((y+6.76892520932956+size - verschuivingy)*omf)),Array(((x+13.4713600600781+verschuivingx)*omf),((y+7.21127557419007+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+12.71378338381+verschuivingx)*omf),((y+6.84230576050969-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+12.0140843253741+verschuivingx)*omf),((y+7.09965445408508-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+11.8232259903797+verschuivingx)*omf),((y+7.43003918921064-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+11.7198731013936+verschuivingx)*omf),((y+7.33771060838306-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+11.8786920408023+verschuivingx)*omf),((y+6.90810709983084-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+12.6364409718854+verschuivingx)*omf),((y+6.62939880919833-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+13.122371804935+verschuivingx)*omf),((y+6.82129067308252-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+13.1340851323534+verschuivingx)*omf),((y+6.94772570727551-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+11.8283936348291+verschuivingx)*omf),((y+7.8444842740449+size - verschuivingy)*omf)),Array(((x+12.3303441656715+verschuivingx)*omf),((y+6.98286568953079+size - verschuivingy)*omf)),Array(((x+11.9605130779163+verschuivingx)*omf),((y+7.90890757484623+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+11.8283936348291+verschuivingx)*omf),((y+7.8444842740449-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+11.8283936348291+verschuivingx)*omf),((y+7.8444842740449-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+11.7799900318206+verschuivingx)*omf),((y+7.21644321863937-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+12.3303441656715+verschuivingx)*omf),((y+6.98286568953079-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+11.8247762837145+verschuivingx)*omf),((y+7.31221689576649-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+11.9605130779163+verschuivingx)*omf),((y+7.90890757484623-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 15;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+16.7448905638978+verschuivingx)*omf),((y+6.13571650947473+size - verschuivingy)*omf)),Array(((x+15.523948435342+verschuivingx)*omf),((y+6.28626721776448+size - verschuivingy)*omf)),Array(((x+16.8382526736152+verschuivingx)*omf),((y+5.88766957590809+size - verschuivingy)*omf)),Array(((x+17.464226671241+verschuivingx)*omf),((y+7.31669552095589+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+17.1579576102122+verschuivingx)*omf),((y+6.35516914375521-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+16.3318235175833+verschuivingx)*omf),((y+5.9166083848242-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+15.8705251230754+verschuivingx)*omf),((y+5.99205599378405-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+15.8667355171459+verschuivingx)*omf),((y+5.82944744844592-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+16.3910791739354+verschuivingx)*omf),((y+5.65030244087002-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+17.2854261732951+verschuivingx)*omf),((y+6.12538122057612-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+17.5224487987032+verschuivingx)*omf),((y+6.70863602408767-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+17.4180623808272+verschuivingx)*omf),((y+6.81405597085349-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+15.4987992323554+verschuivingx)*omf),((y+6.30797132445156+size - verschuivingy)*omf)),Array(((x+16.7056164660831+verschuivingx)*omf),((y+6.1143569124176+size - verschuivingy)*omf)),Array(((x+15.5518537153682+verschuivingx)*omf),((y+6.475747514239+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+15.4987992323554+verschuivingx)*omf),((y+6.30797132445156-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+15.4987992323554+verschuivingx)*omf),((y+6.30797132445156-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+16.0276215143342+verschuivingx)*omf),((y+5.79258491804088-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+16.7056164660831+verschuivingx)*omf),((y+6.1143569124176-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+15.9787011468808+verschuivingx)*omf),((y+5.90523956703573-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+15.5518537153682+verschuivingx)*omf),((y+6.475747514239-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 15;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+18.4285091254813+verschuivingx)*omf),((y+6.48711633202747+size - verschuivingy)*omf)),Array(((x+17.6805787188519+verschuivingx)*omf),((y+6.8243912597521+size - verschuivingy)*omf)),Array(((x+18.4746734158951+verschuivingx)*omf),((y+6.26249605329768+size - verschuivingy)*omf)),Array(((x+18.9266700503943+verschuivingx)*omf),((y+7.35631412840056+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+18.6937815405456+verschuivingx)*omf),((y+6.60046000028222-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+18.163236710417+verschuivingx)*omf),((y+6.37411717340267-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+17.881083323485+verschuivingx)*omf),((y+6.51708866983344-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+17.8714370538462+verschuivingx)*omf),((y+6.38100736600174-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+18.1873523845138+verschuivingx)*omf),((y+6.13985062503418-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+18.7623389569064+verschuivingx)*omf),((y+6.38548599119114-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+18.9352827911432+verschuivingx)*omf),((y+6.83507105828067-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+18.8753381155312+verschuivingx)*omf),((y+6.94152453393635-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+17.6657648047639+verschuivingx)*omf),((y+6.84678438569909+size - verschuivingy)*omf)),Array(((x+18.4030154128648+verschuivingx)*omf),((y+6.47609202386895+size - verschuivingy)*omf)),Array(((x+17.7064169410984+verschuivingx)*omf),((y+6.97873157397134+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+17.6657648047639+verschuivingx)*omf),((y+6.84678438569909-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+17.6657648047639+verschuivingx)*omf),((y+6.84678438569909-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+17.9692777887531+verschuivingx)*omf),((y+6.32209621927966-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+18.4030154128648+verschuivingx)*omf),((y+6.47609202386895-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+17.9441285857665+verschuivingx)*omf),((y+6.42510459863581-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+17.7064169410984+verschuivingx)*omf),((y+6.97873157397134-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 15;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+13.6310402735616+verschuivingx)*omf),((y+4.38457406042026+size - verschuivingy)*omf)),Array(((x+14.3574388283189+verschuivingx)*omf),((y+4.54649358649849+size - verschuivingy)*omf)),Array(((x+15.1356860823842+verschuivingx)*omf),((y+3.48919353217069+size - verschuivingy)*omf)),Array(((x+16.0045393691274+verschuivingx)*omf),((y+4.54718260575839+size - verschuivingy)*omf)),Array(((x+16.8389416928751+verschuivingx)*omf),((y+4.327040952218+size - verschuivingy)*omf)),Array(((x+17.2237589495334+verschuivingx)*omf),((y+5.21966540342794+size - verschuivingy)*omf)),Array(((x+16.8354965965756+verschuivingx)*omf),((y+4.58714572283302+size - verschuivingy)*omf)),Array(((x+16.0162526965458+verschuivingx)*omf),((y+4.78454974079647+size - verschuivingy)*omf)),Array(((x+15.9501068475947+verschuivingx)*omf),((y+4.8348481467697+size - verschuivingy)*omf)),Array(((x+15.9232350964583+verschuivingx)*omf),((y+4.61884060878876+size - verschuivingy)*omf)),Array(((x+15.1796110602033+verschuivingx)*omf),((y+3.77513652503223+size - verschuivingy)*omf)),Array(((x+14.5057502240139+verschuivingx)*omf),((y+4.67017254365185+size - verschuivingy)*omf)),Array(((x+14.4967929736351+verschuivingx)*omf),((y+4.87756734088396+size - verschuivingy)*omf)),Array(((x+14.3579555927638+verschuivingx)*omf),((y+4.78420523116651+size - verschuivingy)*omf)),Array(((x+13.6632519239623+verschuivingx)*omf),((y+4.66948352439194+size - verschuivingy)*omf)),Array(((x+13.2284807709607+verschuivingx)*omf),((y+5.35299063022001+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+13.3059954377003+verschuivingx)*omf),((y+4.50067380571465-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+13.8547992782165+verschuivingx)*omf),((y+4.30499233590097-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+14.1180046355011+verschuivingx)*omf),((y+4.37320524263179-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+14.3956793972437+verschuivingx)*omf),((y+3.96082721557726-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+14.721068742735+verschuivingx)*omf),((y+3.50297391736884-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+15.5628780235268+verschuivingx)*omf),((y+3.47541314697255-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+15.9342594046168+verschuivingx)*omf),((y+3.93843408963027-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+16.2763574671608+verschuivingx)*omf),((y+4.32325134628851-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+16.5864161341191+verschuivingx)*omf),((y+4.22954472694112-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+17.1396985998247+verschuivingx)*omf),((y+4.44348520714234-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+17.2775024518061+verschuivingx)*omf),((y+4.80005267414438-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+17.2199693436039+verschuivingx)*omf),((y+4.91477438091895-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+17.0859550975519+verschuivingx)*omf),((y+4.67292862069148-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+16.5912392689384+verschuivingx)*omf),((y+4.50377439238423-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+16.289448833099+verschuivingx)*omf),((y+4.58680121320306-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+15.9942040802287+verschuivingx)*omf),((y+4.80074169340429-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+15.9721554639117+verschuivingx)*omf),((y+4.81727815564206-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+15.9459727320352+verschuivingx)*omf),((y+4.76077857632966-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+15.9366709720265+verschuivingx)*omf),((y+4.68877606366935-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+15.828839457851+verschuivingx)*omf),((y+4.1248137994352-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+15.5246374546019+verschuivingx)*omf),((y+3.76376770724376-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+14.8332066272849+verschuivingx)*omf),((y+3.78650534282071-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+14.5586324522118+verschuivingx)*omf),((y+4.16891103206927-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+14.4986877765999+verschuivingx)*omf),((y+4.73735192149281-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+14.4955871899303+verschuivingx)*omf),((y+4.8065983571135-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+14.4516622121112+verschuivingx)*omf),((y+4.84277186825864-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+14.4051534120675+verschuivingx)*omf),((y+4.81176600156281-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+14.126445121435+verschuivingx)*omf),((y+4.64915745622468-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+13.8775369137934+verschuivingx)*omf),((y+4.60023708877126-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+13.3857494170346+verschuivingx)*omf),((y+4.75871151854994-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+13.2327871413352+verschuivingx)*omf),((y+5.02398393361426-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+13.1583730612652+verschuivingx)*omf),((y+4.89444831275168-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+14.4967929736351+verschuivingx)*omf),((y+4.87756734088396+size - verschuivingy)*omf)),Array(((x+15.2536806306433+verschuivingx)*omf),((y+3.78478279467094+size - verschuivingy)*omf)),Array(((x+14.6759379812111+verschuivingx)*omf),((y+4.96300572911246+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+14.4967929736351+verschuivingx)*omf),((y+4.87756734088396-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+14.4967929736351+verschuivingx)*omf),((y+4.87756734088396-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+14.4964484640052+verschuivingx)*omf),((y+3.73999654277696-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+15.2536806306433+verschuivingx)*omf),((y+3.78478279467094-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+14.6004903722512+verschuivingx)*omf),((y+3.83508120064417-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+14.6759379812111+verschuivingx)*omf),((y+4.96300572911246-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 15;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+13.2441559591236+verschuivingx)*omf),((y+5.48252625108259+size - verschuivingy)*omf)),Array(((x+13.8801207360181+verschuivingx)*omf),((y+4.64364530214542+size - verschuivingy)*omf)),Array(((x+13.3890222585191+verschuivingx)*omf),((y+5.61343991046498+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+13.2441559591236+verschuivingx)*omf),((y+5.48252625108259-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+13.2441559591236+verschuivingx)*omf),((y+5.48252625108259-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+13.1197879827104+verschuivingx)*omf),((y+4.64123373473574-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+13.8801207360181+verschuivingx)*omf),((y+4.64364530214542-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+13.2593143828416+verschuivingx)*omf),((y+4.71254722813615-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+13.3890222585191+verschuivingx)*omf),((y+5.61343991046498-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 15;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+15.9501068475947+verschuivingx)*omf),((y+4.8348481467697+size - verschuivingy)*omf)),Array(((x+16.8933742144078+verschuivingx)*omf),((y+4.61608453174913+size - verschuivingy)*omf)),Array(((x+15.9831797720702+verschuivingx)*omf),((y+4.98608787431936+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+15.9501068475947+verschuivingx)*omf),((y+4.8348481467697-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+15.9501068475947+verschuivingx)*omf),((y+4.8348481467697-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+16.4727279562344+verschuivingx)*omf),((y+4.37217171374193-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+16.8933742144078+verschuivingx)*omf),((y+4.61608453174913-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+16.371442125028+verschuivingx)*omf),((y+4.45761010197044-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+15.9831797720702+verschuivingx)*omf),((y+4.98608787431936-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 15;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+19.9285040542996+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+19.1437111172651+verschuivingx)*omf),((y+0.59979126574933+size - verschuivingy)*omf)),Array(((x+18.3592626898606+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+19.1437111172651+verschuivingx)*omf),((y+3.38687417207446+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+19.9285040542996+verschuivingx)*omf),((y+2.76296723222837-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+19.9285040542996+verschuivingx)*omf),((y+1.22369820559541-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+19.5771042317468+verschuivingx)*omf),((y+0.59979126574933-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+18.7103180027834+verschuivingx)*omf),((y+0.59979126574933-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+18.3592626898606+verschuivingx)*omf),((y+1.22369820559541-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+18.3592626898606+verschuivingx)*omf),((y+2.76296723222837-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+18.7103180027834+verschuivingx)*omf),((y+3.38687417207446-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+19.5771042317468+verschuivingx)*omf),((y+3.38687417207446-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient22";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 66;

itemColor1.yellow = 100;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 0;

itemColor0.magenta = 0;

itemColor0.yellow = 100;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=67.6922988891602;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// poot rechts 4

var moveMatrix = app.getTranslationMatrix((0*omf), (0.5*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 150, 150);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient22").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 50;

itemColor1.yellow = 100;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=76;

grdntstop.midPoint=50;

var newCompoundPath = doc.compoundPathItems.add();

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+19.1437111172651+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+18.7602718991267+verschuivingx)*omf),((y+0.59083401537053+size - verschuivingy)*omf)),Array(((x+18.7602718991267+verschuivingx)*omf),((y+0.59083401537053+size - verschuivingy)*omf)),Array(((x+18.4726063581154+verschuivingx)*omf),((y+0.93327658754447+size - verschuivingy)*omf)),Array(((x+18.4726063581154+verschuivingx)*omf),((y+0.93327658754447+size - verschuivingy)*omf)),Array(((x+18.2235258956589+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+18.2235258956589+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+18.3675309209795+verschuivingx)*omf),((y+2.82704602339976+size - verschuivingy)*omf)),Array(((x+18.3675309209795+verschuivingx)*omf),((y+2.82704602339976+size - verschuivingy)*omf)),Array(((x+18.7602718991267+verschuivingx)*omf),((y+3.39583142245325+size - verschuivingy)*omf)),Array(((x+18.7602718991267+verschuivingx)*omf),((y+3.39583142245325+size - verschuivingy)*omf)),Array(((x+19.1437111172651+verschuivingx)*omf),((y+3.53191272628495+size - verschuivingy)*omf)),Array(((x+19.1437111172651+verschuivingx)*omf),((y+3.53191272628495+size - verschuivingy)*omf)),Array(((x+19.5271503354036+verschuivingx)*omf),((y+3.39583142245325+size - verschuivingy)*omf)),Array(((x+19.5271503354036+verschuivingx)*omf),((y+3.39583142245325+size - verschuivingy)*omf)),Array(((x+19.8148158764149+verschuivingx)*omf),((y+3.05338885027931+size - verschuivingy)*omf)),Array(((x+19.8148158764149+verschuivingx)*omf),((y+3.05338885027931+size - verschuivingy)*omf)),Array(((x+20.0642408485013+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+20.0642408485013+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+19.9202358231807+verschuivingx)*omf),((y+1.15961941442403+size - verschuivingy)*omf)),Array(((x+19.9202358231807+verschuivingx)*omf),((y+1.15961941442403+size - verschuivingy)*omf)),Array(((x+19.5271503354036+verschuivingx)*omf),((y+0.59083401537053+size - verschuivingy)*omf)),Array(((x+19.5271503354036+verschuivingx)*omf),((y+0.59083401537053+size - verschuivingy)*omf)),Array(((x+19.144744646155+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+19.144744646155+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+19.1437111172651+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+19.1437111172651+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+19.0045292267638+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+18.8729265481215+verschuivingx)*omf),((y+0.50574013677198-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+18.7602718991267+verschuivingx)*omf),((y+0.59083401537053-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+18.7602718991267+verschuivingx)*omf),((y+0.59083401537053-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+18.6472727405019+verschuivingx)*omf),((y+0.67558338433913-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+18.5514990633748+verschuivingx)*omf),((y+0.79340567778328-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+18.4726063581154+verschuivingx)*omf),((y+0.93327658754447-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+18.4726063581154+verschuivingx)*omf),((y+0.93327658754447-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+18.3155099668565+verschuivingx)*omf),((y+1.2133629166968-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+18.2238704052888+verschuivingx)*omf),((y+1.58474429778685-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+18.2235258956589+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+18.2235258956589+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+18.2235258956589+verschuivingx)*omf),((y+2.2996017799407-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+18.2755468497819+verschuivingx)*omf),((y+2.58520026317228-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+18.3675309209795+verschuivingx)*omf),((y+2.82704602339976-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+18.3675309209795+verschuivingx)*omf),((y+2.82704602339976-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+18.4595149921772+verschuivingx)*omf),((y+3.06854727399727-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+18.5911176708195+verschuivingx)*omf),((y+3.26801834974044-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+18.7602718991267+verschuivingx)*omf),((y+3.39583142245325-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+18.7602718991267+verschuivingx)*omf),((y+3.39583142245325-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+18.8729265481215+verschuivingx)*omf),((y+3.48058079142185-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+19.0045292267638+verschuivingx)*omf),((y+3.53191272628495-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+19.1437111172651+verschuivingx)*omf),((y+3.53191272628495-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+19.1437111172651+verschuivingx)*omf),((y+3.53191272628495-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+19.2828930077664+verschuivingx)*omf),((y+3.53191272628495-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+19.4148401960387+verschuivingx)*omf),((y+3.48058079142185-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+19.5271503354036+verschuivingx)*omf),((y+3.39583142245325-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+19.5271503354036+verschuivingx)*omf),((y+3.39583142245325-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+19.6401494940284+verschuivingx)*omf),((y+3.3107375438547-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+19.7359231711555+verschuivingx)*omf),((y+3.1932597600405-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+19.8148158764149+verschuivingx)*omf),((y+3.05338885027931-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+19.8148158764149+verschuivingx)*omf),((y+3.05338885027931-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+19.9719122676737+verschuivingx)*omf),((y+2.77330252112698-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+20.0635518292414+verschuivingx)*omf),((y+2.40157663040698-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+20.0642408485013+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+20.0642408485013+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+20.0638963388714+verschuivingx)*omf),((y+1.68706365788309-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+20.0118753847484+verschuivingx)*omf),((y+1.4014651746515-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+19.9202358231807+verschuivingx)*omf),((y+1.15961941442403-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+19.9202358231807+verschuivingx)*omf),((y+1.15961941442403-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+19.8279072423531+verschuivingx)*omf),((y+0.91811816382651-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+19.6963045637108+verschuivingx)*omf),((y+0.71864708808334-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+19.5271503354036+verschuivingx)*omf),((y+0.59083401537053-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+19.5271503354036+verschuivingx)*omf),((y+0.59083401537053-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+19.4151847056686+verschuivingx)*omf),((y+0.50608464640193-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+19.2835820270263+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+19.144744646155+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+19.144744646155+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+19.144400136525+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+19.1440556268951+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+19.1437111172651+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+18.9163347614957+verschuivingx)*omf),((y+3.15880879704513+size - verschuivingy)*omf)),Array(((x+18.7051503583341+verschuivingx)*omf),((y+2.90387167087942+size - verschuivingy)*omf)),Array(((x+18.7051503583341+verschuivingx)*omf),((y+2.90387167087942+size - verschuivingy)*omf)),Array(((x+18.4946549744324+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+18.4946549744324+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+18.6186784412157+verschuivingx)*omf),((y+1.26882896711934+size - verschuivingy)*omf)),Array(((x+18.6186784412157+verschuivingx)*omf),((y+1.26882896711934+size - verschuivingy)*omf)),Array(((x+18.9163347614957+verschuivingx)*omf),((y+0.82785664077865+size - verschuivingy)*omf)),Array(((x+18.9163347614957+verschuivingx)*omf),((y+0.82785664077865+size - verschuivingy)*omf)),Array(((x+19.1437111172651+verschuivingx)*omf),((y+0.74448531032986+size - verschuivingy)*omf)),Array(((x+19.1437111172651+verschuivingx)*omf),((y+0.74448531032986+size - verschuivingy)*omf)),Array(((x+19.3710874730345+verschuivingx)*omf),((y+0.82785664077865+size - verschuivingy)*omf)),Array(((x+19.3710874730345+verschuivingx)*omf),((y+0.82785664077865+size - verschuivingy)*omf)),Array(((x+19.5822718761961+verschuivingx)*omf),((y+1.08244925731441+size - verschuivingy)*omf)),Array(((x+19.5822718761961+verschuivingx)*omf),((y+1.08244925731441+size - verschuivingy)*omf)),Array(((x+19.7927672600978+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+19.7927672600978+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+19.6687437933145+verschuivingx)*omf),((y+2.71783647070444+size - verschuivingy)*omf)),Array(((x+19.6687437933145+verschuivingx)*omf),((y+2.71783647070444+size - verschuivingy)*omf)),Array(((x+19.3710874730345+verschuivingx)*omf),((y+3.15880879704513+size - verschuivingy)*omf)),Array(((x+19.3710874730345+verschuivingx)*omf),((y+3.15880879704513+size - verschuivingy)*omf)),Array(((x+19.1437111172651+verschuivingx)*omf),((y+3.24183561786397+size - verschuivingy)*omf)),Array(((x+19.1437111172651+verschuivingx)*omf),((y+3.24183561786397+size - verschuivingy)*omf)),Array(((x+18.9163347614957+verschuivingx)*omf),((y+3.15880879704513+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+18.9163347614957+verschuivingx)*omf),((y+3.15880879704513-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+18.8415761717958+verschuivingx)*omf),((y+3.10265372736269-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+18.7681956206156+verschuivingx)*omf),((y+3.01618181024432-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+18.7051503583341+verschuivingx)*omf),((y+2.90387167087942-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+18.7051503583341+verschuivingx)*omf),((y+2.90387167087942-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+18.5783708145112+verschuivingx)*omf),((y+2.67994041140954-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+18.4943104648025+verschuivingx)*omf),((y+2.35472332073328-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+18.4946549744324+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+18.4946549744324+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+18.4946549744324+verschuivingx)*omf),((y+1.72254814976831-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+18.5415082841061+verschuivingx)*omf),((y+1.47174513916205-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+18.6186784412157+verschuivingx)*omf),((y+1.26882896711934-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+18.6186784412157+verschuivingx)*omf),((y+1.26882896711934-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+18.6958485983254+verschuivingx)*omf),((y+1.06522377581672-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+18.8040246221308+verschuivingx)*omf),((y+0.91157248085739-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+18.9163347614957+verschuivingx)*omf),((y+0.82785664077865-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+18.9163347614957+verschuivingx)*omf),((y+0.82785664077865-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+18.9914378608256+verschuivingx)*omf),((y+0.77135706146625-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+19.0661964505255+verschuivingx)*omf),((y+0.74482981995982-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+19.1437111172651+verschuivingx)*omf),((y+0.74448531032986-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+19.1437111172651+verschuivingx)*omf),((y+0.74448531032986-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+19.2212257840047+verschuivingx)*omf),((y+0.74482981995982-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+19.2959843737046+verschuivingx)*omf),((y+0.77135706146625-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+19.3710874730345+verschuivingx)*omf),((y+0.82785664077865-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+19.3710874730345+verschuivingx)*omf),((y+0.82785664077865-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+19.4461905723644+verschuivingx)*omf),((y+0.88366720083114-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+19.5192266139146+verschuivingx)*omf),((y+0.97013911794951-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+19.5822718761961+verschuivingx)*omf),((y+1.08244925731441-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+19.5822718761961+verschuivingx)*omf),((y+1.08244925731441-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+19.7090514200191+verschuivingx)*omf),((y+1.30672502641424-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+19.7931117697278+verschuivingx)*omf),((y+1.63228662672045-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+19.7927672600978+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+19.7927672600978+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+19.7927672600978+verschuivingx)*omf),((y+2.26411728805547-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+19.7459139504241+verschuivingx)*omf),((y+2.51492029866174-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+19.6687437933145+verschuivingx)*omf),((y+2.71783647070444-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+19.6687437933145+verschuivingx)*omf),((y+2.71783647070444-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+19.5919181458348+verschuivingx)*omf),((y+2.92144166200706-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+19.4837421220294+verschuivingx)*omf),((y+3.07509295696639-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+19.3710874730345+verschuivingx)*omf),((y+3.15880879704513-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+19.3710874730345+verschuivingx)*omf),((y+3.15880879704513-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+19.2959843737046+verschuivingx)*omf),((y+3.21496386672758-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+19.2212257840047+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+19.1437111172651+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+19.1437111172651+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+19.0661964505255+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+18.9914378608256+verschuivingx)*omf),((y+3.21496386672758-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+18.9163347614957+verschuivingx)*omf),((y+3.15880879704513-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+19.3728100211843+verschuivingx)*omf),((y+1.19682645445902+size - verschuivingy)*omf)),Array(((x+19.2670455647885+verschuivingx)*omf),((y+1.40422125169113+size - verschuivingy)*omf)),Array(((x+19.2670455647885+verschuivingx)*omf),((y+1.40422125169113+size - verschuivingy)*omf)),Array(((x+19.3514504241272+verschuivingx)*omf),((y+1.9991893826211+size - verschuivingy)*omf)),Array(((x+19.3514504241272+verschuivingx)*omf),((y+1.9991893826211+size - verschuivingy)*omf)),Array(((x+19.1475007231946+verschuivingx)*omf),((y+2.82015583080068+size - verschuivingy)*omf)),Array(((x+19.1475007231946+verschuivingx)*omf),((y+2.82015583080068+size - verschuivingy)*omf)),Array(((x+19.1471562135647+verschuivingx)*omf),((y+2.82050034043064+size - verschuivingy)*omf)),Array(((x+19.1471562135647+verschuivingx)*omf),((y+2.82050034043064+size - verschuivingy)*omf)),Array(((x+19.1798846284103+verschuivingx)*omf),((y+3.05407786953922+size - verschuivingy)*omf)),Array(((x+19.1798846284103+verschuivingx)*omf),((y+3.05407786953922+size - verschuivingy)*omf)),Array(((x+19.3986482434308+verschuivingx)*omf),((y+3.0192823969139+size - verschuivingy)*omf)),Array(((x+19.3986482434308+verschuivingx)*omf),((y+3.0192823969139+size - verschuivingy)*omf)),Array(((x+19.6639206584952+verschuivingx)*omf),((y+1.9991893826211+size - verschuivingy)*omf)),Array(((x+19.6639206584952+verschuivingx)*omf),((y+1.9991893826211+size - verschuivingy)*omf)),Array(((x+19.5671134524782+verschuivingx)*omf),((y+1.30982561308383+size - verschuivingy)*omf)),Array(((x+19.5671134524782+verschuivingx)*omf),((y+1.30982561308383+size - verschuivingy)*omf)),Array(((x+19.4172517634483+verschuivingx)*omf),((y+1.18993626185995+size - verschuivingy)*omf)),Array(((x+19.4172517634483+verschuivingx)*omf),((y+1.18993626185995+size - verschuivingy)*omf)),Array(((x+19.3728100211843+verschuivingx)*omf),((y+1.19682645445902+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+19.3728100211843+verschuivingx)*omf),((y+1.19682645445902-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+19.2901277099954+verschuivingx)*omf),((y+1.2230091863355-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+19.2429298906918+verschuivingx)*omf),((y+1.31568227679304-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+19.2670455647885+verschuivingx)*omf),((y+1.40422125169113-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+19.2670455647885+verschuivingx)*omf),((y+1.40422125169113-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+19.3287127885502+verschuivingx)*omf),((y+1.62677447264119-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+19.3511059144972+verschuivingx)*omf),((y+1.8252120194945-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+19.3514504241272+verschuivingx)*omf),((y+1.9991893826211-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+19.3514504241272+verschuivingx)*omf),((y+1.9991893826211-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+19.3514504241272+verschuivingx)*omf),((y+2.49907285568387-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+19.1616256180227+verschuivingx)*omf),((y+2.79879623374356-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+19.1475007231946+verschuivingx)*omf),((y+2.82015583080068-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+19.1475007231946+verschuivingx)*omf),((y+2.82015583080068-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+19.1475007231946+verschuivingx)*omf),((y+2.82015583080068-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+19.1471562135647+verschuivingx)*omf),((y+2.82050034043064-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+19.1471562135647+verschuivingx)*omf),((y+2.82050034043064-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+19.1471562135647+verschuivingx)*omf),((y+2.82050034043064-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+19.0958242787016+verschuivingx)*omf),((y+2.89456991087067-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+19.1106381927896+verschuivingx)*omf),((y+2.99930083837659-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+19.1798846284103+verschuivingx)*omf),((y+3.05407786953922-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+19.1798846284103+verschuivingx)*omf),((y+3.05407786953922-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+19.2491310640309+verschuivingx)*omf),((y+3.10885490070185-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+19.3469717989378+verschuivingx)*omf),((y+3.09335196735394-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+19.3986482434308+verschuivingx)*omf),((y+3.0192823969139-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+19.3986482434308+verschuivingx)*omf),((y+3.0192823969139-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+19.4107060804792+verschuivingx)*omf),((y+3.00171240578626-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+19.6635761488652+verschuivingx)*omf),((y+2.63102004395612-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+19.6639206584952+verschuivingx)*omf),((y+1.9991893826211-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+19.6639206584952+verschuivingx)*omf),((y+1.9991893826211-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+19.6639206584952+verschuivingx)*omf),((y+1.79420615279868-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+19.6370489073588+verschuivingx)*omf),((y+1.56269568146981-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+19.5671134524782+verschuivingx)*omf),((y+1.30982561308383-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+19.5671134524782+verschuivingx)*omf),((y+1.30982561308383-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+19.5467873843109+verschuivingx)*omf),((y+1.2371340811636-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+19.4847756509193+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+19.4172517634483+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+19.4172517634483+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+19.4024378493603+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+19.3876239352723+verschuivingx)*omf),((y+1.19234782926963-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+19.3728100211843+verschuivingx)*omf),((y+1.19682645445902-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+18.58732806489+verschuivingx)*omf),((y+2.04397563451508+size - verschuivingy)*omf)),Array(((x+18.5146365329697+verschuivingx)*omf),((y+2.11494461828553+size - verschuivingy)*omf)),Array(((x+18.5146365329697+verschuivingx)*omf),((y+2.11494461828553+size - verschuivingy)*omf)),Array(((x+18.5149810425997+verschuivingx)*omf),((y+2.11494461828553+size - verschuivingy)*omf)),Array(((x+18.5411637744762+verschuivingx)*omf),((y+2.14319440794174+size - verschuivingy)*omf)),Array(((x+18.5411637744762+verschuivingx)*omf),((y+2.14319440794174+size - verschuivingy)*omf)),Array(((x+18.5673465063526+verschuivingx)*omf),((y+2.11804520495512+size - verschuivingy)*omf)),Array(((x+18.5673465063526+verschuivingx)*omf),((y+2.11804520495512+size - verschuivingy)*omf)),Array(((x+18.5711361122821+verschuivingx)*omf),((y+2.11460010865558+size - verschuivingy)*omf)),Array(((x+18.5711361122821+verschuivingx)*omf),((y+2.11460010865558+size - verschuivingy)*omf)),Array(((x+18.6052425656476+verschuivingx)*omf),((y+2.09703011752794+size - verschuivingy)*omf)),Array(((x+18.6052425656476+verschuivingx)*omf),((y+2.09703011752794+size - verschuivingy)*omf)),Array(((x+18.750281119858+verschuivingx)*omf),((y+2.06189013527267+size - verschuivingy)*omf)),Array(((x+18.750281119858+verschuivingx)*omf),((y+2.06189013527267+size - verschuivingy)*omf)),Array(((x+19.241207342542+verschuivingx)*omf),((y+2.02847270116717+size - verschuivingy)*omf)),Array(((x+19.241207342542+verschuivingx)*omf),((y+2.02847270116717+size - verschuivingy)*omf)),Array(((x+19.8571905608992+verschuivingx)*omf),((y+2.08979541529892+size - verschuivingy)*omf)),Array(((x+19.8571905608992+verschuivingx)*omf),((y+2.08979541529892+size - verschuivingy)*omf)),Array(((x+19.9150681787314+verschuivingx)*omf),((y+2.11770069532516+size - verschuivingy)*omf)),Array(((x+19.9150681787314+verschuivingx)*omf),((y+2.11770069532516+size - verschuivingy)*omf)),Array(((x+19.9412509106079+verschuivingx)*omf),((y+2.14319440794174+size - verschuivingy)*omf)),Array(((x+19.9412509106079+verschuivingx)*omf),((y+2.14319440794174+size - verschuivingy)*omf)),Array(((x+19.9674336424843+verschuivingx)*omf),((y+2.11494461828553+size - verschuivingy)*omf)),Array(((x+19.9674336424843+verschuivingx)*omf),((y+2.11494461828553+size - verschuivingy)*omf)),Array(((x+19.8950866201941+verschuivingx)*omf),((y+2.04397563451508+size - verschuivingy)*omf)),Array(((x+19.8950866201941+verschuivingx)*omf),((y+2.04397563451508+size - verschuivingy)*omf)),Array(((x+19.7400572867149+verschuivingx)*omf),((y+2.00607957522018+size - verschuivingy)*omf)),Array(((x+19.7400572867149+verschuivingx)*omf),((y+2.00607957522018+size - verschuivingy)*omf)),Array(((x+19.241207342542+verschuivingx)*omf),((y+1.97197312185476+size - verschuivingy)*omf)),Array(((x+19.241207342542+verschuivingx)*omf),((y+1.97197312185476+size - verschuivingy)*omf)),Array(((x+18.58732806489+verschuivingx)*omf),((y+2.04397563451508+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+18.58732806489+verschuivingx)*omf),((y+2.04397563451508-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+18.5511545537448+verschuivingx)*omf),((y+2.05982307749295-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+18.5194596677891+verschuivingx)*omf),((y+2.07188091454133-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+18.5146365329697+verschuivingx)*omf),((y+2.11494461828553-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+18.5146365329697+verschuivingx)*omf),((y+2.11494461828553-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+18.5146365329697+verschuivingx)*omf),((y+2.11494461828553-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+18.5149810425997+verschuivingx)*omf),((y+2.11494461828553-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+18.5149810425997+verschuivingx)*omf),((y+2.1307920612634-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+18.5266943700181+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+18.5411637744762+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+18.5411637744762+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+18.5549441596743+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+18.5659684678328+verschuivingx)*omf),((y+2.13217009978322-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+18.5673465063526+verschuivingx)*omf),((y+2.11804520495512-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+18.5673465063526+verschuivingx)*omf),((y+2.11804520495512-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+18.5680355256126+verschuivingx)*omf),((y+2.11735618569521-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+18.5694135641324+verschuivingx)*omf),((y+2.1159781471754-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+18.5711361122821+verschuivingx)*omf),((y+2.11460010865558-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+18.5711361122821+verschuivingx)*omf),((y+2.11460010865558-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+18.5773372856213+verschuivingx)*omf),((y+2.10977697383623-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+18.5890506130397+verschuivingx)*omf),((y+2.10323129086711-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+18.6052425656476+verschuivingx)*omf),((y+2.09703011752794-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+18.6052425656476+verschuivingx)*omf),((y+2.09703011752794-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+18.6379709804931+verschuivingx)*omf),((y+2.08428326121966-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+18.6879248768364+verschuivingx)*omf),((y+2.07188091454133-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+18.750281119858+verschuivingx)*omf),((y+2.06189013527267-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+18.750281119858+verschuivingx)*omf),((y+2.06189013527267-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+18.8749936059013+verschuivingx)*omf),((y+2.04121955747545-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+19.0489709690279+verschuivingx)*omf),((y+2.02847270116717-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+19.241207342542+verschuivingx)*omf),((y+2.02847270116717-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+19.241207342542+verschuivingx)*omf),((y+2.02847270116717-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+19.5109583827957+verschuivingx)*omf),((y+2.02812819153721-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+19.746602969684+verschuivingx)*omf),((y+2.05431092341369-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+19.8571905608992+verschuivingx)*omf),((y+2.08979541529892-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+19.8571905608992+verschuivingx)*omf),((y+2.08979541529892-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+19.8899189757448+verschuivingx)*omf),((y+2.09944168493762-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+19.9109340631719+verschuivingx)*omf),((y+2.11322207013577-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+19.9150681787314+verschuivingx)*omf),((y+2.11770069532516-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+19.9150681787314+verschuivingx)*omf),((y+2.11770069532516-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+19.9161017076212+verschuivingx)*omf),((y+2.13217009978322-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+19.9274705254097+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+19.9412509106079+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+19.9412509106079+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+19.9557203150659+verschuivingx)*omf),((y+2.14319440794174-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+19.9674336424843+verschuivingx)*omf),((y+2.1307920612634-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+19.9674336424843+verschuivingx)*omf),((y+2.11494461828553-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+19.9674336424843+verschuivingx)*omf),((y+2.11494461828553-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+19.9629550172949+verschuivingx)*omf),((y+2.07188091454133-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+19.9312601313392+verschuivingx)*omf),((y+2.05982307749295-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+19.8950866201941+verschuivingx)*omf),((y+2.04397563451508-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+19.8950866201941+verschuivingx)*omf),((y+2.04397563451508-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+19.8568460512692+verschuivingx)*omf),((y+2.02916172042707-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+19.8044805875162+verschuivingx)*omf),((y+2.01675937374874-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+19.7400572867149+verschuivingx)*omf),((y+2.00607957522018-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+19.7400572867149+verschuivingx)*omf),((y+2.00607957522018-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+19.6115551947422+verschuivingx)*omf),((y+1.985064487793-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+19.4355107738359+verschuivingx)*omf),((y+1.97197312185476-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+19.241207342542+verschuivingx)*omf),((y+1.97197312185476-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+19.241207342542+verschuivingx)*omf),((y+1.97197312185476-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+18.9490631763413+verschuivingx)*omf),((y+1.97231763148472-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+18.7006717331447+verschuivingx)*omf),((y+2.00022291151097-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+18.58732806489+verschuivingx)*omf),((y+2.04397563451508-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+18.7978234487916+verschuivingx)*omf),((y+1.13757079810699+size - verschuivingy)*omf)),Array(((x+18.6131662871365+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+18.6131662871365+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+18.6131662871365+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+18.6376264708632+verschuivingx)*omf),((y+1.3546118649778+size - verschuivingy)*omf)),Array(((x+18.6376264708632+verschuivingx)*omf),((y+1.3546118649778+size - verschuivingy)*omf)),Array(((x+18.6620866545899+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+18.6620866545899+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+18.8150489302893+verschuivingx)*omf),((y+1.18614665593046+size - verschuivingy)*omf)),Array(((x+18.8150489302893+verschuivingx)*omf),((y+1.18614665593046+size - verschuivingy)*omf)),Array(((x+19.2139910817757+verschuivingx)*omf),((y+1.11862276845954+size - verschuivingy)*omf)),Array(((x+19.2139910817757+verschuivingx)*omf),((y+1.11862276845954+size - verschuivingy)*omf)),Array(((x+19.612933233262+verschuivingx)*omf),((y+1.18614665593046+size - verschuivingy)*omf)),Array(((x+19.612933233262+verschuivingx)*omf),((y+1.18614665593046+size - verschuivingy)*omf)),Array(((x+19.7658955089614+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+19.7658955089614+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+19.7903556926881+verschuivingx)*omf),((y+1.3546118649778+size - verschuivingy)*omf)),Array(((x+19.7903556926881+verschuivingx)*omf),((y+1.3546118649778+size - verschuivingy)*omf)),Array(((x+19.8144713667849+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+19.8144713667849+verschuivingx)*omf),((y+1.32877364273128+size - verschuivingy)*omf)),Array(((x+19.6301587147597+verschuivingx)*omf),((y+1.13757079810699+size - verschuivingy)*omf)),Array(((x+19.6301587147597+verschuivingx)*omf),((y+1.13757079810699+size - verschuivingy)*omf)),Array(((x+19.2139910817757+verschuivingx)*omf),((y+1.06660181433654+size - verschuivingy)*omf)),Array(((x+19.2139910817757+verschuivingx)*omf),((y+1.06660181433654+size - verschuivingy)*omf)),Array(((x+18.7978234487916+verschuivingx)*omf),((y+1.13757079810699+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+18.7978234487916+verschuivingx)*omf),((y+1.13757079810699-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+18.691025463506+verschuivingx)*omf),((y+1.18166803074106-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+18.6152333449162+verschuivingx)*omf),((y+1.24299074487281-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+18.6131662871365+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+18.6131662871365+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+18.6131662871365+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+18.6131662871365+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+18.6131662871365+verschuivingx)*omf),((y+1.34289853755938-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+18.624190595295+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+18.6376264708632+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+18.6376264708632+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+18.6510623464314+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+18.6620866545899+verschuivingx)*omf),((y+1.34289853755938-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+18.6620866545899+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+18.6620866545899+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+18.6600195968102+verschuivingx)*omf),((y+1.2839873908373-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+18.713074079823+verschuivingx)*omf),((y+1.22714330189495-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+18.8150489302893+verschuivingx)*omf),((y+1.18614665593046-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+18.8150489302893+verschuivingx)*omf),((y+1.18614665593046-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+18.9156457422358+verschuivingx)*omf),((y+1.14480550033602-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+19.0572392001468+verschuivingx)*omf),((y+1.11862276845954-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+19.2139910817757+verschuivingx)*omf),((y+1.11862276845954-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+19.2139910817757+verschuivingx)*omf),((y+1.11862276845954-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+19.3703984537746+verschuivingx)*omf),((y+1.11862276845954-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+19.5123364213155+verschuivingx)*omf),((y+1.14480550033602-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+19.612933233262+verschuivingx)*omf),((y+1.18614665593046-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+19.612933233262+verschuivingx)*omf),((y+1.18614665593046-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+19.7145635740983+verschuivingx)*omf),((y+1.22714330189495-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+19.7679625667412+verschuivingx)*omf),((y+1.2839873908373-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+19.7658955089614+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+19.7658955089614+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+19.7658955089614+verschuivingx)*omf),((y+1.34289853755938-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+19.77691981712+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+19.7903556926881+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+19.7903556926881+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+19.8037915682563+verschuivingx)*omf),((y+1.3546118649778-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+19.8144713667849+verschuivingx)*omf),((y+1.34289853755938-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+19.8144713667849+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+19.8144713667849+verschuivingx)*omf),((y+1.32877364273128-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+19.8124043090052+verschuivingx)*omf),((y+1.24299074487281-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+19.7369567000453+verschuivingx)*omf),((y+1.18166803074106-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+19.6301587147597+verschuivingx)*omf),((y+1.13757079810699-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+19.6301587147597+verschuivingx)*omf),((y+1.13757079810699-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+19.5219826909542+verschuivingx)*omf),((y+1.09312905584297-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+19.3755660982239+verschuivingx)*omf),((y+1.06660181433654-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+19.2139910817757+verschuivingx)*omf),((y+1.06660181433654-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+19.2139910817757+verschuivingx)*omf),((y+1.06660181433654-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+19.0520715556974+verschuivingx)*omf),((y+1.06660181433654-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+18.9056549629671+verschuivingx)*omf),((y+1.09312905584297-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+18.7978234487916+verschuivingx)*omf),((y+1.13757079810699-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+18.5831939493305+verschuivingx)*omf),((y+2.62344083209714+size - verschuivingy)*omf)),Array(((x+18.5818159108107+verschuivingx)*omf),((y+2.64204435211464+size - verschuivingy)*omf)),Array(((x+18.5818159108107+verschuivingx)*omf),((y+2.64204435211464+size - verschuivingy)*omf)),Array(((x+18.7489030813382+verschuivingx)*omf),((y+2.84943914934674+size - verschuivingy)*omf)),Array(((x+18.7489030813382+verschuivingx)*omf),((y+2.84943914934674+size - verschuivingy)*omf)),Array(((x+19.1381989631859+verschuivingx)*omf),((y+2.98000829909918+size - verschuivingy)*omf)),Array(((x+19.1381989631859+verschuivingx)*omf),((y+2.98000829909918+size - verschuivingy)*omf)),Array(((x+19.3562735589465+verschuivingx)*omf),((y+2.99861181911668+size - verschuivingy)*omf)),Array(((x+19.3562735589465+verschuivingx)*omf),((y+2.99861181911668+size - verschuivingy)*omf)),Array(((x+19.6346373399491+verschuivingx)*omf),((y+2.95485909611256+size - verschuivingy)*omf)),Array(((x+19.6346373399491+verschuivingx)*omf),((y+2.95485909611256+size - verschuivingy)*omf)),Array(((x+19.7700296245209+verschuivingx)*omf),((y+2.81877779228087+size - verschuivingy)*omf)),Array(((x+19.7700296245209+verschuivingx)*omf),((y+2.81877779228087+size - verschuivingy)*omf)),Array(((x+19.7500480659836+verschuivingx)*omf),((y+2.7888054544749+size - verschuivingy)*omf)),Array(((x+19.7500480659836+verschuivingx)*omf),((y+2.7888054544749+size - verschuivingy)*omf)),Array(((x+19.7221427859573+verschuivingx)*omf),((y+2.81050956116198+size - verschuivingy)*omf)),Array(((x+19.7221427859573+verschuivingx)*omf),((y+2.81050956116198+size - verschuivingy)*omf)),Array(((x+19.6177563680814+verschuivingx)*omf),((y+2.90593872865914+size - verschuivingy)*omf)),Array(((x+19.6177563680814+verschuivingx)*omf),((y+2.90593872865914+size - verschuivingy)*omf)),Array(((x+19.3562735589465+verschuivingx)*omf),((y+2.94659086499368+size - verschuivingy)*omf)),Array(((x+19.3562735589465+verschuivingx)*omf),((y+2.94659086499368+size - verschuivingy)*omf)),Array(((x+19.1457781750448+verschuivingx)*omf),((y+2.92867636423609+size - verschuivingy)*omf)),Array(((x+19.1457781750448+verschuivingx)*omf),((y+2.92867636423609+size - verschuivingy)*omf)),Array(((x+18.7723297361751+verschuivingx)*omf),((y+2.80396387819286+size - verschuivingy)*omf)),Array(((x+18.7723297361751+verschuivingx)*omf),((y+2.80396387819286+size - verschuivingy)*omf)),Array(((x+18.6303917686342+verschuivingx)*omf),((y+2.64204435211464+size - verschuivingy)*omf)),Array(((x+18.6303917686342+verschuivingx)*omf),((y+2.64204435211464+size - verschuivingy)*omf)),Array(((x+18.6310807878941+verschuivingx)*omf),((y+2.63170906321603+size - verschuivingy)*omf)),Array(((x+18.6310807878941+verschuivingx)*omf),((y+2.63170906321603+size - verschuivingy)*omf)),Array(((x+18.6310807878941+verschuivingx)*omf),((y+2.63170906321603+size - verschuivingy)*omf)),Array(((x+18.6110992293568+verschuivingx)*omf),((y+2.60208123504001+size - verschuivingy)*omf)),Array(((x+18.6110992293568+verschuivingx)*omf),((y+2.60208123504001+size - verschuivingy)*omf)),Array(((x+18.6073096234273+verschuivingx)*omf),((y+2.60173672541006+size - verschuivingy)*omf)),Array(((x+18.6073096234273+verschuivingx)*omf),((y+2.60173672541006+size - verschuivingy)*omf)),Array(((x+18.5831939493305+verschuivingx)*omf),((y+2.62344083209714+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+18.5831939493305+verschuivingx)*omf),((y+2.62344083209714-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+18.5821604204407+verschuivingx)*omf),((y+2.62964200543631-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+18.5818159108107+verschuivingx)*omf),((y+2.63584317877547-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+18.5818159108107+verschuivingx)*omf),((y+2.64204435211464-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+18.5818159108107+verschuivingx)*omf),((y+2.64204435211464-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+18.5835384589605+verschuivingx)*omf),((y+2.7233486247837-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+18.6503733271715+verschuivingx)*omf),((y+2.79087251225462-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+18.7489030813382+verschuivingx)*omf),((y+2.84943914934674-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+18.7489030813382+verschuivingx)*omf),((y+2.84943914934674-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+18.8481218547649+verschuivingx)*omf),((y+2.90766127680891-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+18.9845476682265+verschuivingx)*omf),((y+2.95485909611256-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+19.1381989631859+verschuivingx)*omf),((y+2.98000829909918-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+19.1381989631859+verschuivingx)*omf),((y+2.98000829909918-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+19.2143355914056+verschuivingx)*omf),((y+2.99275515540747-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+19.2880606522157+verschuivingx)*omf),((y+2.99861181911668-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+19.3562735589465+verschuivingx)*omf),((y+2.99861181911668-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+19.3562735589465+verschuivingx)*omf),((y+2.99861181911668-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+19.4658276212718+verschuivingx)*omf),((y+2.99861181911668-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+19.5619458080289+verschuivingx)*omf),((y+2.98345339539872-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+19.6346373399491+verschuivingx)*omf),((y+2.95485909611256-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+19.6346373399491+verschuivingx)*omf),((y+2.95485909611256-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+19.7066398526094+verschuivingx)*omf),((y+2.92626479682641-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+19.7596943356223+verschuivingx)*omf),((y+2.88285658345225-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+19.7700296245209+verschuivingx)*omf),((y+2.81877779228087-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+19.7700296245209+verschuivingx)*omf),((y+2.81877779228087-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+19.7724411919306+verschuivingx)*omf),((y+2.80465289745277-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+19.7631394319218+verschuivingx)*omf),((y+2.79121702188457-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+19.7500480659836+verschuivingx)*omf),((y+2.7888054544749-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+19.7500480659836+verschuivingx)*omf),((y+2.7888054544749-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+19.7366121904154+verschuivingx)*omf),((y+2.78673839669518-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+19.724209843737+verschuivingx)*omf),((y+2.79638466633388-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+19.7221427859573+verschuivingx)*omf),((y+2.81050956116198-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+19.7221427859573+verschuivingx)*omf),((y+2.81050956116198-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+19.7176641607679+verschuivingx)*omf),((y+2.84461601452739-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+19.6835577074025+verschuivingx)*omf),((y+2.88010050641262-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+19.6177563680814+verschuivingx)*omf),((y+2.90593872865914-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+19.6177563680814+verschuivingx)*omf),((y+2.90593872865914-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+19.5529885576501+verschuivingx)*omf),((y+2.93177695090567-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+19.4616935057124+verschuivingx)*omf),((y+2.94659086499368-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+19.3562735589465+verschuivingx)*omf),((y+2.94659086499368-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+19.3562735589465+verschuivingx)*omf),((y+2.94659086499368-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+19.2904722196254+verschuivingx)*omf),((y+2.94659086499368-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+19.2195032358549+verschuivingx)*omf),((y+2.94073420128446-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+19.1457781750448+verschuivingx)*omf),((y+2.92867636423609-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+19.1457781750448+verschuivingx)*omf),((y+2.92867636423609-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+18.9969500149049+verschuivingx)*omf),((y+2.90421618050938-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+18.8650028266326+verschuivingx)*omf),((y+2.85805189009558-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+18.7723297361751+verschuivingx)*omf),((y+2.80396387819286-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+18.7723297361751+verschuivingx)*omf),((y+2.80396387819286-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+18.6782786071977+verschuivingx)*omf),((y+2.74987586629014-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+18.6286692204844+verschuivingx)*omf),((y+2.68648609437866-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+18.6303917686342+verschuivingx)*omf),((y+2.64204435211464-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+18.6303917686342+verschuivingx)*omf),((y+2.64204435211464-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+18.6303917686342+verschuivingx)*omf),((y+2.6385992558151-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+18.6307362782641+verschuivingx)*omf),((y+2.63549866914552-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+18.6310807878941+verschuivingx)*omf),((y+2.63170906321603-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+18.6310807878941+verschuivingx)*omf),((y+2.63170906321603-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+18.6310807878941+verschuivingx)*omf),((y+2.63170906321603-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+18.6310807878941+verschuivingx)*omf),((y+2.63170906321603-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+18.6331478456738+verschuivingx)*omf),((y+2.61758416838793-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+18.624190595295+verschuivingx)*omf),((y+2.60414829281974-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+18.6110992293568+verschuivingx)*omf),((y+2.60208123504001-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+18.6110992293568+verschuivingx)*omf),((y+2.60208123504001-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+18.6097211908369+verschuivingx)*omf),((y+2.60173672541006-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+18.6083431523171+verschuivingx)*omf),((y+2.60173672541006-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+18.6073096234273+verschuivingx)*omf),((y+2.60173672541006-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+18.6073096234273+verschuivingx)*omf),((y+2.60173672541006-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+18.5952517863789+verschuivingx)*omf),((y+2.60173672541006-verschuivingy)*omf));

line.pathPoints[34].leftDirection = Array(((x+18.5849164974803+verschuivingx)*omf),((y+2.61069397578886-verschuivingy)*omf));

line.pathPoints[34].rightDirection = Array(((x+18.5831939493305+verschuivingx)*omf),((y+2.62344083209714-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+18.7475250428184+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+17.8108033589744+verschuivingx)*omf),((y+0.59979126574933+size - verschuivingy)*omf)),Array(((x+16.8744261847603+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+17.8108033589744+verschuivingx)*omf),((y+3.8846905873575+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+18.7475250428184+verschuivingx)*omf),((y+3.14916252740643-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+18.7475250428184+verschuivingx)*omf),((y+1.33497481607044-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+18.3282568231648+verschuivingx)*omf),((y+0.59979126574933-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+17.293694404414+verschuivingx)*omf),((y+0.59979126574933-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+16.8744261847603+verschuivingx)*omf),((y+1.33497481607044-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+16.8744261847603+verschuivingx)*omf),((y+3.14916252740643-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+17.293694404414+verschuivingx)*omf),((y+3.8846905873575-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+18.3282568231648+verschuivingx)*omf),((y+3.8846905873575-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient15";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 66;

itemColor1.yellow = 100;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 0;

itemColor0.magenta = 0;

itemColor0.yellow = 100;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=67.6922988891602;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// poot rechts 3

var moveMatrix = app.getTranslationMatrix((0*omf), (0.5*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 150, 150);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient15").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 50;

itemColor1.yellow = 100;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=76;

grdntstop.midPoint=50;

var newCompoundPath = doc.compoundPathItems.add();

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+17.8108033589744+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+17.3687975037439+verschuivingx)*omf),((y+0.60978204501798+size - verschuivingy)*omf)),Array(((x+17.3687975037439+verschuivingx)*omf),((y+0.60978204501798+size - verschuivingy)*omf)),Array(((x+17.0325561049091+verschuivingx)*omf),((y+1.00527910020479+size - verschuivingy)*omf)),Array(((x+17.0325561049091+verschuivingx)*omf),((y+1.00527910020479+size - verschuivingy)*omf)),Array(((x+16.7386893905586+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+16.7386893905586+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+16.9088771477557+verschuivingx)*omf),((y+3.21565288598749+size - verschuivingy)*omf)),Array(((x+16.9088771477557+verschuivingx)*omf),((y+3.21565288598749+size - verschuivingy)*omf)),Array(((x+17.3687975037439+verschuivingx)*omf),((y+3.87469980808884+size - verschuivingy)*omf)),Array(((x+17.3687975037439+verschuivingx)*omf),((y+3.87469980808884+size - verschuivingy)*omf)),Array(((x+17.8108033589744+verschuivingx)*omf),((y+4.02938463193804+size - verschuivingy)*omf)),Array(((x+17.8108033589744+verschuivingx)*omf),((y+4.02938463193804+size - verschuivingy)*omf)),Array(((x+18.252809214205+verschuivingx)*omf),((y+3.87469980808884+size - verschuivingy)*omf)),Array(((x+18.252809214205+verschuivingx)*omf),((y+3.87469980808884+size - verschuivingy)*omf)),Array(((x+18.5890506130397+verschuivingx)*omf),((y+3.47885824327208+size - verschuivingy)*omf)),Array(((x+18.5890506130397+verschuivingx)*omf),((y+3.47885824327208+size - verschuivingy)*omf)),Array(((x+18.8829173273902+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+18.8829173273902+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+18.7127295701931+verschuivingx)*omf),((y+1.26882896711934+size - verschuivingy)*omf)),Array(((x+18.7127295701931+verschuivingx)*omf),((y+1.26882896711934+size - verschuivingy)*omf)),Array(((x+18.252809214205+verschuivingx)*omf),((y+0.60978204501798+size - verschuivingy)*omf)),Array(((x+18.252809214205+verschuivingx)*omf),((y+0.60978204501798+size - verschuivingy)*omf)),Array(((x+17.8118368878643+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+17.8118368878643+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+17.8108033589744+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+17.8108033589744+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+17.6509508906759+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+17.4997111631262+verschuivingx)*omf),((y+0.51263032937105-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+17.3687975037439+verschuivingx)*omf),((y+0.60978204501798-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+17.3687975037439+verschuivingx)*omf),((y+0.60978204501798-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+17.2378838443615+verschuivingx)*omf),((y+0.70727827029487-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+17.1255737049966+verschuivingx)*omf),((y+0.84301506449661-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+17.0325561049091+verschuivingx)*omf),((y+1.00527910020479-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+17.0325561049091+verschuivingx)*omf),((y+1.00527910020479-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+16.8478989432539+verschuivingx)*omf),((y+1.33049619088105-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+16.7390339001886+verschuivingx)*omf),((y+1.76457832462266-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+16.7386893905586+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+16.7386893905586+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+16.7386893905586+verschuivingx)*omf),((y+2.60035868689025-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+16.8003566143203+verschuivingx)*omf),((y+2.93384400868539-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+16.9088771477557+verschuivingx)*omf),((y+3.21565288598749-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+16.9088771477557+verschuivingx)*omf),((y+3.21565288598749-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+17.0173976811911+verschuivingx)*omf),((y+3.49677274402968-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+17.1724270146703+verschuivingx)*omf),((y+3.72793870572858-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+17.3687975037439+verschuivingx)*omf),((y+3.87469980808884-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+17.3687975037439+verschuivingx)*omf),((y+3.87469980808884-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+17.4997111631262+verschuivingx)*omf),((y+3.97185152373578-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+17.6509508906759+verschuivingx)*omf),((y+4.02972914156799-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+17.8108033589744+verschuivingx)*omf),((y+4.02938463193804-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+17.8108033589744+verschuivingx)*omf),((y+4.02938463193804-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+17.9706558272729+verschuivingx)*omf),((y+4.02972914156799-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+18.1222400644525+verschuivingx)*omf),((y+3.97185152373578-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+18.252809214205+verschuivingx)*omf),((y+3.87469980808884-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+18.252809214205+verschuivingx)*omf),((y+3.87469980808884-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+18.3837228735873+verschuivingx)*omf),((y+3.77720358281196-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+18.4960330129522+verschuivingx)*omf),((y+3.64146678861021-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+18.5890506130397+verschuivingx)*omf),((y+3.47885824327208-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+18.5890506130397+verschuivingx)*omf),((y+3.47885824327208-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+18.7737077746949+verschuivingx)*omf),((y+3.15364115259583-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+18.8825728177602+verschuivingx)*omf),((y+2.71955901885421-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+18.8829173273902+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+18.8829173273902+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+18.8829173273902+verschuivingx)*omf),((y+1.88412316621658-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+18.8212501036285+verschuivingx)*omf),((y+1.55029333479148-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+18.7127295701931+verschuivingx)*omf),((y+1.26882896711934-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+18.7127295701931+verschuivingx)*omf),((y+1.26882896711934-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+18.6042090367577+verschuivingx)*omf),((y+0.9873645994472-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+18.4491797032785+verschuivingx)*omf),((y+0.75619863774829-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+18.252809214205+verschuivingx)*omf),((y+0.60978204501798-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+18.252809214205+verschuivingx)*omf),((y+0.60978204501798-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+18.1222400644525+verschuivingx)*omf),((y+0.51263032937105-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+17.9713448465328+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+17.8118368878643+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+17.8118368878643+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+17.8114923782343+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+17.8111478686044+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+17.8108033589744+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+17.523826837223+verschuivingx)*omf),((y+3.63664365379086+size - verschuivingy)*omf)),Array(((x+17.2644110858679+verschuivingx)*omf),((y+3.32830753498233+size - verschuivingy)*omf)),Array(((x+17.2644110858679+verschuivingx)*omf),((y+3.32830753498233+size - verschuivingy)*omf)),Array(((x+17.0098184693321+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+17.0098184693321+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+17.159680158362+verschuivingx)*omf),((y+1.37907204870451+size - verschuivingy)*omf)),Array(((x+17.159680158362+verschuivingx)*omf),((y+1.37907204870451+size - verschuivingy)*omf)),Array(((x+17.523826837223+verschuivingx)*omf),((y+0.84783819931596+size - verschuivingy)*omf)),Array(((x+17.523826837223+verschuivingx)*omf),((y+0.84783819931596+size - verschuivingy)*omf)),Array(((x+17.8108033589744+verschuivingx)*omf),((y+0.74448531032986+size - verschuivingy)*omf)),Array(((x+17.8108033589744+verschuivingx)*omf),((y+0.74448531032986+size - verschuivingy)*omf)),Array(((x+18.0981243903558+verschuivingx)*omf),((y+0.84783819931596+size - verschuivingy)*omf)),Array(((x+18.0981243903558+verschuivingx)*omf),((y+0.84783819931596+size - verschuivingy)*omf)),Array(((x+18.3571956320809+verschuivingx)*omf),((y+1.15617431812449+size - verschuivingy)*omf)),Array(((x+18.3571956320809+verschuivingx)*omf),((y+1.15617431812449+size - verschuivingy)*omf)),Array(((x+18.6117882486167+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+18.6117882486167+verschuivingx)*omf),((y+2.24206867173844+size - verschuivingy)*omf)),Array(((x+18.4619265595868+verschuivingx)*omf),((y+3.10540980440231+size - verschuivingy)*omf)),Array(((x+18.4619265595868+verschuivingx)*omf),((y+3.10540980440231+size - verschuivingy)*omf)),Array(((x+18.0981243903558+verschuivingx)*omf),((y+3.63664365379086+size - verschuivingy)*omf)),Array(((x+18.0981243903558+verschuivingx)*omf),((y+3.63664365379086+size - verschuivingy)*omf)),Array(((x+17.8108033589744+verschuivingx)*omf),((y+3.73965203314701+size - verschuivingy)*omf)),Array(((x+17.8108033589744+verschuivingx)*omf),((y+3.73965203314701+size - verschuivingy)*omf)),Array(((x+17.523826837223+verschuivingx)*omf),((y+3.63664365379086+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+17.523826837223+verschuivingx)*omf),((y+3.63664365379086-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+17.4308092371355+verschuivingx)*omf),((y+3.56774172780013-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+17.3412367333476+verschuivingx)*omf),((y+3.46301080029422-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+17.2644110858679+verschuivingx)*omf),((y+3.32830753498233-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+17.2644110858679+verschuivingx)*omf),((y+3.32830753498233-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+17.1104152812786+verschuivingx)*omf),((y+3.05890100435857-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+17.0094739597022+verschuivingx)*omf),((y+2.67167218029065-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+17.0098184693321+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+17.0098184693321+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+17.0098184693321+verschuivingx)*omf),((y+1.91995216773176-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+17.0659735390146+verschuivingx)*omf),((y+1.62160682819189-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+17.159680158362+verschuivingx)*omf),((y+1.37907204870451-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+17.159680158362+verschuivingx)*omf),((y+1.37907204870451-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+17.2530422680794+verschuivingx)*omf),((y+1.13584824995723-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+17.3839559274618+verschuivingx)*omf),((y+0.95050206904216-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+17.523826837223+verschuivingx)*omf),((y+0.84783819931596-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+17.523826837223+verschuivingx)*omf),((y+0.84783819931596-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+17.6171889469404+verschuivingx)*omf),((y+0.77893627332523-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+17.7119290951777+verschuivingx)*omf),((y+0.74482981995982-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+17.8108033589744+verschuivingx)*omf),((y+0.74448531032986-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+17.8108033589744+verschuivingx)*omf),((y+0.74448531032986-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+17.9096776227711+verschuivingx)*omf),((y+0.74482981995982-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+18.0044177710084+verschuivingx)*omf),((y+0.77893627332523-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+18.0981243903558+verschuivingx)*omf),((y+0.84783819931596-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+18.0981243903558+verschuivingx)*omf),((y+0.84783819931596-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+18.1911419904432+verschuivingx)*omf),((y+0.9167401253067-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+18.2803699846012+verschuivingx)*omf),((y+1.02147105281261-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+18.3571956320809+verschuivingx)*omf),((y+1.15617431812449-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+18.3571956320809+verschuivingx)*omf),((y+1.15617431812449-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+18.5111914366702+verschuivingx)*omf),((y+1.4252363391183-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+18.6121327582466+verschuivingx)*omf),((y+1.81246516318622-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+18.6117882486167+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+18.6117882486167+verschuivingx)*omf),((y+2.24206867173844-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+18.6117882486167+verschuivingx)*omf),((y+2.56452968537506-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+18.5556331789342+verschuivingx)*omf),((y+2.86253051528498-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+18.4619265595868+verschuivingx)*omf),((y+3.10540980440231-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+18.4619265595868+verschuivingx)*omf),((y+3.10540980440231-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+18.3689089594993+verschuivingx)*omf),((y+3.34828909351965-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+18.237650790487+verschuivingx)*omf),((y+3.53363527443472-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+18.0981243903558+verschuivingx)*omf),((y+3.63664365379086-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+18.0981243903558+verschuivingx)*omf),((y+3.63664365379086-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+18.0044177710084+verschuivingx)*omf),((y+3.7055455797816-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+17.9096776227711+verschuivingx)*omf),((y+3.73965203314701-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+17.8108033589744+verschuivingx)*omf),((y+3.73965203314701-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+17.8108033589744+verschuivingx)*omf),((y+3.73965203314701-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+17.7119290951777+verschuivingx)*omf),((y+3.73965203314701-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+17.6171889469404+verschuivingx)*omf),((y+3.7055455797816-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+17.523826837223+verschuivingx)*omf),((y+3.63664365379086-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+18.0953683133161+verschuivingx)*omf),((y+1.19682645445902+size - verschuivingy)*omf)),Array(((x+17.9892593472904+verschuivingx)*omf),((y+1.40387674206118+size - verschuivingy)*omf)),Array(((x+17.9892593472904+verschuivingx)*omf),((y+1.40387674206118+size - verschuivingy)*omf)),Array(((x+18.1212065355627+verschuivingx)*omf),((y+2.2951231547513+size - verschuivingy)*omf)),Array(((x+18.1212065355627+verschuivingx)*omf),((y+2.2951231547513+size - verschuivingy)*omf)),Array(((x+17.7594714241113+verschuivingx)*omf),((y+3.35655732463853+size - verschuivingy)*omf)),Array(((x+17.7594714241113+verschuivingx)*omf),((y+3.35655732463853+size - verschuivingy)*omf)),Array(((x+17.7594714241113+verschuivingx)*omf),((y+3.35690183426849+size - verschuivingy)*omf)),Array(((x+17.7236424225961+verschuivingx)*omf),((y+3.58944583448721+size - verschuivingy)*omf)),Array(((x+17.7236424225961+verschuivingx)*omf),((y+3.58944583448721+size - verschuivingy)*omf)),Array(((x+17.9417170183568+verschuivingx)*omf),((y+3.62803091304202+size - verschuivingy)*omf)),Array(((x+17.9417170183568+verschuivingx)*omf),((y+3.62803091304202+size - verschuivingy)*omf)),Array(((x+18.1983766926723+verschuivingx)*omf),((y+3.3062589186653+size - verschuivingy)*omf)),Array(((x+18.1983766926723+verschuivingx)*omf),((y+3.3062589186653+size - verschuivingy)*omf)),Array(((x+18.4340212795606+verschuivingx)*omf),((y+2.2951231547513+size - verschuivingy)*omf)),Array(((x+18.4340212795606+verschuivingx)*omf),((y+2.2951231547513+size - verschuivingy)*omf)),Array(((x+18.28932723498+verschuivingx)*omf),((y+1.31017012271378+size - verschuivingy)*omf)),Array(((x+18.28932723498+verschuivingx)*omf),((y+1.31017012271378+size - verschuivingy)*omf)),Array(((x+18.1394655459502+verschuivingx)*omf),((y+1.18993626185995+size - verschuivingy)*omf)),Array(((x+18.1394655459502+verschuivingx)*omf),((y+1.18993626185995+size - verschuivingy)*omf)),Array(((x+18.0953683133161+verschuivingx)*omf),((y+1.19682645445902+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+18.0953683133161+verschuivingx)*omf),((y+1.19682645445902-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+18.0126860021272+verschuivingx)*omf),((y+1.22266467670555-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+17.9651436731936+verschuivingx)*omf),((y+1.31533776716308-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+17.9892593472904+verschuivingx)*omf),((y+1.40387674206118-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+17.9892593472904+verschuivingx)*omf),((y+1.40387674206118-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+18.0853775340475+verschuivingx)*omf),((y+1.75631009350377-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+18.1212065355627+verschuivingx)*omf),((y+2.05121033674411-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+18.1212065355627+verschuivingx)*omf),((y+2.2951231547513-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+18.1212065355627+verschuivingx)*omf),((y+2.2951231547513-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+18.1194839874129+verschuivingx)*omf),((y+3.05442237916917-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+17.7804865115385+verschuivingx)*omf),((y+3.33588674684131-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+17.7594714241113+verschuivingx)*omf),((y+3.35655732463853-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+17.7594714241113+verschuivingx)*omf),((y+3.35655732463853-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+17.7594714241113+verschuivingx)*omf),((y+3.35655732463853-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+17.7594714241113+verschuivingx)*omf),((y+3.35690183426849-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+17.6895359692307+verschuivingx)*omf),((y+3.41030082691131-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+17.6733440166229+verschuivingx)*omf),((y+3.51434273515731-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+17.7236424225961+verschuivingx)*omf),((y+3.58944583448721-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+17.7236424225961+verschuivingx)*omf),((y+3.58944583448721-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+17.7735963189394+verschuivingx)*omf),((y+3.66454893381711-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+17.8714370538462+verschuivingx)*omf),((y+3.68177441531479-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+17.9417170183568+verschuivingx)*omf),((y+3.62803091304202-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+17.9417170183568+verschuivingx)*omf),((y+3.62803091304202-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+17.954808384295+verschuivingx)*omf),((y+3.61804013377336-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+18.0777983221885+verschuivingx)*omf),((y+3.52088841812643-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+18.1983766926723+verschuivingx)*omf),((y+3.3062589186653-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+18.1983766926723+verschuivingx)*omf),((y+3.3062589186653-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+18.3186105535261+verschuivingx)*omf),((y+3.09197392883412-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+18.4343657891905+verschuivingx)*omf),((y+2.75986664555879-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+18.4340212795606+verschuivingx)*omf),((y+2.2951231547513-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+18.4340212795606+verschuivingx)*omf),((y+2.2951231547513-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+18.4340212795606+verschuivingx)*omf),((y+2.01607035448883-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+18.3926801239661+verschuivingx)*omf),((y+1.68947522529276-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+18.28932723498+verschuivingx)*omf),((y+1.31017012271378-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+18.28932723498+verschuivingx)*omf),((y+1.31017012271378-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+18.2693456764427+verschuivingx)*omf),((y+1.23747859079356-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+18.2069894334211+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+18.1394655459502+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+18.1394655459502+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+18.1249961414921+verschuivingx)*omf),((y+1.18993626185995-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+18.1101822274041+verschuivingx)*omf),((y+1.19234782926963-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+18.0953683133161+verschuivingx)*omf),((y+1.19682645445902-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+17.434943352695+verschuivingx)*omf),((y+2.1917702657652+size - verschuivingy)*omf)),Array(((x+17.1479668309436+verschuivingx)*omf),((y+2.27341904806422+size - verschuivingy)*omf)),Array(((x+17.1479668309436+verschuivingx)*omf),((y+2.27341904806422+size - verschuivingy)*omf)),Array(((x+17.1197170412874+verschuivingx)*omf),((y+2.32578451181718+size - verschuivingy)*omf)),Array(((x+17.1197170412874+verschuivingx)*omf),((y+2.32578451181718+size - verschuivingy)*omf)),Array(((x+17.1500338887233+verschuivingx)*omf),((y+2.35782390740287+size - verschuivingy)*omf)),Array(((x+17.1500338887233+verschuivingx)*omf),((y+2.35782390740287+size - verschuivingy)*omf)),Array(((x+17.1800062265292+verschuivingx)*omf),((y+2.32888509848676+size - verschuivingy)*omf)),Array(((x+17.1800062265292+verschuivingx)*omf),((y+2.32888509848676+size - verschuivingy)*omf)),Array(((x+17.1844848517186+verschuivingx)*omf),((y+2.32475098292732+size - verschuivingy)*omf)),Array(((x+17.1844848517186+verschuivingx)*omf),((y+2.32475098292732+size - verschuivingy)*omf)),Array(((x+17.2227254206435+verschuivingx)*omf),((y+2.30442491476005+size - verschuivingy)*omf)),Array(((x+17.2227254206435+verschuivingx)*omf),((y+2.30442491476005+size - verschuivingy)*omf)),Array(((x+17.3870565141314+verschuivingx)*omf),((y+2.26411728805547+size - verschuivingy)*omf)),Array(((x+17.3870565141314+verschuivingx)*omf),((y+2.26411728805547+size - verschuivingy)*omf)),Array(((x+17.9434395665066+verschuivingx)*omf),((y+2.22587671913061+size - verschuivingy)*omf)),Array(((x+17.9434395665066+verschuivingx)*omf),((y+2.22587671913061+size - verschuivingy)*omf)),Array(((x+18.6414160767927+verschuivingx)*omf),((y+2.29615668364116+size - verschuivingy)*omf)),Array(((x+18.6414160767927+verschuivingx)*omf),((y+2.29615668364116+size - verschuivingy)*omf)),Array(((x+18.7068729064839+verschuivingx)*omf),((y+2.32854058885681+size - verschuivingy)*omf)),Array(((x+18.7068729064839+verschuivingx)*omf),((y+2.32854058885681+size - verschuivingy)*omf)),Array(((x+18.7371897539198+verschuivingx)*omf),((y+2.35782390740287+size - verschuivingy)*omf)),Array(((x+18.7371897539198+verschuivingx)*omf),((y+2.35782390740287+size - verschuivingy)*omf)),Array(((x+18.7671620917258+verschuivingx)*omf),((y+2.32578451181718+size - verschuivingy)*omf)),Array(((x+18.7671620917258+verschuivingx)*omf),((y+2.32578451181718+size - verschuivingy)*omf)),Array(((x+18.7392568116995+verschuivingx)*omf),((y+2.27341904806422+size - verschuivingy)*omf)),Array(((x+18.7392568116995+verschuivingx)*omf),((y+2.27341904806422+size - verschuivingy)*omf)),Array(((x+18.6851687997968+verschuivingx)*omf),((y+2.24413572951816+size - verschuivingy)*omf)),Array(((x+18.6851687997968+verschuivingx)*omf),((y+2.24413572951816+size - verschuivingy)*omf)),Array(((x+18.5091243788905+verschuivingx)*omf),((y+2.20038300651404+size - verschuivingy)*omf)),Array(((x+18.5091243788905+verschuivingx)*omf),((y+2.20038300651404+size - verschuivingy)*omf)),Array(((x+17.9434395665066+verschuivingx)*omf),((y+2.16145341832928+size - verschuivingy)*omf)),Array(((x+17.9434395665066+verschuivingx)*omf),((y+2.16145341832928+size - verschuivingy)*omf)),Array(((x+17.434943352695+verschuivingx)*omf),((y+2.1917702657652+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+17.434943352695+verschuivingx)*omf),((y+2.1917702657652-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+17.2950724429338+verschuivingx)*omf),((y+2.21175182430251-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+17.1972317080269+verschuivingx)*omf),((y+2.23517847913936-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+17.1479668309436+verschuivingx)*omf),((y+2.27341904806422-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+17.1479668309436+verschuivingx)*omf),((y+2.27341904806422-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+17.1338419361155+verschuivingx)*omf),((y+2.28478786585269-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+17.1200615509173+verschuivingx)*omf),((y+2.30132432809047-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+17.1197170412874+verschuivingx)*omf),((y+2.32578451181718-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+17.1197170412874+verschuivingx)*omf),((y+2.32578451181718-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+17.1197170412874+verschuivingx)*omf),((y+2.34335450294481-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+17.1331529168556+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+17.1500338887233+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+17.1500338887233+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+17.1655368220712+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+17.1782836783795+verschuivingx)*omf),((y+2.34507705109458-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+17.1800062265292+verschuivingx)*omf),((y+2.32888509848676-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+17.1800062265292+verschuivingx)*omf),((y+2.32888509848676-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+17.1806952457892+verschuivingx)*omf),((y+2.3278515695969-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+17.182073284309+verschuivingx)*omf),((y+2.32647353107708-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+17.1844848517186+verschuivingx)*omf),((y+2.32475098292732-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+17.1844848517186+verschuivingx)*omf),((y+2.32475098292732-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+17.1910305346878+verschuivingx)*omf),((y+2.31923882884806-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+17.204466410256+verschuivingx)*omf),((y+2.31165961698908-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+17.2227254206435+verschuivingx)*omf),((y+2.30442491476005-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+17.2227254206435+verschuivingx)*omf),((y+2.30442491476005-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+17.2595879510485+verschuivingx)*omf),((y+2.289955510302-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+17.3164320399909+verschuivingx)*omf),((y+2.2758306154739-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+17.3870565141314+verschuivingx)*omf),((y+2.26411728805547-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+17.3870565141314+verschuivingx)*omf),((y+2.26411728805547-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+17.5283054624124+verschuivingx)*omf),((y+2.24034612358867-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+17.7257094803758+verschuivingx)*omf),((y+2.22587671913061-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+17.9434395665066+verschuivingx)*omf),((y+2.22587671913061-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+17.9434395665066+verschuivingx)*omf),((y+2.22587671913061-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+18.2493641179054+verschuivingx)*omf),((y+2.22553220950066-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+18.5163590811195+verschuivingx)*omf),((y+2.25516003767668-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+18.6414160767927+verschuivingx)*omf),((y+2.29615668364116-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+18.6414160767927+verschuivingx)*omf),((y+2.29615668364116-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+18.6789676264576+verschuivingx)*omf),((y+2.30752550142963-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+18.7027387909244+verschuivingx)*omf),((y+2.3233729444075-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+18.7068729064839+verschuivingx)*omf),((y+2.32854058885681-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+18.7068729064839+verschuivingx)*omf),((y+2.32854058885681-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+18.7082509450037+verschuivingx)*omf),((y+2.34507705109458-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+18.7213423109419+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+18.7371897539198+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+18.7371897539198+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+18.7537262161576+verschuivingx)*omf),((y+2.35782390740287-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+18.7671620917258+verschuivingx)*omf),((y+2.34335450294481-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+18.7671620917258+verschuivingx)*omf),((y+2.32578451181718-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+18.7671620917258+verschuivingx)*omf),((y+2.32578451181718-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+18.7668175820958+verschuivingx)*omf),((y+2.30132432809047-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+18.7530371968977+verschuivingx)*omf),((y+2.28478786585269-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+18.7392568116995+verschuivingx)*omf),((y+2.27341904806422-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+18.7392568116995+verschuivingx)*omf),((y+2.27341904806422-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+18.7247874072415+verschuivingx)*omf),((y+2.2617057206458-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+18.7068729064839+verschuivingx)*omf),((y+2.252748470267-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+18.6851687997968+verschuivingx)*omf),((y+2.24413572951816-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+18.6851687997968+verschuivingx)*omf),((y+2.24413572951816-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+18.6417605864226+verschuivingx)*omf),((y+2.22691024802047-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+18.5821604204407+verschuivingx)*omf),((y+2.21278535319238-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+18.5091243788905+verschuivingx)*omf),((y+2.20038300651404-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+18.5091243788905+verschuivingx)*omf),((y+2.20038300651404-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+18.3633968054201+verschuivingx)*omf),((y+2.17626733241729-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+18.1639257296769+verschuivingx)*omf),((y+2.16145341832928-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+17.9434395665066+verschuivingx)*omf),((y+2.16145341832928-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+17.9434395665066+verschuivingx)*omf),((y+2.16145341832928-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+17.7505141737325+verschuivingx)*omf),((y+2.16145341832928-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+17.5737807335663+verschuivingx)*omf),((y+2.17282223611775-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+17.434943352695+verschuivingx)*omf),((y+2.1917702657652-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+17.4404555067742+verschuivingx)*omf),((y+1.20164958927838+size - verschuivingy)*omf)),Array(((x+17.2313381613923+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+17.2313381613923+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+17.2592434414186+verschuivingx)*omf),((y+1.45107456136483+size - verschuivingy)*omf)),Array(((x+17.2592434414186+verschuivingx)*omf),((y+1.45107456136483+size - verschuivingy)*omf)),Array(((x+17.2871487214448+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+17.2871487214448+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+17.4607815749415+verschuivingx)*omf),((y+1.25711563970091+size - verschuivingy)*omf)),Array(((x+17.4607815749415+verschuivingx)*omf),((y+1.25711563970091+size - verschuivingy)*omf)),Array(((x+17.9124336998107+verschuivingx)*omf),((y+1.17960097296134+size - verschuivingy)*omf)),Array(((x+17.9124336998107+verschuivingx)*omf),((y+1.17960097296134+size - verschuivingy)*omf)),Array(((x+18.3644303343099+verschuivingx)*omf),((y+1.25711563970091+size - verschuivingy)*omf)),Array(((x+18.3644303343099+verschuivingx)*omf),((y+1.25711563970091+size - verschuivingy)*omf)),Array(((x+18.5380631878066+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+18.5380631878066+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+18.5659684678328+verschuivingx)*omf),((y+1.45107456136483+size - verschuivingy)*omf)),Array(((x+18.5659684678328+verschuivingx)*omf),((y+1.45107456136483+size - verschuivingy)*omf)),Array(((x+18.5938737478591+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+18.5938737478591+verschuivingx)*omf),((y+1.42110222355886+size - verschuivingy)*omf)),Array(((x+18.3847564024772+verschuivingx)*omf),((y+1.20164958927838+size - verschuivingy)*omf)),Array(((x+18.3847564024772+verschuivingx)*omf),((y+1.20164958927838+size - verschuivingy)*omf)),Array(((x+17.9124336998107+verschuivingx)*omf),((y+1.12000080697936+size - verschuivingy)*omf)),Array(((x+17.9124336998107+verschuivingx)*omf),((y+1.12000080697936+size - verschuivingy)*omf)),Array(((x+17.4404555067742+verschuivingx)*omf),((y+1.20164958927838+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+17.4404555067742+verschuivingx)*omf),((y+1.20164958927838-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+17.3195326266605+verschuivingx)*omf),((y+1.25263701451152-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+17.233749728802+verschuivingx)*omf),((y+1.32326148865202-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+17.2313381613923+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+17.2313381613923+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+17.2313381613923+verschuivingx)*omf),((y+1.43763868579663-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+17.2437405080707+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+17.2592434414186+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+17.2592434414186+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+17.2747463747665+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+17.2871487214448+verschuivingx)*omf),((y+1.43763868579663-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+17.2871487214448+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+17.2871487214448+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+17.2847371540352+verschuivingx)*omf),((y+1.36942577906581-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+17.345370848907+verschuivingx)*omf),((y+1.30396894937461-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+17.4607815749415+verschuivingx)*omf),((y+1.25711563970091-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+17.4607815749415+verschuivingx)*omf),((y+1.25711563970091-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+17.5744697528262+verschuivingx)*omf),((y+1.20957331076731-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+17.7350112403846+verschuivingx)*omf),((y+1.17925646333139-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+17.9124336998107+verschuivingx)*omf),((y+1.17960097296134-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+17.9124336998107+verschuivingx)*omf),((y+1.17960097296134-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+18.0898561592369+verschuivingx)*omf),((y+1.17925646333139-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+18.2507421564252+verschuivingx)*omf),((y+1.20957331076731-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+18.3644303343099+verschuivingx)*omf),((y+1.25711563970091-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+18.3644303343099+verschuivingx)*omf),((y+1.25711563970091-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+18.4798410603444+verschuivingx)*omf),((y+1.30396894937461-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+18.5404747552163+verschuivingx)*omf),((y+1.36942577906581-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+18.5380631878066+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+18.5380631878066+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+18.5380631878066+verschuivingx)*omf),((y+1.43763868579663-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+18.5504655344849+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+18.5659684678328+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+18.5659684678328+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+18.5811268915508+verschuivingx)*omf),((y+1.45107456136483-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+18.5938737478591+verschuivingx)*omf),((y+1.43763868579663-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+18.5938737478591+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+18.5938737478591+verschuivingx)*omf),((y+1.42110222355886-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+18.5914621804494+verschuivingx)*omf),((y+1.32326148865202-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+18.5056792825909+verschuivingx)*omf),((y+1.25263701451152-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+18.3847564024772+verschuivingx)*omf),((y+1.20164958927838-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+18.3847564024772+verschuivingx)*omf),((y+1.20164958927838-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+18.2621109742137+verschuivingx)*omf),((y+1.15066216404523-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+18.096057332576+verschuivingx)*omf),((y+1.12000080697936-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+17.9124336998107+verschuivingx)*omf),((y+1.12000080697936-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+17.9124336998107+verschuivingx)*omf),((y+1.12000080697936-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+17.7291545766754+verschuivingx)*omf),((y+1.12000080697936-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+17.5631009350377+verschuivingx)*omf),((y+1.15066216404523-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+17.4404555067742+verschuivingx)*omf),((y+1.20164958927838-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+17.1972317080269+verschuivingx)*omf),((y+2.91041735384854+size - verschuivingy)*omf)),Array(((x+17.1955091598772+verschuivingx)*omf),((y+2.93177695090567+size - verschuivingy)*omf)),Array(((x+17.1955091598772+verschuivingx)*omf),((y+2.93177695090567+size - verschuivingy)*omf)),Array(((x+17.3849894563517+verschuivingx)*omf),((y+3.16983310520365+size - verschuivingy)*omf)),Array(((x+17.3849894563517+verschuivingx)*omf),((y+3.16983310520365+size - verschuivingy)*omf)),Array(((x+17.8269953115822+verschuivingx)*omf),((y+3.32003930386345+size - verschuivingy)*omf)),Array(((x+17.8269953115822+verschuivingx)*omf),((y+3.32003930386345+size - verschuivingy)*omf)),Array(((x+18.074008716259+verschuivingx)*omf),((y+3.34139890092057+size - verschuivingy)*omf)),Array(((x+18.074008716259+verschuivingx)*omf),((y+3.34139890092057+size - verschuivingy)*omf)),Array(((x+18.3895795372966+verschuivingx)*omf),((y+3.29110049494734+size - verschuivingy)*omf)),Array(((x+18.3895795372966+verschuivingx)*omf),((y+3.29110049494734+size - verschuivingy)*omf)),Array(((x+18.5432308322559+verschuivingx)*omf),((y+3.13469312294838+size - verschuivingy)*omf)),Array(((x+18.5432308322559+verschuivingx)*omf),((y+3.13469312294838+size - verschuivingy)*omf)),Array(((x+18.520148687049+verschuivingx)*omf),((y+3.10058666958296+size - verschuivingy)*omf)),Array(((x+18.520148687049+verschuivingx)*omf),((y+3.10058666958296+size - verschuivingy)*omf)),Array(((x+18.4884538010933+verschuivingx)*omf),((y+3.12539136293963+size - verschuivingy)*omf)),Array(((x+18.4884538010933+verschuivingx)*omf),((y+3.12539136293963+size - verschuivingy)*omf)),Array(((x+18.3702869980192+verschuivingx)*omf),((y+3.23528993489485+size - verschuivingy)*omf)),Array(((x+18.3702869980192+verschuivingx)*omf),((y+3.23528993489485+size - verschuivingy)*omf)),Array(((x+18.074008716259+verschuivingx)*omf),((y+3.28214324456854+size - verschuivingy)*omf)),Array(((x+18.074008716259+verschuivingx)*omf),((y+3.28214324456854+size - verschuivingy)*omf)),Array(((x+17.8356080523311+verschuivingx)*omf),((y+3.26147266677132+size - verschuivingy)*omf)),Array(((x+17.8356080523311+verschuivingx)*omf),((y+3.26147266677132+size - verschuivingy)*omf)),Array(((x+17.412205717118+verschuivingx)*omf),((y+3.11781215108065+size - verschuivingy)*omf)),Array(((x+17.412205717118+verschuivingx)*omf),((y+3.11781215108065+size - verschuivingy)*omf)),Array(((x+17.2513197199297+verschuivingx)*omf),((y+2.93177695090567+size - verschuivingy)*omf)),Array(((x+17.2513197199297+verschuivingx)*omf),((y+2.93177695090567+size - verschuivingy)*omf)),Array(((x+17.2523532488195+verschuivingx)*omf),((y+2.91971911385729+size - verschuivingy)*omf)),Array(((x+17.2523532488195+verschuivingx)*omf),((y+2.91971911385729+size - verschuivingy)*omf)),Array(((x+17.2523532488195+verschuivingx)*omf),((y+2.91971911385729+size - verschuivingy)*omf)),Array(((x+17.2292711036126+verschuivingx)*omf),((y+2.88561266049188+size - verschuivingy)*omf)),Array(((x+17.2292711036126+verschuivingx)*omf),((y+2.88561266049188+size - verschuivingy)*omf)),Array(((x+17.2247924784232+verschuivingx)*omf),((y+2.88526815086192+size - verschuivingy)*omf)),Array(((x+17.2247924784232+verschuivingx)*omf),((y+2.88526815086192+size - verschuivingy)*omf)),Array(((x+17.1972317080269+verschuivingx)*omf),((y+2.91041735384854+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+17.1972317080269+verschuivingx)*omf),((y+2.91041735384854-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+17.1961981791371+verschuivingx)*omf),((y+2.91730754644762-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+17.1955091598772+verschuivingx)*omf),((y+2.92454224867664-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+17.1955091598772+verschuivingx)*omf),((y+2.93177695090567-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+17.1955091598772+verschuivingx)*omf),((y+2.93177695090567-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+17.1975762176569+verschuivingx)*omf),((y+3.0244500413632-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+17.2733683362467+verschuivingx)*omf),((y+3.10265372736269-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+17.3849894563517+verschuivingx)*omf),((y+3.16983310520365-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+17.3849894563517+verschuivingx)*omf),((y+3.16983310520365-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+17.4979886149765+verschuivingx)*omf),((y+3.23666797341466-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+17.6523289291957+verschuivingx)*omf),((y+3.29110049494734-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+17.8269953115822+verschuivingx)*omf),((y+3.32003930386345-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+17.8269953115822+verschuivingx)*omf),((y+3.32003930386345-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+17.9131227190706+verschuivingx)*omf),((y+3.3345087083215-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+17.9964940495194+verschuivingx)*omf),((y+3.34139890092057-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+18.074008716259+verschuivingx)*omf),((y+3.34139890092057-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+18.074008716259+verschuivingx)*omf),((y+3.34139890092057-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+18.1980321830423+verschuivingx)*omf),((y+3.34139890092057-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+18.3072417357376+verschuivingx)*omf),((y+3.32417341942289-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+18.3895795372966+verschuivingx)*omf),((y+3.29110049494734-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+18.3895795372966+verschuivingx)*omf),((y+3.29110049494734-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+18.4712283195956+verschuivingx)*omf),((y+3.25802757047179-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+18.5318620144674+verschuivingx)*omf),((y+3.20807367412851-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+18.5432308322559+verschuivingx)*omf),((y+3.13469312294838-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+18.5432308322559+verschuivingx)*omf),((y+3.13469312294838-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+18.5456423996656+verschuivingx)*omf),((y+3.11850117034055-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+18.535307110767+verschuivingx)*omf),((y+3.10334274662259-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+18.520148687049+verschuivingx)*omf),((y+3.10058666958296-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+18.520148687049+verschuivingx)*omf),((y+3.10058666958296-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+18.504990263331+verschuivingx)*omf),((y+3.09817510217329-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+18.4908653685029+verschuivingx)*omf),((y+3.10919941033181-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+18.4884538010933+verschuivingx)*omf),((y+3.12539136293963-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+18.4884538010933+verschuivingx)*omf),((y+3.12539136293963-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+18.483286156644+verschuivingx)*omf),((y+3.1650099703843-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+18.4443565684592+verschuivingx)*omf),((y+3.20566210671883-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+18.3702869980192+verschuivingx)*omf),((y+3.23528993489485-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+18.3702869980192+verschuivingx)*omf),((y+3.23528993489485-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+18.296906446839+verschuivingx)*omf),((y+3.26491776307086-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+18.193209048223+verschuivingx)*omf),((y+3.28214324456854-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+18.074008716259+verschuivingx)*omf),((y+3.28214324456854-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+18.074008716259+verschuivingx)*omf),((y+3.28214324456854-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+17.9992501265591+verschuivingx)*omf),((y+3.28214324456854-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+17.9189793827799+verschuivingx)*omf),((y+3.27525305196947-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+17.8356080523311+verschuivingx)*omf),((y+3.26147266677132-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+17.8356080523311+verschuivingx)*omf),((y+3.26147266677132-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+17.6664538240238+verschuivingx)*omf),((y+3.23322287711512-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+17.5172811542539+verschuivingx)*omf),((y+3.18016839410226-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+17.412205717118+verschuivingx)*omf),((y+3.11781215108065-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+17.412205717118+verschuivingx)*omf),((y+3.11781215108065-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+17.3057522414623+verschuivingx)*omf),((y+3.05580041768899-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+17.2492526621499+verschuivingx)*omf),((y+2.98276437613881-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+17.2513197199297+verschuivingx)*omf),((y+2.93177695090567-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+17.2513197199297+verschuivingx)*omf),((y+2.93177695090567-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+17.2513197199297+verschuivingx)*omf),((y+2.92798734497618-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+17.2516642295596+verschuivingx)*omf),((y+2.92385322941673-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+17.2523532488195+verschuivingx)*omf),((y+2.91971911385729-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+17.2523532488195+verschuivingx)*omf),((y+2.91971911385729-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+17.2523532488195+verschuivingx)*omf),((y+2.91971911385729-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+17.2523532488195+verschuivingx)*omf),((y+2.91971911385729-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+17.2547648162292+verschuivingx)*omf),((y+2.90352716124947-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+17.2444295273306+verschuivingx)*omf),((y+2.88836873753151-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+17.2292711036126+verschuivingx)*omf),((y+2.88561266049188-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+17.2292711036126+verschuivingx)*omf),((y+2.88561266049188-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+17.2275485554629+verschuivingx)*omf),((y+2.88561266049188-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+17.226170516943+verschuivingx)*omf),((y+2.88526815086192-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+17.2247924784232+verschuivingx)*omf),((y+2.88526815086192-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+17.2247924784232+verschuivingx)*omf),((y+2.88526815086192-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+17.211356602855+verschuivingx)*omf),((y+2.88526815086192-verschuivingy)*omf));

line.pathPoints[34].leftDirection = Array(((x+17.1992987658067+verschuivingx)*omf),((y+2.89594794939049-verschuivingy)*omf));

line.pathPoints[34].rightDirection = Array(((x+17.1972317080269+verschuivingx)*omf),((y+2.91041735384854-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+16.7204303801711+verschuivingx)*omf),((y+2.04018602858559+size - verschuivingy)*omf)),Array(((x+15.768894782239+verschuivingx)*omf),((y+0.71864708808334+size - verschuivingy)*omf)),Array(((x+15.1713428290844+verschuivingx)*omf),((y+2.01744839300865+size - verschuivingy)*omf)),Array(((x+16.3049517664469+verschuivingx)*omf),((y+3.40409965357214+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+16.9285141966631+verschuivingx)*omf),((y+2.81188759968179-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+16.512346563679+verschuivingx)*omf),((y+1.26882896711934-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+16.1685259529853+verschuivingx)*omf),((y+0.71864708808334-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+15.3694358663078+verschuivingx)*omf),((y+0.71864708808334-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+14.9632590125924+verschuivingx)*omf),((y+1.2460913315424-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+15.3794266455764+verschuivingx)*omf),((y+2.7888054544749-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+15.9097992208901+verschuivingx)*omf),((y+3.34174341055053-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+16.8613348188221+verschuivingx)*omf),((y+3.49229411884028-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient8";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 66;

itemColor1.yellow = 100;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 0;

itemColor0.magenta = 0;

itemColor0.yellow = 100;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=67.6922988891602;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// poot rechts 1

var moveMatrix = app.getTranslationMatrix((0*omf), (0.5*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 150, 150);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient8").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 50;

itemColor1.yellow = 100;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=76;

grdntstop.midPoint=50;

var newCompoundPath = doc.compoundPathItems.add();

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+15.768894782239+verschuivingx)*omf),((y+0.57360853387285+size - verschuivingy)*omf)),Array(((x+15.2166458454233+verschuivingx)*omf),((y+0.86747524822332+size - verschuivingy)*omf)),Array(((x+15.2166458454233+verschuivingx)*omf),((y+0.86747524822332+size - verschuivingy)*omf)),Array(((x+14.9792787103853+verschuivingx)*omf),((y+1.61196055855319+size - verschuivingy)*omf)),Array(((x+14.9792787103853+verschuivingx)*omf),((y+1.61196055855319+size - verschuivingy)*omf)),Array(((x+15.040945934147+verschuivingx)*omf),((y+2.05741151008327+size - verschuivingy)*omf)),Array(((x+15.040945934147+verschuivingx)*omf),((y+2.05741151008327+size - verschuivingy)*omf)),Array(((x+15.5680456679761+verschuivingx)*omf),((y+3.07474844733644+size - verschuivingy)*omf)),Array(((x+15.5680456679761+verschuivingx)*omf),((y+3.07474844733644+size - verschuivingy)*omf)),Array(((x+16.2849702079096+verschuivingx)*omf),((y+3.54741565963286+size - verschuivingy)*omf)),Array(((x+16.2849702079096+verschuivingx)*omf),((y+3.54741565963286+size - verschuivingy)*omf)),Array(((x+16.3979693665344+verschuivingx)*omf),((y+3.55706192927157+size - verschuivingy)*omf)),Array(((x+16.3979693665344+verschuivingx)*omf),((y+3.55706192927157+size - verschuivingy)*omf)),Array(((x+16.8410087506548+verschuivingx)*omf),((y+3.30867048607498+size - verschuivingy)*omf)),Array(((x+16.8410087506548+verschuivingx)*omf),((y+3.30867048607498+size - verschuivingy)*omf)),Array(((x+16.9643431981783+verschuivingx)*omf),((y+2.75883311666893+size - verschuivingy)*omf)),Array(((x+16.9643431981783+verschuivingx)*omf),((y+2.75883311666893+size - verschuivingy)*omf)),Array(((x+16.8506550202935+verschuivingx)*omf),((y+2.00022291151097+size - verschuivingy)*omf)),Array(((x+16.8506550202935+verschuivingx)*omf),((y+2.00022291151097+size - verschuivingy)*omf)),Array(((x+16.7204303801711+verschuivingx)*omf),((y+2.04018602858559+size - verschuivingy)*omf)),Array(((x+16.8506550202935+verschuivingx)*omf),((y+2.00022291151097+size - verschuivingy)*omf)),Array(((x+16.5512761518638+verschuivingx)*omf),((y+1.21129585891708+size - verschuivingy)*omf)),Array(((x+16.5512761518638+verschuivingx)*omf),((y+1.21129585891708+size - verschuivingy)*omf)),Array(((x+16.1309744033203+verschuivingx)*omf),((y+0.69522043324649+size - verschuivingy)*omf)),Array(((x+16.1309744033203+verschuivingx)*omf),((y+0.69522043324649+size - verschuivingy)*omf)),Array(((x+15.7699283111289+verschuivingx)*omf),((y+0.57360853387285+size - verschuivingy)*omf)),Array(((x+15.7699283111289+verschuivingx)*omf),((y+0.57360853387285+size - verschuivingy)*omf)),Array(((x+15.768894782239+verschuivingx)*omf),((y+0.57360853387285+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+15.768894782239+verschuivingx)*omf),((y+0.57360853387285-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+15.5604664561171+verschuivingx)*omf),((y+0.5739530435028-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+15.3613398900039+verschuivingx)*omf),((y+0.68454063471793-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+15.2166458454233+verschuivingx)*omf),((y+0.86747524822332-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+15.2166458454233+verschuivingx)*omf),((y+0.86747524822332-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+15.0714350363979+verschuivingx)*omf),((y+1.05075437135867-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+14.9792787103853+verschuivingx)*omf),((y+1.30844757456401-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+14.9792787103853+verschuivingx)*omf),((y+1.61196055855319-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+14.9792787103853+verschuivingx)*omf),((y+1.61196055855319-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+14.9792787103853+verschuivingx)*omf),((y+1.75183146831437-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+14.9987435044776+verschuivingx)*omf),((y+1.90134864771426-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+15.040945934147+verschuivingx)*omf),((y+2.05741151008327-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+15.040945934147+verschuivingx)*omf),((y+2.05741151008327-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+15.1513612705471+verschuivingx)*omf),((y+2.46599993120832-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+15.345664701841+verschuivingx)*omf),((y+2.81533269598133-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+15.5680456679761+verschuivingx)*omf),((y+3.07474844733644-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+15.5680456679761+verschuivingx)*omf),((y+3.07474844733644-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+15.791287908186+verschuivingx)*omf),((y+3.33278616017173-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+16.0393348417527+verschuivingx)*omf),((y+3.50676352329833-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+16.2849702079096+verschuivingx)*omf),((y+3.54741565963286-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+16.2849702079096+verschuivingx)*omf),((y+3.54741565963286-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+16.3235552864644+verschuivingx)*omf),((y+3.55361683297203-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+16.3614513457593+verschuivingx)*omf),((y+3.55706192927157-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+16.3979693665344+verschuivingx)*omf),((y+3.55706192927157-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+16.3979693665344+verschuivingx)*omf),((y+3.55706192927157-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+16.587105153379+verschuivingx)*omf),((y+3.5605070255711-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+16.7517807564968+verschuivingx)*omf),((y+3.4616327617744-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+16.8410087506548+verschuivingx)*omf),((y+3.30867048607498-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+16.8410087506548+verschuivingx)*omf),((y+3.30867048607498-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+16.9316147833327+verschuivingx)*omf),((y+3.15674173926541-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+16.9636541789183+verschuivingx)*omf),((y+2.9679504620508-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+16.9643431981783+verschuivingx)*omf),((y+2.75883311666893-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+16.9643431981783+verschuivingx)*omf),((y+2.75883311666893-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+16.9643431981783+verschuivingx)*omf),((y+2.52766715497002-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+16.9230020425838+verschuivingx)*omf),((y+2.26859591324487-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+16.8506550202935+verschuivingx)*omf),((y+2.00022291151097-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+16.8506550202935+verschuivingx)*omf),((y+2.00022291151097-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+16.8506550202935+verschuivingx)*omf),((y+2.00022291151097-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+16.7204303801711+verschuivingx)*omf),((y+2.04018602858559-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+16.7204303801711+verschuivingx)*omf),((y+2.04018602858559-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+16.8506550202935+verschuivingx)*omf),((y+2.00022291151097-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+16.7703842765143+verschuivingx)*omf),((y+1.70222208160105-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+16.6701319741978+verschuivingx)*omf),((y+1.4341935894971-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+16.5512761518638+verschuivingx)*omf),((y+1.21129585891708-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+16.5512761518638+verschuivingx)*omf),((y+1.21129585891708-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+16.4320758198998+verschuivingx)*omf),((y+0.98908714759697-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+16.2949609871783+verschuivingx)*omf),((y+0.80994214002106-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+16.1309744033203+verschuivingx)*omf),((y+0.69522043324649-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+16.1309744033203+verschuivingx)*omf),((y+0.69522043324649-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+16.022109360255+verschuivingx)*omf),((y+0.61942831465669-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+15.8991194223615+verschuivingx)*omf),((y+0.57360853387285-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+15.7699283111289+verschuivingx)*omf),((y+0.57360853387285-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+15.7699283111289+verschuivingx)*omf),((y+0.57360853387285-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+15.769583801499+verschuivingx)*omf),((y+0.57360853387285-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+15.769239291869+verschuivingx)*omf),((y+0.57360853387285-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+15.768894782239+verschuivingx)*omf),((y+0.57360853387285-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = newCompoundPath.pathItems.add();

line.setEntirePath(Array(Array(((x+16.3245888153543+verschuivingx)*omf),((y+3.26112815714137+size - verschuivingy)*omf)),Array(((x+15.7678612533492+verschuivingx)*omf),((y+2.8787224678928+size - verschuivingy)*omf)),Array(((x+15.7678612533492+verschuivingx)*omf),((y+2.8787224678928+size - verschuivingy)*omf)),Array(((x+15.3017397240219+verschuivingx)*omf),((y+1.97714076630407+size - verschuivingy)*omf)),Array(((x+15.3017397240219+verschuivingx)*omf),((y+1.97714076630407+size - verschuivingy)*omf)),Array(((x+15.2505800439738+verschuivingx)*omf),((y+1.61196055855319+size - verschuivingy)*omf)),Array(((x+15.2505800439738+verschuivingx)*omf),((y+1.61196055855319+size - verschuivingy)*omf)),Array(((x+15.4236961330255+verschuivingx)*omf),((y+1.05454397728816+size - verschuivingy)*omf)),Array(((x+15.4236961330255+verschuivingx)*omf),((y+1.05454397728816+size - verschuivingy)*omf)),Array(((x+15.768894782239+verschuivingx)*omf),((y+0.86368564229383+size - verschuivingy)*omf)),Array(((x+15.768894782239+verschuivingx)*omf),((y+0.86368564229383+size - verschuivingy)*omf)),Array(((x+15.9831797720702+verschuivingx)*omf),((y+0.93809972236382+size - verschuivingy)*omf)),Array(((x+15.9831797720702+verschuivingx)*omf),((y+0.93809972236382+size - verschuivingy)*omf)),Array(((x+16.2074555411701+verschuivingx)*omf),((y+1.17650038629176+size - verschuivingy)*omf)),Array(((x+16.2074555411701+verschuivingx)*omf),((y+1.17650038629176+size - verschuivingy)*omf)),Array(((x+16.5902057400486+verschuivingx)*omf),((y+2.08049365529017+size - verschuivingy)*omf)),Array(((x+16.5902057400486+verschuivingx)*omf),((y+2.08049365529017+size - verschuivingy)*omf)),Array(((x+16.5902057400486+verschuivingx)*omf),((y+2.08049365529017+size - verschuivingy)*omf)),Array(((x+16.6928696097748+verschuivingx)*omf),((y+2.75883311666893+size - verschuivingy)*omf)),Array(((x+16.6928696097748+verschuivingx)*omf),((y+2.75883311666893+size - verschuivingy)*omf)),Array(((x+16.6132878852555+verschuivingx)*omf),((y+3.15122958518615+size - verschuivingy)*omf)),Array(((x+16.6132878852555+verschuivingx)*omf),((y+3.15122958518615+size - verschuivingy)*omf)),Array(((x+16.3979693665344+verschuivingx)*omf),((y+3.26732933048054+size - verschuivingy)*omf)),Array(((x+16.3979693665344+verschuivingx)*omf),((y+3.26732933048054+size - verschuivingy)*omf)),Array(((x+16.3245888153543+verschuivingx)*omf),((y+3.26112815714137+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+16.3245888153543+verschuivingx)*omf),((y+3.26112815714137-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+16.1750716359544+verschuivingx)*omf),((y+3.23942405045429-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+15.9604421364933+verschuivingx)*omf),((y+3.10540980440231-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+15.7678612533492+verschuivingx)*omf),((y+2.8787224678928-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+15.7678612533492+verschuivingx)*omf),((y+2.8787224678928-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+15.5742468413152+verschuivingx)*omf),((y+2.65341316990311-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+15.3994082041137+verschuivingx)*omf),((y+2.34025391627523-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+15.3017397240219+verschuivingx)*omf),((y+1.97714076630407-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+15.3017397240219+verschuivingx)*omf),((y+1.97714076630407-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+15.2659107225067+verschuivingx)*omf),((y+1.84519357803182-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+15.2505800439738+verschuivingx)*omf),((y+1.72323716902822-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+15.2505800439738+verschuivingx)*omf),((y+1.61196055855319-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+15.2505800439738+verschuivingx)*omf),((y+1.61196055855319-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+15.2507522987887+verschuivingx)*omf),((y+1.37080381758562-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+15.322927066264+verschuivingx)*omf),((y+1.18201254037102-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+15.4236961330255+verschuivingx)*omf),((y+1.05454397728816-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+15.4236961330255+verschuivingx)*omf),((y+1.05454397728816-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+15.5249819642319+verschuivingx)*omf),((y+0.92707541420531-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+15.6527950369447+verschuivingx)*omf),((y+0.86334113266388-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+15.768894782239+verschuivingx)*omf),((y+0.86368564229383-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+15.768894782239+verschuivingx)*omf),((y+0.86368564229383-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+15.8391747467496+verschuivingx)*omf),((y+0.86368564229383-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+15.9087656920002+verschuivingx)*omf),((y+0.88676778750073-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+15.9831797720702+verschuivingx)*omf),((y+0.93809972236382-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+15.9831797720702+verschuivingx)*omf),((y+0.93809972236382-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+16.0569048328803+verschuivingx)*omf),((y+0.98943165722692-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+16.13373048036+verschuivingx)*omf),((y+1.06970240100612-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+16.2074555411701+verschuivingx)*omf),((y+1.17650038629176-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+16.2074555411701+verschuivingx)*omf),((y+1.17650038629176-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+16.3552501724202+verschuivingx)*omf),((y+1.38940733760312-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+16.4896089281021+verschuivingx)*omf),((y+1.70635619716049-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+16.5902057400486+verschuivingx)*omf),((y+2.08049365529017-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+16.5902057400486+verschuivingx)*omf),((y+2.08049365529017-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+16.5902057400486+verschuivingx)*omf),((y+2.08049365529017-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+16.5902057400486+verschuivingx)*omf),((y+2.08049365529017-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+16.6570406082596+verschuivingx)*omf),((y+2.32854058885681-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+16.6932141194047+verschuivingx)*omf),((y+2.56521870463497-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+16.6928696097748+verschuivingx)*omf),((y+2.75883311666893-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+16.6928696097748+verschuivingx)*omf),((y+2.75883311666893-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+16.6935586290347+verschuivingx)*omf),((y+2.9345330279453-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+16.6618637430789+verschuivingx)*omf),((y+3.07233687992676-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+16.6132878852555+verschuivingx)*omf),((y+3.15122958518615-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+16.6132878852555+verschuivingx)*omf),((y+3.15122958518615-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+16.5626449696523+verschuivingx)*omf),((y+3.22839974229577-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+16.5120020540491+verschuivingx)*omf),((y+3.26353972455105-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+16.3979693665344+verschuivingx)*omf),((y+3.26732933048054-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+16.3979693665344+verschuivingx)*omf),((y+3.26732933048054-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+16.3759207502174+verschuivingx)*omf),((y+3.26732933048054-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+16.3514605664907+verschuivingx)*omf),((y+3.26526227270081-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+16.3245888153543+verschuivingx)*omf),((y+3.26112815714137-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+16.5447304688947+verschuivingx)*omf),((y+3.38687417207446+size - verschuivingy)*omf)),Array(((x+17.3291788962992+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+16.5447304688947+verschuivingx)*omf),((y+0.59979126574933+size - verschuivingy)*omf)),Array(((x+15.8515770934279+verschuivingx)*omf),((y+2.06154562564272+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+16.5447304688947+verschuivingx)*omf),((y+3.38687417207446-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+16.9781235833764+verschuivingx)*omf),((y+3.38687417207446-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+17.3291788962992+verschuivingx)*omf),((y+2.76296723222837-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+17.3291788962992+verschuivingx)*omf),((y+1.22369820559541-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+16.9781235833764+verschuivingx)*omf),((y+0.59979126574933-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+16.111337354413+verschuivingx)*omf),((y+0.59979126574933-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+15.8515770934279+verschuivingx)*omf),((y+1.29191111232623-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+15.8515770934279+verschuivingx)*omf),((y+2.06154562564272-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var newGradient = app.activeDocument.gradients.add();

newGradient.name = "NewGradient5";

newGradient.type=GradientType.RADIAL;

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 66;

itemColor1.yellow = 100;

itemColor1.black = 0;

newGradient.gradientStops[1].color = itemColor1;

newGradient.gradientStops[1].rampPoint=100;

newGradient.gradientStops[1].midPoint=50;

var itemColor0 = new CMYKColor();

itemColor0.cyan = 0;

itemColor0.magenta = 0;

itemColor0.yellow = 100;

itemColor0.black = 0;

newGradient.gradientStops[0].color = itemColor0;

newGradient.gradientStops[0].rampPoint=0;

newGradient.gradientStops[0].midPoint=67.6922988891602;

var colorOfGradient = new GradientColor();

colorOfGradient.gradient = newGradient;

line.fillColor = colorOfGradient;

line.fillOverprint = false;

// Set gradient matrix

// poot rechts 2

var moveMatrix = app.getTranslationMatrix((0*omf), (0.5*omf));

var rotateMatrix = concatenateRotationMatrix( moveMatrix, 0 );

var totalMatrix =  concatenateScaleMatrix (rotateMatrix, 150, 150);

line.transform(totalMatrix,false,false,true,false,0, Transformation.CENTER);

var grdntstop = doc.gradients.getByName("NewGradient5").gradientStops.add();

var itemColor1 = new CMYKColor();

itemColor1.cyan = 0;

itemColor1.magenta = 50;

itemColor1.yellow = 100;

itemColor1.black = 0;

grdntstop.color = itemColor1;

grdntstop.rampPoint=76;

grdntstop.midPoint=50;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+16.1661143855756+verschuivingx)*omf),((y+0.60909302575808+size - verschuivingy)*omf)),Array(((x+15.9128998075597+verschuivingx)*omf),((y+0.98012989721817+size - verschuivingy)*omf)),Array(((x+15.9128998075597+verschuivingx)*omf),((y+0.98012989721817+size - verschuivingy)*omf)),Array(((x+15.7158402992262+verschuivingx)*omf),((y+2.06154562564272+size - verschuivingy)*omf)),Array(((x+15.7158402992262+verschuivingx)*omf),((y+2.06154562564272+size - verschuivingy)*omf)),Array(((x+15.8515770934279+verschuivingx)*omf),((y+2.20623967022326+size - verschuivingy)*omf)),Array(((x+15.8515770934279+verschuivingx)*omf),((y+2.20623967022326+size - verschuivingy)*omf)),Array(((x+15.9873138876297+verschuivingx)*omf),((y+2.06154562564272+size - verschuivingy)*omf)),Array(((x+15.9873138876297+verschuivingx)*omf),((y+2.06154562564272+size - verschuivingy)*omf)),Array(((x+16.0861881514264+verschuivingx)*omf),((y+1.30396894937461+size - verschuivingy)*omf)),Array(((x+16.0861881514264+verschuivingx)*omf),((y+1.30396894937461+size - verschuivingy)*omf)),Array(((x+16.3407807679621+verschuivingx)*omf),((y+0.83061271781828+size - verschuivingy)*omf)),Array(((x+16.3407807679621+verschuivingx)*omf),((y+0.83061271781828+size - verschuivingy)*omf)),Array(((x+16.5447304688947+verschuivingx)*omf),((y+0.74448531032986+size - verschuivingy)*omf)),Array(((x+16.5447304688947+verschuivingx)*omf),((y+0.74448531032986+size - verschuivingy)*omf)),Array(((x+16.7721068246641+verschuivingx)*omf),((y+0.82785664077865+size - verschuivingy)*omf)),Array(((x+16.7721068246641+verschuivingx)*omf),((y+0.82785664077865+size - verschuivingy)*omf)),Array(((x+16.9832912278257+verschuivingx)*omf),((y+1.08244925731441+size - verschuivingy)*omf)),Array(((x+16.9832912278257+verschuivingx)*omf),((y+1.08244925731441+size - verschuivingy)*omf)),Array(((x+17.1937866117274+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+17.1937866117274+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+17.0697631449441+verschuivingx)*omf),((y+2.71783647070444+size - verschuivingy)*omf)),Array(((x+17.0697631449441+verschuivingx)*omf),((y+2.71783647070444+size - verschuivingy)*omf)),Array(((x+16.7721068246641+verschuivingx)*omf),((y+3.15880879704513+size - verschuivingy)*omf)),Array(((x+16.7721068246641+verschuivingx)*omf),((y+3.15880879704513+size - verschuivingy)*omf)),Array(((x+16.5447304688947+verschuivingx)*omf),((y+3.24183561786397+size - verschuivingy)*omf)),Array(((x+16.5447304688947+verschuivingx)*omf),((y+3.24183561786397+size - verschuivingy)*omf)),Array(((x+16.5447304688947+verschuivingx)*omf),((y+3.24183561786397+size - verschuivingy)*omf)),Array(((x+16.408993674693+verschuivingx)*omf),((y+3.38687417207446+size - verschuivingy)*omf)),Array(((x+16.408993674693+verschuivingx)*omf),((y+3.38687417207446+size - verschuivingy)*omf)),Array(((x+16.5447304688947+verschuivingx)*omf),((y+3.531568216655+size - verschuivingy)*omf)),Array(((x+16.5447304688947+verschuivingx)*omf),((y+3.531568216655+size - verschuivingy)*omf)),Array(((x+16.9281696870331+verschuivingx)*omf),((y+3.39583142245325+size - verschuivingy)*omf)),Array(((x+16.9281696870331+verschuivingx)*omf),((y+3.39583142245325+size - verschuivingy)*omf)),Array(((x+17.2158352280444+verschuivingx)*omf),((y+3.05338885027931+size - verschuivingy)*omf)),Array(((x+17.2158352280444+verschuivingx)*omf),((y+3.05338885027931+size - verschuivingy)*omf)),Array(((x+17.4649156905009+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+17.4649156905009+verschuivingx)*omf),((y+1.99333271891189+size - verschuivingy)*omf)),Array(((x+17.3209106651803+verschuivingx)*omf),((y+1.15961941442403+size - verschuivingy)*omf)),Array(((x+17.3209106651803+verschuivingx)*omf),((y+1.15961941442403+size - verschuivingy)*omf)),Array(((x+16.9281696870331+verschuivingx)*omf),((y+0.59083401537053+size - verschuivingy)*omf)),Array(((x+16.9281696870331+verschuivingx)*omf),((y+0.59083401537053+size - verschuivingy)*omf)),Array(((x+16.5447304688947+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+16.5447304688947+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+16.542318901485+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+16.542318901485+verschuivingx)*omf),((y+0.45475271153883+size - verschuivingy)*omf)),Array(((x+16.1661143855756+verschuivingx)*omf),((y+0.60909302575808+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+16.1661143855756+verschuivingx)*omf),((y+0.60909302575808-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+16.0610389484398+verschuivingx)*omf),((y+0.70417768362529-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+15.9787011468808+verschuivingx)*omf),((y+0.8319907563381-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+15.9128998075597+verschuivingx)*omf),((y+0.98012989721817-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+15.9128998075597+verschuivingx)*omf),((y+0.98012989721817-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+15.7823306578072+verschuivingx)*omf),((y+1.27675268860827-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+15.7161848088561+verschuivingx)*omf),((y+1.65915837785684-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+15.7158402992262+verschuivingx)*omf),((y+2.06154562564272-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+15.7158402992262+verschuivingx)*omf),((y+2.06154562564272-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+15.7158402992262+verschuivingx)*omf),((y+2.14147185979197-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+15.776473994098+verschuivingx)*omf),((y+2.20623967022326-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+15.8515770934279+verschuivingx)*omf),((y+2.20623967022326-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+15.8515770934279+verschuivingx)*omf),((y+2.20623967022326-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+15.9263356831279+verschuivingx)*omf),((y+2.20623967022326-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+15.9873138876297+verschuivingx)*omf),((y+2.14147185979197-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+15.9873138876297+verschuivingx)*omf),((y+2.06154562564272-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+15.9873138876297+verschuivingx)*omf),((y+2.06154562564272-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+15.9869693779997+verschuivingx)*omf),((y+1.78593792167979-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+16.0224538698849+verschuivingx)*omf),((y+1.52135452587537-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+16.0861881514264+verschuivingx)*omf),((y+1.30396894937461-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+16.0861881514264+verschuivingx)*omf),((y+1.30396894937461-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+16.1488889040779+verschuivingx)*omf),((y+1.0862388632439-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+16.2422510137954+verschuivingx)*omf),((y+0.91811816382651-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+16.3407807679621+verschuivingx)*omf),((y+0.83061271781828-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+16.3407807679621+verschuivingx)*omf),((y+0.83061271781828-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+16.4072711265432+verschuivingx)*omf),((y+0.7717015710962-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+16.4706608984547+verschuivingx)*omf),((y+0.74517432958977-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+16.5447304688947+verschuivingx)*omf),((y+0.74448531032986-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+16.5447304688947+verschuivingx)*omf),((y+0.74448531032986-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+16.6219006260043+verschuivingx)*omf),((y+0.74482981995982-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+16.6966592157043+verschuivingx)*omf),((y+0.77135706146625-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+16.7721068246641+verschuivingx)*omf),((y+0.82785664077865-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+16.7721068246641+verschuivingx)*omf),((y+0.82785664077865-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+16.8468654143641+verschuivingx)*omf),((y+0.88366720083114-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+16.9202459655442+verschuivingx)*omf),((y+0.97013911794951-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+16.9832912278257+verschuivingx)*omf),((y+1.08244925731441-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+16.9832912278257+verschuivingx)*omf),((y+1.08244925731441-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+17.1100707716487+verschuivingx)*omf),((y+1.30672502641424-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+17.1941311213573+verschuivingx)*omf),((y+1.6319421170905-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+17.1937866117274+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+17.1937866117274+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+17.1937866117274+verschuivingx)*omf),((y+2.26411728805547-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+17.1469333020537+verschuivingx)*omf),((y+2.51492029866174-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+17.0697631449441+verschuivingx)*omf),((y+2.71783647070444-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+17.0697631449441+verschuivingx)*omf),((y+2.71783647070444-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+16.9925929878345+verschuivingx)*omf),((y+2.92144166200706-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+16.884416964029+verschuivingx)*omf),((y+3.07509295696639-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+16.7721068246641+verschuivingx)*omf),((y+3.15880879704513-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+16.7721068246641+verschuivingx)*omf),((y+3.15880879704513-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+16.6966592157043+verschuivingx)*omf),((y+3.21496386672758-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+16.6219006260043+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+16.5447304688947+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+16.5447304688947+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+16.5447304688947+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+16.5447304688947+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+16.4696273695648+verschuivingx)*omf),((y+3.24183561786397-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+16.408993674693+verschuivingx)*omf),((y+3.30694793792521-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+16.408993674693+verschuivingx)*omf),((y+3.38687417207446-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+16.408993674693+verschuivingx)*omf),((y+3.38687417207446-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+16.408993674693+verschuivingx)*omf),((y+3.46680040622371-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+16.4696273695648+verschuivingx)*omf),((y+3.531568216655-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+16.5447304688947+verschuivingx)*omf),((y+3.531568216655-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+16.5447304688947+verschuivingx)*omf),((y+3.531568216655-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+16.683912359396+verschuivingx)*omf),((y+3.53191272628495-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+16.8155150380383+verschuivingx)*omf),((y+3.48058079142185-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+16.9281696870331+verschuivingx)*omf),((y+3.39583142245325-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+16.9281696870331+verschuivingx)*omf),((y+3.39583142245325-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+17.040824336028+verschuivingx)*omf),((y+3.3107375438547-verschuivingy)*omf));

line.pathPoints[34].leftDirection = Array(((x+17.1365980131551+verschuivingx)*omf),((y+3.1932597600405-verschuivingy)*omf));

line.pathPoints[34].rightDirection = Array(((x+17.2158352280444+verschuivingx)*omf),((y+3.05338885027931-verschuivingy)*omf));

line.pathPoints[35].leftDirection = Array(((x+17.2158352280444+verschuivingx)*omf),((y+3.05338885027931-verschuivingy)*omf));

line.pathPoints[35].rightDirection = Array(((x+17.3729316193033+verschuivingx)*omf),((y+2.77330252112698-verschuivingy)*omf));

line.pathPoints[36].leftDirection = Array(((x+17.464571180871+verschuivingx)*omf),((y+2.40157663040698-verschuivingy)*omf));

line.pathPoints[36].rightDirection = Array(((x+17.4649156905009+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[37].leftDirection = Array(((x+17.4649156905009+verschuivingx)*omf),((y+1.99333271891189-verschuivingy)*omf));

line.pathPoints[37].rightDirection = Array(((x+17.4649156905009+verschuivingx)*omf),((y+1.68706365788309-verschuivingy)*omf));

line.pathPoints[38].leftDirection = Array(((x+17.4128947363779+verschuivingx)*omf),((y+1.4014651746515-verschuivingy)*omf));

line.pathPoints[38].rightDirection = Array(((x+17.3209106651803+verschuivingx)*omf),((y+1.15961941442403-verschuivingy)*omf));

line.pathPoints[39].leftDirection = Array(((x+17.3209106651803+verschuivingx)*omf),((y+1.15961941442403-verschuivingy)*omf));

line.pathPoints[39].rightDirection = Array(((x+17.2285820843527+verschuivingx)*omf),((y+0.91811816382651-verschuivingy)*omf));

line.pathPoints[40].leftDirection = Array(((x+17.0973239153404+verschuivingx)*omf),((y+0.71864708808334-verschuivingy)*omf));

line.pathPoints[40].rightDirection = Array(((x+16.9281696870331+verschuivingx)*omf),((y+0.59083401537053-verschuivingy)*omf));

line.pathPoints[41].leftDirection = Array(((x+16.9281696870331+verschuivingx)*omf),((y+0.59083401537053-verschuivingy)*omf));

line.pathPoints[41].rightDirection = Array(((x+16.8155150380383+verschuivingx)*omf),((y+0.50608464640193-verschuivingy)*omf));

line.pathPoints[42].leftDirection = Array(((x+16.683912359396+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[42].rightDirection = Array(((x+16.5447304688947+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[43].leftDirection = Array(((x+16.5447304688947+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[43].rightDirection = Array(((x+16.5440414496348+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[44].leftDirection = Array(((x+16.5430079207449+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[44].rightDirection = Array(((x+16.542318901485+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[45].leftDirection = Array(((x+16.542318901485+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[45].rightDirection = Array(((x+16.4003809339441+verschuivingx)*omf),((y+0.45475271153883-verschuivingy)*omf));

line.pathPoints[46].leftDirection = Array(((x+16.2694672745617+verschuivingx)*omf),((y+0.51469738715077-verschuivingy)*omf));

line.pathPoints[46].rightDirection = Array(((x+16.1661143855756+verschuivingx)*omf),((y+0.60909302575808-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+16.8244722884171+verschuivingx)*omf),((y+1.17271078036227+size - verschuivingy)*omf)),Array(((x+16.7097505816425+verschuivingx)*omf),((y+1.37459342351511+size - verschuivingy)*omf)),Array(((x+16.7097505816425+verschuivingx)*omf),((y+1.37459342351511+size - verschuivingy)*omf)),Array(((x+16.7789970172632+verschuivingx)*omf),((y+1.95543665961699+size - verschuivingy)*omf)),Array(((x+16.7789970172632+verschuivingx)*omf),((y+1.95543665961699+size - verschuivingy)*omf)),Array(((x+16.5378402762956+verschuivingx)*omf),((y+2.85357326490619+size - verschuivingy)*omf)),Array(((x+16.5378402762956+verschuivingx)*omf),((y+2.85357326490619+size - verschuivingy)*omf)),Array(((x+16.5378402762956+verschuivingx)*omf),((y+2.85357326490619+size - verschuivingy)*omf)),Array(((x+16.5519651711237+verschuivingx)*omf),((y+3.08921785179449+size - verschuivingy)*omf)),Array(((x+16.5519651711237+verschuivingx)*omf),((y+3.08921785179449+size - verschuivingy)*omf)),Array(((x+16.7724513342941+verschuivingx)*omf),((y+3.07440393770649+size - verschuivingy)*omf)),Array(((x+16.7724513342941+verschuivingx)*omf),((y+3.07440393770649+size - verschuivingy)*omf)),Array(((x+17.0914672516312+verschuivingx)*omf),((y+1.95543665961699+size - verschuivingy)*omf)),Array(((x+17.0914672516312+verschuivingx)*omf),((y+1.95543665961699+size - verschuivingy)*omf)),Array(((x+17.0132635656317+verschuivingx)*omf),((y+1.29535620862577+size - verschuivingy)*omf)),Array(((x+17.0132635656317+verschuivingx)*omf),((y+1.29535620862577+size - verschuivingy)*omf)),Array(((x+16.8616793284521+verschuivingx)*omf),((y+1.16788764554292+size - verschuivingy)*omf)),Array(((x+16.8616793284521+verschuivingx)*omf),((y+1.16788764554292+size - verschuivingy)*omf)),Array(((x+16.8244722884171+verschuivingx)*omf),((y+1.17271078036227+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+16.8244722884171+verschuivingx)*omf),((y+1.17271078036227-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+16.7404119387084+verschuivingx)*omf),((y+1.1947593966793-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+16.6890800038453+verschuivingx)*omf),((y+1.28502091972716-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+16.7097505816425+verschuivingx)*omf),((y+1.37459342351511-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+16.7097505816425+verschuivingx)*omf),((y+1.37459342351511-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+16.7597044779858+verschuivingx)*omf),((y+1.59335703853569-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+16.7789970172632+verschuivingx)*omf),((y+1.78662694093969-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+16.7789970172632+verschuivingx)*omf),((y+1.95543665961699-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+16.7789970172632+verschuivingx)*omf),((y+1.95543665961699-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+16.7786525076332+verschuivingx)*omf),((y+2.53421283793914-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+16.5529987000136+verschuivingx)*omf),((y+2.83359170636888-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+16.5378402762956+verschuivingx)*omf),((y+2.85357326490619-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+16.5378402762956+verschuivingx)*omf),((y+2.85357326490619-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+16.5378402762956+verschuivingx)*omf),((y+2.85357326490619-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+16.5378402762956+verschuivingx)*omf),((y+2.85357326490619-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+16.4809961873533+verschuivingx)*omf),((y+2.92281970052687-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+16.4871973606924+verschuivingx)*omf),((y+3.02823964729269-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+16.5519651711237+verschuivingx)*omf),((y+3.08921785179449-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+16.5519651711237+verschuivingx)*omf),((y+3.08921785179449-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+16.616732981555+verschuivingx)*omf),((y+3.15019605629629-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+16.7156072453517+verschuivingx)*omf),((y+3.14365037332717-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+16.7724513342941+verschuivingx)*omf),((y+3.07440393770649-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+16.7724513342941+verschuivingx)*omf),((y+3.07440393770649-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+16.7889877965318+verschuivingx)*omf),((y+3.05545590805903-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+17.0914672516312+verschuivingx)*omf),((y+2.67615080548005-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+17.0914672516312+verschuivingx)*omf),((y+1.95543665961699-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+17.0914672516312+verschuivingx)*omf),((y+1.95543665961699-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+17.0914672516312+verschuivingx)*omf),((y+1.75941068017335-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+17.0690741256842+verschuivingx)*omf),((y+1.53892451700301-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+17.0132635656317+verschuivingx)*omf),((y+1.29535620862577-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+17.0132635656317+verschuivingx)*omf),((y+1.29535620862577-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+16.995693574504+verschuivingx)*omf),((y+1.21921958040601-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+16.9319592929626+verschuivingx)*omf),((y+1.16788764554292-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+16.8616793284521+verschuivingx)*omf),((y+1.16788764554292-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+16.8616793284521+verschuivingx)*omf),((y+1.16788764554292-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+16.8492769817737+verschuivingx)*omf),((y+1.16788764554292-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+16.8368746350954+verschuivingx)*omf),((y+1.16961019369268-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+16.8244722884171+verschuivingx)*omf),((y+1.17271078036227-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 0;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+15.9070431438505+verschuivingx)*omf),((y+2.11046599309614+size - verschuivingy)*omf)),Array(((x+15.8319400445206+verschuivingx)*omf),((y+2.18384654427627+size - verschuivingy)*omf)),Array(((x+15.8319400445206+verschuivingx)*omf),((y+2.18384654427627+size - verschuivingy)*omf)),Array(((x+15.8595008149169+verschuivingx)*omf),((y+2.21312986282233+size - verschuivingy)*omf)),Array(((x+15.8595008149169+verschuivingx)*omf),((y+2.21312986282233+size - verschuivingy)*omf)),Array(((x+15.8863725660532+verschuivingx)*omf),((y+2.18694713094585+size - verschuivingy)*omf)),Array(((x+15.8863725660532+verschuivingx)*omf),((y+2.18694713094585+size - verschuivingy)*omf)),Array(((x+15.8905066816127+verschuivingx)*omf),((y+2.18315752501636+size - verschuivingy)*omf)),Array(((x+15.8905066816127+verschuivingx)*omf),((y+2.18315752501636+size - verschuivingy)*omf)),Array(((x+15.925302154238+verschuivingx)*omf),((y+2.16524302425877+size - verschuivingy)*omf)),Array(((x+15.925302154238+verschuivingx)*omf),((y+2.16524302425877+size - verschuivingy)*omf)),Array(((x+16.0751638432679+verschuivingx)*omf),((y+2.12872500348368+size - verschuivingy)*omf)),Array(((x+16.0751638432679+verschuivingx)*omf),((y+2.12872500348368+size - verschuivingy)*omf)),Array(((x+16.5822820185596+verschuivingx)*omf),((y+2.09427404048831+size - verschuivingy)*omf)),Array(((x+16.5822820185596+verschuivingx)*omf),((y+2.09427404048831+size - verschuivingy)*omf)),Array(((x+17.2185913050841+verschuivingx)*omf),((y+2.15766381239979+size - verschuivingy)*omf)),Array(((x+17.2185913050841+verschuivingx)*omf),((y+2.15766381239979+size - verschuivingy)*omf)),Array(((x+17.278191471066+verschuivingx)*omf),((y+2.1866026213159+size - verschuivingy)*omf)),Array(((x+17.278191471066+verschuivingx)*omf),((y+2.1866026213159+size - verschuivingy)*omf)),Array(((x+17.3054077318324+verschuivingx)*omf),((y+2.21312986282233+size - verschuivingy)*omf)),Array(((x+17.3054077318324+verschuivingx)*omf),((y+2.21312986282233+size - verschuivingy)*omf)),Array(((x+17.3326239925987+verschuivingx)*omf),((y+2.18384654427627+size - verschuivingy)*omf)),Array(((x+17.3326239925987+verschuivingx)*omf),((y+2.18384654427627+size - verschuivingy)*omf)),Array(((x+17.2578654028988+verschuivingx)*omf),((y+2.11046599309614+size - verschuivingy)*omf)),Array(((x+17.2578654028988+verschuivingx)*omf),((y+2.11046599309614+size - verschuivingy)*omf)),Array(((x+17.0976684249703+verschuivingx)*omf),((y+2.07119189528142+size - verschuivingy)*omf)),Array(((x+17.0976684249703+verschuivingx)*omf),((y+2.07119189528142+size - verschuivingy)*omf)),Array(((x+16.5822820185596+verschuivingx)*omf),((y+2.03605191302615+size - verschuivingy)*omf)),Array(((x+16.5822820185596+verschuivingx)*omf),((y+2.03605191302615+size - verschuivingy)*omf)),Array(((x+15.9070431438505+verschuivingx)*omf),((y+2.11046599309614+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+15.9070431438505+verschuivingx)*omf),((y+2.11046599309614-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+15.8694915941855+verschuivingx)*omf),((y+2.12700245533391-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+15.8367631793399+verschuivingx)*omf),((y+2.13906029238229-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+15.8319400445206+verschuivingx)*omf),((y+2.18384654427627-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+15.8319400445206+verschuivingx)*omf),((y+2.18384654427627-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+15.8319400445206+verschuivingx)*omf),((y+2.20003849688409-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+15.8443423911989+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+15.8595008149169+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+15.8595008149169+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+15.873281200115+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+15.8849945275334+verschuivingx)*omf),((y+2.20176104503386-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+15.8863725660532+verschuivingx)*omf),((y+2.18694713094585-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+15.8863725660532+verschuivingx)*omf),((y+2.18694713094585-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+15.8870615853132+verschuivingx)*omf),((y+2.18625811168594-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+15.888439623833+verschuivingx)*omf),((y+2.18488007316613-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+15.8905066816127+verschuivingx)*omf),((y+2.18315752501636-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+15.8905066816127+verschuivingx)*omf),((y+2.18315752501636-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+15.8963633453219+verschuivingx)*omf),((y+2.17833439019701-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+15.9087656920002+verschuivingx)*omf),((y+2.17144419759794-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+15.925302154238+verschuivingx)*omf),((y+2.16524302425877-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+15.925302154238+verschuivingx)*omf),((y+2.16524302425877-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+15.9590640979735+verschuivingx)*omf),((y+2.15180714869058-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+16.0110850520965+verschuivingx)*omf),((y+2.13940480201224-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+16.0751638432679+verschuivingx)*omf),((y+2.12872500348368-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+16.0751638432679+verschuivingx)*omf),((y+2.12872500348368-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+16.2040104448705+verschuivingx)*omf),((y+2.10770991605651-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+16.3838444717063+verschuivingx)*omf),((y+2.09427404048831-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+16.5822820185596+verschuivingx)*omf),((y+2.09427404048831-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+16.5822820185596+verschuivingx)*omf),((y+2.09427404048831-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+16.8613348188221+verschuivingx)*omf),((y+2.09427404048831-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+17.1042141079394+verschuivingx)*omf),((y+2.12080128199475-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+17.2185913050841+verschuivingx)*omf),((y+2.15766381239979-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+17.2185913050841+verschuivingx)*omf),((y+2.15766381239979-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+17.2523532488195+verschuivingx)*omf),((y+2.16765459166845-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+17.2744018651366+verschuivingx)*omf),((y+2.1821239961265-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+17.278191471066+verschuivingx)*omf),((y+2.1866026213159-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+17.278191471066+verschuivingx)*omf),((y+2.1866026213159-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+17.2795695095859+verschuivingx)*omf),((y+2.2014165354039-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+17.2912828370043+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+17.3054077318324+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+17.3054077318324+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+17.3205661555503+verschuivingx)*omf),((y+2.21312986282233-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+17.3326239925987+verschuivingx)*omf),((y+2.20003849688409-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+17.3326239925987+verschuivingx)*omf),((y+2.18384654427627-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+17.3326239925987+verschuivingx)*omf),((y+2.18384654427627-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+17.3278008577794+verschuivingx)*omf),((y+2.13906029238229-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+17.2954169525637+verschuivingx)*omf),((y+2.12700245533391-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+17.2578654028988+verschuivingx)*omf),((y+2.11046599309614-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+17.2578654028988+verschuivingx)*omf),((y+2.11046599309614-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+17.2185913050841+verschuivingx)*omf),((y+2.09496305974822-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+17.1645032931813+verschuivingx)*omf),((y+2.08221620343994-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+17.0976684249703+verschuivingx)*omf),((y+2.07119189528142-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+17.0976684249703+verschuivingx)*omf),((y+2.07119189528142-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+16.9650322174382+verschuivingx)*omf),((y+2.04948778859434-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+16.7831311328226+verschuivingx)*omf),((y+2.03605191302615-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+16.5822820185596+verschuivingx)*omf),((y+2.03605191302615-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+16.5822820185596+verschuivingx)*omf),((y+2.03605191302615-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+16.2804915827202+verschuivingx)*omf),((y+2.0363964226561-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+16.0241764180347+verschuivingx)*omf),((y+2.06533523157221-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+15.9070431438505+verschuivingx)*omf),((y+2.11046599309614-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+16.1240842107213+verschuivingx)*omf),((y+1.17408881888208+size - verschuivingy)*omf)),Array(((x+15.9335703853569+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+15.9335703853569+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+15.9339148949869+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+15.9590640979735+verschuivingx)*omf),((y+1.39836458798192+size - verschuivingy)*omf)),Array(((x+15.9590640979735+verschuivingx)*omf),((y+1.39836458798192+size - verschuivingy)*omf)),Array(((x+15.9838687913301+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+15.9838687913301+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+16.1423432211088+verschuivingx)*omf),((y+1.22404271522536+size - verschuivingy)*omf)),Array(((x+16.1423432211088+verschuivingx)*omf),((y+1.22404271522536+size - verschuivingy)*omf)),Array(((x+16.5543767385334+verschuivingx)*omf),((y+1.15445176997472+size - verschuivingy)*omf)),Array(((x+16.5543767385334+verschuivingx)*omf),((y+1.15445176997472+size - verschuivingy)*omf)),Array(((x+16.966065746328+verschuivingx)*omf),((y+1.22404271522536+size - verschuivingy)*omf)),Array(((x+16.966065746328+verschuivingx)*omf),((y+1.22404271522536+size - verschuivingy)*omf)),Array(((x+17.1245401761067+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+17.1245401761067+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+17.1496893790933+verschuivingx)*omf),((y+1.39836458798192+size - verschuivingy)*omf)),Array(((x+17.1496893790933+verschuivingx)*omf),((y+1.39836458798192+size - verschuivingy)*omf)),Array(((x+17.1748385820799+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+17.1748385820799+verschuivingx)*omf),((y+1.37149283684553+size - verschuivingy)*omf)),Array(((x+16.9843247567156+verschuivingx)*omf),((y+1.17408881888208+size - verschuivingy)*omf)),Array(((x+16.9843247567156+verschuivingx)*omf),((y+1.17408881888208+size - verschuivingy)*omf)),Array(((x+16.5543767385334+verschuivingx)*omf),((y+1.10070826770195+size - verschuivingy)*omf)),Array(((x+16.5543767385334+verschuivingx)*omf),((y+1.10070826770195+size - verschuivingy)*omf)),Array(((x+16.1240842107213+verschuivingx)*omf),((y+1.17408881888208+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+16.1240842107213+verschuivingx)*omf),((y+1.17408881888208-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+16.0141856387661+verschuivingx)*omf),((y+1.21990859966592-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+15.9359819527666+verschuivingx)*omf),((y+1.28295386194744-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+15.9335703853569+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+15.9335703853569+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+15.9335703853569+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+15.9339148949869+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+15.9339148949869+verschuivingx)*omf),((y+1.38630675093354-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+15.9449392031454+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+15.9590640979735+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+15.9590640979735+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+15.9728444831716+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+15.9838687913301+verschuivingx)*omf),((y+1.38630675093354-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+15.9838687913301+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+15.9838687913301+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+15.9818017335504+verschuivingx)*omf),((y+1.32532854643174-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+16.036923274343+verschuivingx)*omf),((y+1.26676190933962-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+16.1423432211088+verschuivingx)*omf),((y+1.22404271522536-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+16.1423432211088+verschuivingx)*omf),((y+1.22404271522536-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+16.2460406197249+verschuivingx)*omf),((y+1.18166803074106-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+16.3924572124552+verschuivingx)*omf),((y+1.15445176997472-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+16.5543767385334+verschuivingx)*omf),((y+1.15445176997472-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+16.5543767385334+verschuivingx)*omf),((y+1.15445176997472-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+16.7159517549817+verschuivingx)*omf),((y+1.15445176997472-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+16.862368347712+verschuivingx)*omf),((y+1.18166803074106-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+16.966065746328+verschuivingx)*omf),((y+1.22404271522536-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+16.966065746328+verschuivingx)*omf),((y+1.22404271522536-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+17.0714856930938+verschuivingx)*omf),((y+1.26676190933962-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+17.1266072338864+verschuivingx)*omf),((y+1.32532854643174-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+17.1245401761067+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+17.1245401761067+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+17.1245401761067+verschuivingx)*omf),((y+1.38630675093354-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+17.1359089938952+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+17.1496893790933+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+17.1496893790933+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+17.1634697642915+verschuivingx)*omf),((y+1.39836458798192-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+17.1748385820799+verschuivingx)*omf),((y+1.38630675093354-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+17.1748385820799+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+17.1748385820799+verschuivingx)*omf),((y+1.37149283684553-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+17.1724270146703+verschuivingx)*omf),((y+1.28295386194744-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+17.0945678383007+verschuivingx)*omf),((y+1.21990859966592-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+16.9843247567156+verschuivingx)*omf),((y+1.17408881888208-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+16.9843247567156+verschuivingx)*omf),((y+1.17408881888208-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+16.8727036366106+verschuivingx)*omf),((y+1.12826903809824-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+16.7214639090609+verschuivingx)*omf),((y+1.10105277733191-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+16.5543767385334+verschuivingx)*omf),((y+1.10070826770195-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+16.5543767385334+verschuivingx)*omf),((y+1.10070826770195-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+16.3872895680059+verschuivingx)*omf),((y+1.10105277733191-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+16.2360498404562+verschuivingx)*omf),((y+1.12826903809824-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+16.1240842107213+verschuivingx)*omf),((y+1.17408881888208-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var line = doc.pathItems.add();

line.setEntirePath(Array(Array(((x+15.9025645186611+verschuivingx)*omf),((y+2.70887922032565+size - verschuivingy)*omf)),Array(((x+15.9011864801413+verschuivingx)*omf),((y+2.72851626923301+size - verschuivingy)*omf)),Array(((x+15.9011864801413+verschuivingx)*omf),((y+2.72851626923301+size - verschuivingy)*omf)),Array(((x+16.073785804748+verschuivingx)*omf),((y+2.94245674943423+size - verschuivingy)*omf)),Array(((x+16.073785804748+verschuivingx)*omf),((y+2.94245674943423+size - verschuivingy)*omf)),Array(((x+16.4761730525339+verschuivingx)*omf),((y+3.07716001474611+size - verschuivingy)*omf)),Array(((x+16.4761730525339+verschuivingx)*omf),((y+3.07716001474611+size - verschuivingy)*omf)),Array(((x+16.7014823505236+verschuivingx)*omf),((y+3.09645255402352+size - verschuivingy)*omf)),Array(((x+16.7014823505236+verschuivingx)*omf),((y+3.09645255402352+size - verschuivingy)*omf)),Array(((x+16.988803381905+verschuivingx)*omf),((y+3.05132179249959+size - verschuivingy)*omf)),Array(((x+16.988803381905+verschuivingx)*omf),((y+3.05132179249959+size - verschuivingy)*omf)),Array(((x+17.1290188012961+verschuivingx)*omf),((y+2.9107618634785+size - verschuivingy)*omf)),Array(((x+17.1290188012961+verschuivingx)*omf),((y+2.9107618634785+size - verschuivingy)*omf)),Array(((x+17.1080037138689+verschuivingx)*omf),((y+2.87975599678267+size - verschuivingy)*omf)),Array(((x+17.1080037138689+verschuivingx)*omf),((y+2.87975599678267+size - verschuivingy)*omf)),Array(((x+17.0790649049528+verschuivingx)*omf),((y+2.90214912272965+size - verschuivingy)*omf)),Array(((x+17.0790649049528+verschuivingx)*omf),((y+2.90214912272965+size - verschuivingy)*omf)),Array(((x+16.9712333907773+verschuivingx)*omf),((y+3.0006788768964+size - verschuivingy)*omf)),Array(((x+16.9712333907773+verschuivingx)*omf),((y+3.0006788768964+size - verschuivingy)*omf)),Array(((x+16.7014823505236+verschuivingx)*omf),((y+3.04270905175075+size - verschuivingy)*omf)),Array(((x+16.7014823505236+verschuivingx)*omf),((y+3.04270905175075+size - verschuivingy)*omf)),Array(((x+16.4840967740228+verschuivingx)*omf),((y+3.02410553173325+size - verschuivingy)*omf)),Array(((x+16.4840967740228+verschuivingx)*omf),((y+3.02410553173325+size - verschuivingy)*omf)),Array(((x+16.0979014788448+verschuivingx)*omf),((y+2.89525893013058+size - verschuivingy)*omf)),Array(((x+16.0979014788448+verschuivingx)*omf),((y+2.89525893013058+size - verschuivingy)*omf)),Array(((x+15.9514848861145+verschuivingx)*omf),((y+2.72851626923301+size - verschuivingy)*omf)),Array(((x+15.9514848861145+verschuivingx)*omf),((y+2.72851626923301+size - verschuivingy)*omf)),Array(((x+15.9525184150043+verschuivingx)*omf),((y+2.71749196107449+size - verschuivingy)*omf)),Array(((x+15.9525184150043+verschuivingx)*omf),((y+2.71749196107449+size - verschuivingy)*omf)),Array(((x+15.9525184150043+verschuivingx)*omf),((y+2.71749196107449+size - verschuivingy)*omf)),Array(((x+15.9315033275772+verschuivingx)*omf),((y+2.68683060400861+size - verschuivingy)*omf)),Array(((x+15.9315033275772+verschuivingx)*omf),((y+2.68683060400861+size - verschuivingy)*omf)),Array(((x+15.9277137216477+verschuivingx)*omf),((y+2.68648609437866+size - verschuivingy)*omf)),Array(((x+15.9277137216477+verschuivingx)*omf),((y+2.68648609437866+size - verschuivingy)*omf)),Array(((x+15.9025645186611+verschuivingx)*omf),((y+2.70887922032565+size - verschuivingy)*omf))));

line.pathPoints[0].leftDirection = Array(((x+15.9025645186611+verschuivingx)*omf),((y+2.70887922032565-verschuivingy)*omf));

line.pathPoints[0].rightDirection = Array(((x+15.9018754994012+verschuivingx)*omf),((y+2.71542490329477-verschuivingy)*omf));

line.pathPoints[1].leftDirection = Array(((x+15.9011864801413+verschuivingx)*omf),((y+2.72197058626389-verschuivingy)*omf));

line.pathPoints[1].rightDirection = Array(((x+15.9011864801413+verschuivingx)*omf),((y+2.72851626923301-verschuivingy)*omf));

line.pathPoints[2].leftDirection = Array(((x+15.9011864801413+verschuivingx)*omf),((y+2.72851626923301-verschuivingy)*omf));

line.pathPoints[2].rightDirection = Array(((x+15.902909028291+verschuivingx)*omf),((y+2.81223210931175-verschuivingy)*omf));

line.pathPoints[3].leftDirection = Array(((x+15.9721554639117+verschuivingx)*omf),((y+2.88216756419234-verschuivingy)*omf));

line.pathPoints[3].rightDirection = Array(((x+16.073785804748+verschuivingx)*omf),((y+2.94245674943423-verschuivingy)*omf));

line.pathPoints[4].leftDirection = Array(((x+16.073785804748+verschuivingx)*omf),((y+2.94245674943423-verschuivingy)*omf));

line.pathPoints[4].rightDirection = Array(((x+16.1767941841042+verschuivingx)*omf),((y+3.00240142504617-verschuivingy)*omf));

line.pathPoints[5].leftDirection = Array(((x+16.3173541131253+verschuivingx)*omf),((y+3.05132179249959-verschuivingy)*omf));

line.pathPoints[5].rightDirection = Array(((x+16.4761730525339+verschuivingx)*omf),((y+3.07716001474611-verschuivingy)*omf));

line.pathPoints[6].leftDirection = Array(((x+16.4761730525339+verschuivingx)*omf),((y+3.07716001474611-verschuivingy)*omf));

line.pathPoints[6].rightDirection = Array(((x+16.5547212481634+verschuivingx)*omf),((y+3.09025138068435-verschuivingy)*omf));

line.pathPoints[7].leftDirection = Array(((x+16.6308578763831+verschuivingx)*omf),((y+3.09645255402352-verschuivingy)*omf));

line.pathPoints[7].rightDirection = Array(((x+16.7014823505236+verschuivingx)*omf),((y+3.09645255402352-verschuivingy)*omf));

line.pathPoints[8].leftDirection = Array(((x+16.7014823505236+verschuivingx)*omf),((y+3.09645255402352-verschuivingy)*omf));

line.pathPoints[8].rightDirection = Array(((x+16.8144815091484+verschuivingx)*omf),((y+3.09645255402352-verschuivingy)*omf));

line.pathPoints[9].leftDirection = Array(((x+16.9137002825751+verschuivingx)*omf),((y+3.0809496206756-verschuivingy)*omf));

line.pathPoints[9].rightDirection = Array(((x+16.988803381905+verschuivingx)*omf),((y+3.05132179249959-verschuivingy)*omf));

line.pathPoints[10].leftDirection = Array(((x+16.988803381905+verschuivingx)*omf),((y+3.05132179249959-verschuivingy)*omf));

line.pathPoints[10].rightDirection = Array(((x+17.063217461975+verschuivingx)*omf),((y+3.02169396432357-verschuivingy)*omf));

line.pathPoints[11].leftDirection = Array(((x+17.1179944931376+verschuivingx)*omf),((y+2.9769077124296-verschuivingy)*omf));

line.pathPoints[11].rightDirection = Array(((x+17.1290188012961+verschuivingx)*omf),((y+2.9107618634785-verschuivingy)*omf));

line.pathPoints[12].leftDirection = Array(((x+17.1290188012961+verschuivingx)*omf),((y+2.9107618634785-verschuivingy)*omf));

line.pathPoints[12].rightDirection = Array(((x+17.1310858590758+verschuivingx)*omf),((y+2.89594794939049-verschuivingy)*omf));

line.pathPoints[13].leftDirection = Array(((x+17.1217840990671+verschuivingx)*omf),((y+2.88216756419234-verschuivingy)*omf));

line.pathPoints[13].rightDirection = Array(((x+17.1080037138689+verschuivingx)*omf),((y+2.87975599678267-verschuivingy)*omf));

line.pathPoints[14].leftDirection = Array(((x+17.1080037138689+verschuivingx)*omf),((y+2.87975599678267-verschuivingy)*omf));

line.pathPoints[14].rightDirection = Array(((x+17.0942233286708+verschuivingx)*omf),((y+2.87768893900294-verschuivingy)*omf));

line.pathPoints[15].leftDirection = Array(((x+17.0811319627325+verschuivingx)*omf),((y+2.8876797182716-verschuivingy)*omf));

line.pathPoints[15].rightDirection = Array(((x+17.0790649049528+verschuivingx)*omf),((y+2.90214912272965-verschuivingy)*omf));

line.pathPoints[16].leftDirection = Array(((x+17.0790649049528+verschuivingx)*omf),((y+2.90214912272965-verschuivingy)*omf));

line.pathPoints[16].rightDirection = Array(((x+17.0745862797634+verschuivingx)*omf),((y+2.93728910498493-verschuivingy)*omf));

line.pathPoints[17].leftDirection = Array(((x+17.0391017878782+verschuivingx)*omf),((y+2.97415163538997-verschuivingy)*omf));

line.pathPoints[17].rightDirection = Array(((x+16.9712333907773+verschuivingx)*omf),((y+3.0006788768964-verschuivingy)*omf));

line.pathPoints[18].leftDirection = Array(((x+16.9712333907773+verschuivingx)*omf),((y+3.0006788768964-verschuivingy)*omf));

line.pathPoints[18].rightDirection = Array(((x+16.9043985225663+verschuivingx)*omf),((y+3.02720611840283-verschuivingy)*omf));

line.pathPoints[19].leftDirection = Array(((x+16.810002883959+verschuivingx)*omf),((y+3.04270905175075-verschuivingy)*omf));

line.pathPoints[19].rightDirection = Array(((x+16.7014823505236+verschuivingx)*omf),((y+3.04270905175075-verschuivingy)*omf));

line.pathPoints[20].leftDirection = Array(((x+16.7014823505236+verschuivingx)*omf),((y+3.04270905175075-verschuivingy)*omf));

line.pathPoints[20].rightDirection = Array(((x+16.6336139534227+verschuivingx)*omf),((y+3.04270905175075-verschuivingy)*omf));

line.pathPoints[21].leftDirection = Array(((x+16.5598888926127+verschuivingx)*omf),((y+3.03685238804154-verschuivingy)*omf));

line.pathPoints[21].rightDirection = Array(((x+16.4840967740228+verschuivingx)*omf),((y+3.02410553173325-verschuivingy)*omf));

line.pathPoints[22].leftDirection = Array(((x+16.4840967740228+verschuivingx)*omf),((y+3.02410553173325-verschuivingy)*omf));

line.pathPoints[22].rightDirection = Array(((x+16.3301009694336+verschuivingx)*omf),((y+2.99895632874663-verschuivingy)*omf));

line.pathPoints[23].leftDirection = Array(((x+16.1940196656019+verschuivingx)*omf),((y+2.95141399981303-verschuivingy)*omf));

line.pathPoints[23].rightDirection = Array(((x+16.0979014788448+verschuivingx)*omf),((y+2.89525893013058-verschuivingy)*omf));

line.pathPoints[24].leftDirection = Array(((x+16.0979014788448+verschuivingx)*omf),((y+2.89525893013058-verschuivingy)*omf));

line.pathPoints[24].rightDirection = Array(((x+16.0010942728278+verschuivingx)*omf),((y+2.83944837007809-verschuivingy)*omf));

line.pathPoints[25].leftDirection = Array(((x+15.9497623379647+verschuivingx)*omf),((y+2.77399154038689-verschuivingy)*omf));

line.pathPoints[25].rightDirection = Array(((x+15.9514848861145+verschuivingx)*omf),((y+2.72851626923301-verschuivingy)*omf));

line.pathPoints[26].leftDirection = Array(((x+15.9514848861145+verschuivingx)*omf),((y+2.72851626923301-verschuivingy)*omf));

line.pathPoints[26].rightDirection = Array(((x+15.9514848861145+verschuivingx)*omf),((y+2.72472666330352-verschuivingy)*omf));

line.pathPoints[27].leftDirection = Array(((x+15.9518293957444+verschuivingx)*omf),((y+2.72128156700398-verschuivingy)*omf));

line.pathPoints[27].rightDirection = Array(((x+15.9525184150043+verschuivingx)*omf),((y+2.71749196107449-verschuivingy)*omf));

line.pathPoints[28].leftDirection = Array(((x+15.9525184150043+verschuivingx)*omf),((y+2.71749196107449-verschuivingy)*omf));

line.pathPoints[28].rightDirection = Array(((x+15.9525184150043+verschuivingx)*omf),((y+2.71749196107449-verschuivingy)*omf));

line.pathPoints[29].leftDirection = Array(((x+15.9525184150043+verschuivingx)*omf),((y+2.71749196107449-verschuivingy)*omf));

line.pathPoints[29].rightDirection = Array(((x+15.9545854727841+verschuivingx)*omf),((y+2.70302255661644-verschuivingy)*omf));

line.pathPoints[30].leftDirection = Array(((x+15.9452837127753+verschuivingx)*omf),((y+2.68924217141829-verschuivingy)*omf));

line.pathPoints[30].rightDirection = Array(((x+15.9315033275772+verschuivingx)*omf),((y+2.68683060400861-verschuivingy)*omf));

line.pathPoints[31].leftDirection = Array(((x+15.9315033275772+verschuivingx)*omf),((y+2.68683060400861-verschuivingy)*omf));

line.pathPoints[31].rightDirection = Array(((x+15.9301252890574+verschuivingx)*omf),((y+2.68648609437866-verschuivingy)*omf));

line.pathPoints[32].leftDirection = Array(((x+15.9287472505375+verschuivingx)*omf),((y+2.68648609437866-verschuivingy)*omf));

line.pathPoints[32].rightDirection = Array(((x+15.9277137216477+verschuivingx)*omf),((y+2.68648609437866-verschuivingy)*omf));

line.pathPoints[33].leftDirection = Array(((x+15.9277137216477+verschuivingx)*omf),((y+2.68648609437866-verschuivingy)*omf));

line.pathPoints[33].rightDirection = Array(((x+15.9153113749694+verschuivingx)*omf),((y+2.68648609437866-verschuivingy)*omf));

line.pathPoints[34].leftDirection = Array(((x+15.9046315764408+verschuivingx)*omf),((y+2.69578785438741-verschuivingy)*omf));

line.pathPoints[34].rightDirection = Array(((x+15.9025645186611+verschuivingx)*omf),((y+2.70887922032565-verschuivingy)*omf));

line.closed = true;

line.stroked= false;

line.filled= true;

var itemColor = new CMYKColor();

itemColor.cyan = 0;

itemColor.magenta = 0;

itemColor.yellow = 0;

itemColor.black = 100;

line.fillOverprint = false;

line.fillColor = itemColor;

var illustratorversion = app.version;

var illustratorversionarray = illustratorversion.split(".");

if(illustratorversionarray[0]>13){

    app.activeDocument.artboards[0].artboardRect = app.activeDocument.visibleBounds;

}

zet_nulpunt();

zoomcenterpage()

function zoomcenterpage(){

    var myView=app.activeDocument.views[0];

    myView.centerPoint = [(app.activeDocument.width/2),(app.activeDocument.height/2)];

    myView.zoom = 1

    myView.screenMode.FULLSCREEN;

}

function zet_nulpunt(){

    // zet nulpunt linksonder

    app.activeDocument.pageOrigin = Array(0,0);

    app.activeDocument.rulerOrigin = Array(0,0);

}

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines