IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

HTML Discussion :

background pour la technologie SVG


Sujet :

HTML

  1. #1
    Membre très actif
    Homme Profil pro
    ray man
    Inscrit en
    Juillet 2009
    Messages
    274
    Détails du profil
    Informations personnelles :
    Sexe : Homme

    Informations professionnelles :
    Activité : ray man

    Informations forums :
    Inscription : Juillet 2009
    Messages : 274
    Par défaut background pour la technologie SVG
    Bonjour

    Je viens de construire un truc avec la technologie SVG mais je ne sais pas comment mètre une image en arrière plan de mon petit dessin vectoriel

    Cordialement Ryodo

  2. #2
    Membre émérite Avatar de c_s_s
    Profil pro
    Inscrit en
    Juillet 2008
    Messages
    619
    Détails du profil
    Informations personnelles :
    Localisation : France, Paris (Île de France)

    Informations forums :
    Inscription : Juillet 2008
    Messages : 619
    Par défaut
    Bonjour,

    On peut voir le code HTML/CSS ?

  3. #3
    Membre très actif
    Homme Profil pro
    ray man
    Inscrit en
    Juillet 2009
    Messages
    274
    Détails du profil
    Informations personnelles :
    Sexe : Homme

    Informations professionnelles :
    Activité : ray man

    Informations forums :
    Inscription : Juillet 2009
    Messages : 274
    Par défaut
    oui mais c'est du 1000 linge générer par une page php

    page SVG
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
     
    <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 
    <svg xmlns="http://www.w3.org/2000/svg"
    width="2000" height="2000" > 
     
     
     
     
                        <text x="3" y="10" style="fill:#00008B;font-size:20px;"> BHAM  Marouane</text> 
                        <line x1="20" y1="10" x2="120" y2="10" style="stroke:#000"> 
                            <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="20" to="120" begin="0s" dur="1s"  /> 
                        </line> 
                        <line x1="120" y1="10" x2="120" y2="70" style="stroke:#000"> 
                            <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="10" to="70" begin="1s" dur="1s"  /> 
                        </line> 
                        <text x="3" y="130" style="fill:#006400;font-size:20px;"> Ramali  Omar</text> 
                        <line x1="20" y1="130" x2="120" y2="130" style="stroke:#FF0000"> 
                            <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="20" to="120" begin="0s" dur="1s"  /> 
                        </line> 
                        <line x1="120" y1="130" x2="120" y2="80" style="stroke:#FF0000"> 
                             <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="130" to="80" begin="1s" dur="1s"  /> 
                        </line> 
                        <line x1="120" y1="70" x2="250" y2="70" style="stroke:#FF0000"> 
                             <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="120" to="250" begin="2s" dur="1s"  /> 
                         </line> 
     
                        <circle id="0" cx="120" cy="70" r="10" style="fill:#26CD22; stroke:#AFF" /> 
     
                         <g class="highcharts-tooltip" zIndex="8" visibility="hidden" transform="translate(27,-2)"> 
                         <rect x="110" y="70" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="5" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1,1)"></rect> 
                         <rect x="110" y="70" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="3" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1,1)"></rect> 
                         <rect x="110" y="70" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="1" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1,1)"></rect> 
                         <rect x="110" y="70" width="139" height="72" rx="5" ry="5" fill="rgb(255,255,255)" fill-opacity="0.85" stroke-width="2" stroke="#4572A7"></rect> 
                         <text x="110" y="87" fill="#000000" style="color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"> 
                         <tspan style="font-weight:bold" x="120">Resultat :  </tspan> 
                         <tspan style="font-weight:bold;" x="112" dy="16" >winner is : Ramali  Omar </tspan> 
                         <tspan x="115" dy="26">Le : 2010-09-30 17:54:52</tspan> 
                         </text> 
                         <set attributeName="visibility" attributeType="CSS" to="hidden" begin="0.mouseout" dur="3s" fill="freeze" /> 
                         <set attributeName="visibility" attributeType="CSS" to="visible" begin="0.mouseover" dur="3s" fill="freeze" /> 
                         </g> 
     
     
     
     
     
                        <text x="3" y="160" style="fill:#00008B;font-size:20px;"> Ibrahim Sbitri</text> 
                        <line x1="20" y1="160" x2="120" y2="160" style="stroke:#FF0000"> 
                            <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="20" to="120" begin="0s" dur="1s"  /> 
                        </line> 
                        <line x1="120" y1="160" x2="120" y2="220" style="stroke:#FF0000"> 
                            <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="160" to="220" begin="1s" dur="1s"  /> 
                        </line> 
                        <text x="3" y="280" style="fill:#006400;font-size:20px;"> Skiredy Yassin</text> 
                        <line x1="20" y1="280" x2="120" y2="280" style="stroke:#000"> 
                            <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="20" to="120" begin="0s" dur="1s"  /> 
                        </line> 
                        <line x1="120" y1="280" x2="120" y2="230" style="stroke:#000"> 
                             <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="280" to="230" begin="1s" dur="1s"  /> 
                        </line> 
                        <line x1="120" y1="220" x2="250" y2="220" style="stroke:#FF0000"> 
                             <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="120" to="250" begin="2s" dur="1s"  /> 
                         </line> 
     
                        <circle id="1" cx="120" cy="220" r="10" style="fill:#26CD22; stroke:#AFF" /> 
     
                         <g class="highcharts-tooltip" zIndex="8" visibility="hidden" transform="translate(27,-2)"> 
                         <rect x="110" y="220" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="5" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1,1)"></rect> 
                         <rect x="110" y="220" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="3" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1,1)"></rect> 
                         <rect x="110" y="220" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="1" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1,1)"></rect> 
                         <rect x="110" y="220" width="139" height="72" rx="5" ry="5" fill="rgb(255,255,255)" fill-opacity="0.85" stroke-width="2" stroke="#4572A7"></rect> 
                         <text x="110" y="237" fill="#000000" style="color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"> 
                         <tspan style="font-weight:bold" x="120">Resultat :  </tspan> 
                         <tspan style="font-weight:bold;" x="112" dy="16" >winner is : Ibrahim Sbitri </tspan> 
                         <tspan x="115" dy="26">Le : 2010-09-30 17:54:52</tspan> 
                         </text> 
                         <set attributeName="visibility" attributeType="CSS" to="hidden" begin="1.mouseout" dur="3s" fill="freeze" /> 
                         <set attributeName="visibility" attributeType="CSS" to="visible" begin="1.mouseover" dur="3s" fill="freeze" /> 
                         </g> 
     
     
     
     
     
                        <text x="3" y="310" style="fill:#00008B;font-size:20px;"> Kadachi Mohamed </text> 
                        <line x1="20" y1="310" x2="120" y2="310" style="stroke:#FF0000"> 
                            <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="20" to="120" begin="0s" dur="1s"  /> 
                        </line> 
                        <line x1="120" y1="310" x2="120" y2="370" style="stroke:#FF0000"> 
                            <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="310" to="370" begin="1s" dur="1s"  /> 
                        </line> 
                        <text x="3" y="430" style="fill:#006400;font-size:20px;"> Errami  Mohamed</text> 
                        <line x1="20" y1="430" x2="120" y2="430" style="stroke:#000"> 
                            <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="20" to="120" begin="0s" dur="1s"  /> 
                        </line> 
                        <line x1="120" y1="430" x2="120" y2="380" style="stroke:#000"> 
                             <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="430" to="380" begin="1s" dur="1s"  /> 
                        </line> 
                        <line x1="120" y1="370" x2="250" y2="370" style="stroke:#FF0000"> 
                             <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="120" to="250" begin="2s" dur="1s"  /> 
                         </line> 
     
                        <circle id="2" cx="120" cy="370" r="10" style="fill:#26CD22; stroke:#AFF" /> 
     
                         <g class="highcharts-tooltip" zIndex="8" visibility="hidden" transform="translate(27,-2)"> 
                         <rect x="110" y="370" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="5" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1,1)"></rect> 
                         <rect x="110" y="370" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="3" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1,1)"></rect> 
                         <rect x="110" y="370" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="1" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1,1)"></rect> 
                         <rect x="110" y="370" width="139" height="72" rx="5" ry="5" fill="rgb(255,255,255)" fill-opacity="0.85" stroke-width="2" stroke="#4572A7"></rect> 
                         <text x="110" y="387" fill="#000000" style="color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"> 
                         <tspan style="font-weight:bold" x="120">Resultat :  </tspan> 
                         <tspan style="font-weight:bold;" x="112" dy="16" >winner is : Kadachi Mohamed  </tspan> 
                         <tspan x="115" dy="26">Le : 2010-09-30 17:54:52</tspan> 
                         </text> 
                         <set attributeName="visibility" attributeType="CSS" to="hidden" begin="2.mouseout" dur="3s" fill="freeze" /> 
                         <set attributeName="visibility" attributeType="CSS" to="visible" begin="2.mouseover" dur="3s" fill="freeze" /> 
                         </g> 
     
     
     
     
     
                        <text x="3" y="460" style="fill:#00008B;font-size:20px;"> Rahmani Alae</text> 
                        <line x1="20" y1="460" x2="120" y2="460" style="stroke:#FF0000"> 
                            <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="20" to="120" begin="0s" dur="1s"  /> 
                        </line> 
                        <line x1="120" y1="460" x2="120" y2="520" style="stroke:#FF0000"> 
                            <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="460" to="520" begin="1s" dur="1s"  /> 
                        </line> 
                        <text x="3" y="580" style="fill:#006400;font-size:20px;"> Eddarhmoumi  Yassine</text> 
                        <line x1="20" y1="580" x2="120" y2="580" style="stroke:#000"> 
                            <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="20" to="120" begin="0s" dur="1s"  /> 
                        </line> 
                        <line x1="120" y1="580" x2="120" y2="530" style="stroke:#000"> 
                             <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="580" to="530" begin="1s" dur="1s"  /> 
                        </line> 
                        <line x1="120" y1="520" x2="250" y2="520" style="stroke:#FF0000"> 
                             <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="120" to="250" begin="2s" dur="1s"  /> 
                         </line> 
     
                        <circle id="3" cx="120" cy="520" r="10" style="fill:#26CD22; stroke:#AFF" /> 
     
                         <g class="highcharts-tooltip" zIndex="8" visibility="hidden" transform="translate(27,-2)"> 
                         <rect x="110" y="520" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="5" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1,1)"></rect> 
                         <rect x="110" y="520" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="3" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1,1)"></rect> 
                         <rect x="110" y="520" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="1" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1,1)"></rect> 
                         <rect x="110" y="520" width="139" height="72" rx="5" ry="5" fill="rgb(255,255,255)" fill-opacity="0.85" stroke-width="2" stroke="#4572A7"></rect> 
                         <text x="110" y="537" fill="#000000" style="color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"> 
                         <tspan style="font-weight:bold" x="120">Resultat :  </tspan> 
                         <tspan style="font-weight:bold;" x="112" dy="16" >winner is : Rahmani Alae </tspan> 
                         <tspan x="115" dy="26">Le : 2010-09-30 17:54:52</tspan> 
                         </text> 
                         <set attributeName="visibility" attributeType="CSS" to="hidden" begin="3.mouseout" dur="3s" fill="freeze" /> 
                         <set attributeName="visibility" attributeType="CSS" to="visible" begin="3.mouseover" dur="3s" fill="freeze" /> 
                         </g> 
                        <text x="880" y="10" style="fill:#006400;font-size:20px;">57 El Maâroufi  Yassine</text> 
                        <line x1="880" y1="10" x2="980" y2="10" style="stroke:#FF0000"> 
                        <animate id="bougageDuRectangle" attributeName="x1" attributeType="XML" from="980" to="880" begin="0s" dur="1s"  /> 
                        </line> 
     
                        <line x1="880" y1="10" x2="880" y2="70" style="stroke:#FF0000"> 
     
                        <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="10" to="70" begin="1s" dur="1s"  /> 
                        </line> 
                        <text x="880" y="130" style="fill:#00008B;font-size:20px;">58 Mansouri Med</text> 
                        <line x1="880" y1="130" x2="980" y2="130" style="stroke:#000"> 
     
                        <animate id="bougageDuRectangle" attributeName="x1" attributeType="XML" from="980" to="880" begin="0s" dur="1s"  /> 
                        </line> 
                        <line x1="880" y1="130" x2="880" y2="80" style="stroke:#000"> 
     
                        <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="130" to="80" begin="1s" dur="1s"  /> 
                        </line> 
     
                        <line x1="880" y1="70" x2="780" y2="70" style="stroke:#FF0000"> 
                            <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="880" to="780" begin="2s" dur="1s"  /> 
                         </line> 
                        <circle id="4" cx="880" cy="70" r="10" style="fill:#26CD22; stroke:#AFF" /> 
     
                         <g class="highcharts-tooltip" zIndex="8" visibility="hidden" transform="translate(27,-2)"> 
                         <rect x="690" y="20" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="5" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1,1)"></rect> 
                         <rect x="690" y="20" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="3" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1,1)"></rect> 
                         <rect x="690" y="20" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="1" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1,1)"></rect> 
                         <rect x="690" y="20" width="139" height="72" rx="5" ry="5" fill="rgb(255,255,255)" fill-opacity="0.85" stroke-width="2" stroke="#4572A7"></rect> 
                         <text x="690" y="35" fill="#000000" style="color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"> 
                         <tspan style="font-weight:bold" x="710">Resultat :  </tspan> 
                         <tspan style="font-weight:bold;" x="692" dy="16" >winner is : El Maâroufi  Yassine </tspan> 
                         <tspan x="692" dy="26">Le : 2010-09-30 17:54:52</tspan> 
                         </text> 
                         <set attributeName="visibility" attributeType="CSS" to="hidden" begin="4.mouseout" dur="3s" fill="freeze" /> 
                         <set attributeName="visibility" attributeType="CSS" to="visible" begin="4.mouseover" dur="3s" fill="freeze" /> 
                         </g> 
     
                        <text x="880" y="160" style="fill:#006400;font-size:20px;">59 Fathi Mohamed</text> 
                        <line x1="880" y1="160" x2="980" y2="160" style="stroke:#FF0000"> 
                        <animate id="bougageDuRectangle" attributeName="x1" attributeType="XML" from="980" to="880" begin="0s" dur="1s"  /> 
                        </line> 
     
                        <line x1="880" y1="160" x2="880" y2="220" style="stroke:#FF0000"> 
     
                        <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="160" to="220" begin="1s" dur="1s"  /> 
                        </line> 
                        <text x="880" y="280" style="fill:#00008B;font-size:20px;">60 Younes amine</text> 
                        <line x1="880" y1="280" x2="980" y2="280" style="stroke:#000"> 
     
                        <animate id="bougageDuRectangle" attributeName="x1" attributeType="XML" from="980" to="880" begin="0s" dur="1s"  /> 
                        </line> 
                        <line x1="880" y1="280" x2="880" y2="230" style="stroke:#000"> 
     
                        <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="280" to="230" begin="1s" dur="1s"  /> 
                        </line> 
     
                        <line x1="880" y1="220" x2="780" y2="220" style="stroke:#FF0000"> 
                            <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="880" to="780" begin="2s" dur="1s"  /> 
                         </line> 
                        <circle id="5" cx="880" cy="220" r="10" style="fill:#26CD22; stroke:#AFF" /> 
     
                         <g class="highcharts-tooltip" zIndex="8" visibility="hidden" transform="translate(27,-2)"> 
                         <rect x="690" y="170" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="5" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1,1)"></rect> 
                         <rect x="690" y="170" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="3" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1,1)"></rect> 
                         <rect x="690" y="170" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="1" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1,1)"></rect> 
                         <rect x="690" y="170" width="139" height="72" rx="5" ry="5" fill="rgb(255,255,255)" fill-opacity="0.85" stroke-width="2" stroke="#4572A7"></rect> 
                         <text x="690" y="185" fill="#000000" style="color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"> 
                         <tspan style="font-weight:bold" x="710">Resultat :  </tspan> 
                         <tspan style="font-weight:bold;" x="692" dy="16" >winner is : Fathi Mohamed </tspan> 
                         <tspan x="692" dy="26">Le : 2010-09-30 17:54:52</tspan> 
                         </text> 
                         <set attributeName="visibility" attributeType="CSS" to="hidden" begin="5.mouseout" dur="3s" fill="freeze" /> 
                         <set attributeName="visibility" attributeType="CSS" to="visible" begin="5.mouseover" dur="3s" fill="freeze" /> 
                         </g> 
     
                        <text x="880" y="310" style="fill:#006400;font-size:20px;">61 Zriwl  Meriem</text> 
                        <line x1="880" y1="310" x2="980" y2="310" style="stroke:#000"> 
                        <animate id="bougageDuRectangle" attributeName="x1" attributeType="XML" from="980" to="880" begin="0s" dur="1s"  /> 
                        </line> 
     
                        <line x1="880" y1="310" x2="880" y2="370" style="stroke:#000"> 
     
                        <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="310" to="370" begin="1s" dur="1s"  /> 
                        </line> 
                        <text x="880" y="430" style="fill:#00008B;font-size:20px;">62 Fadia Fadia</text> 
                        <line x1="880" y1="430" x2="980" y2="430" style="stroke:#FF0000"> 
     
                        <animate id="bougageDuRectangle" attributeName="x1" attributeType="XML" from="980" to="880" begin="0s" dur="1s"  /> 
                        </line> 
                        <line x1="880" y1="430" x2="880" y2="380" style="stroke:#FF0000"> 
     
                        <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="430" to="380" begin="1s" dur="1s"  /> 
                        </line> 
     
                        <line x1="880" y1="370" x2="780" y2="370" style="stroke:#FF0000"> 
                            <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="880" to="780" begin="2s" dur="1s"  /> 
                         </line> 
                        <circle id="6" cx="880" cy="370" r="10" style="fill:#26CD22; stroke:#AFF" /> 
     
                         <g class="highcharts-tooltip" zIndex="8" visibility="hidden" transform="translate(27,-2)"> 
                         <rect x="690" y="320" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="5" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1,1)"></rect> 
                         <rect x="690" y="320" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="3" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1,1)"></rect> 
                         <rect x="690" y="320" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="1" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1,1)"></rect> 
                         <rect x="690" y="320" width="139" height="72" rx="5" ry="5" fill="rgb(255,255,255)" fill-opacity="0.85" stroke-width="2" stroke="#4572A7"></rect> 
                         <text x="690" y="335" fill="#000000" style="color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"> 
                         <tspan style="font-weight:bold" x="710">Resultat :  </tspan> 
                         <tspan style="font-weight:bold;" x="692" dy="16" >winner is : Fadia Fadia </tspan> 
                         <tspan x="692" dy="26">Le : 2010-09-30 17:54:52</tspan> 
                         </text> 
                         <set attributeName="visibility" attributeType="CSS" to="hidden" begin="6.mouseout" dur="3s" fill="freeze" /> 
                         <set attributeName="visibility" attributeType="CSS" to="visible" begin="6.mouseover" dur="3s" fill="freeze" /> 
                         </g> 
     
                        <text x="880" y="460" style="fill:#006400;font-size:20px;">63 Taouaf  Fayçal</text> 
                        <line x1="880" y1="460" x2="980" y2="460" style="stroke:#FF0000"> 
                        <animate id="bougageDuRectangle" attributeName="x1" attributeType="XML" from="980" to="880" begin="0s" dur="1s"  /> 
                        </line> 
     
                        <line x1="880" y1="460" x2="880" y2="520" style="stroke:#FF0000"> 
     
                        <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="460" to="520" begin="1s" dur="1s"  /> 
                        </line> 
                        <text x="880" y="580" style="fill:#00008B;font-size:20px;">64 Chiboub Naoufal</text> 
                        <line x1="880" y1="580" x2="980" y2="580" style="stroke:#000"> 
     
                        <animate id="bougageDuRectangle" attributeName="x1" attributeType="XML" from="980" to="880" begin="0s" dur="1s"  /> 
                        </line> 
                        <line x1="880" y1="580" x2="880" y2="530" style="stroke:#000"> 
     
                        <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="580" to="530" begin="1s" dur="1s"  /> 
                        </line> 
     
                        <line x1="880" y1="520" x2="780" y2="520" style="stroke:#FF0000"> 
                            <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="880" to="780" begin="2s" dur="1s"  /> 
                         </line> 
                        <circle id="7" cx="880" cy="520" r="10" style="fill:#26CD22; stroke:#AFF" /> 
     
                         <g class="highcharts-tooltip" zIndex="8" visibility="hidden" transform="translate(27,-2)"> 
                         <rect x="690" y="470" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="5" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1,1)"></rect> 
                         <rect x="690" y="470" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="3" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1,1)"></rect> 
                         <rect x="690" y="470" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="1" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1,1)"></rect> 
                         <rect x="690" y="470" width="139" height="72" rx="5" ry="5" fill="rgb(255,255,255)" fill-opacity="0.85" stroke-width="2" stroke="#4572A7"></rect> 
                         <text x="690" y="485" fill="#000000" style="color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"> 
                         <tspan style="font-weight:bold" x="710">Resultat :  </tspan> 
                         <tspan style="font-weight:bold;" x="692" dy="16" >winner is : Taouaf  Fayçal </tspan> 
                         <tspan x="692" dy="26">Le : 2010-09-30 17:54:52</tspan> 
                         </text> 
                         <set attributeName="visibility" attributeType="CSS" to="hidden" begin="7.mouseout" dur="3s" fill="freeze" /> 
                         <set attributeName="visibility" attributeType="CSS" to="visible" begin="7.mouseover" dur="3s" fill="freeze" /> 
                         </g> 
     
     
                            <line x1="250" y1="70" x2="250" y2="140" style="stroke:#FF0000"> 
                                <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="70" to="140" begin="3s" dur="1s"  /> 
                            </line> 
                            <line x1="250" y1="220" x2="250" y2="140" style="stroke:#FF0000"> 
                                <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="220" to="140" begin="3s" dur="1s"  /> 
                            </line> 
                            <line x1="250" y1="140" x2="330" y2="140" style="stroke:#FF0000"> 
                                <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="250" to="330" begin="4s" dur="1s"  /> 
                            </line> 
                            <circle id="100" cx="250" cy="140" r="10" style="fill:#26CD22; stroke:#AFF" /> 
     
                         <g class="highcharts-tooltip" zIndex="8" visibility="hidden" transform="translate(27,-2)"> 
                         <rect x="250" y="130" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="5" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1,1)"></rect> 
                         <rect x="250" y="130" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="3" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1,1)"></rect> 
                         <rect x="250" y="130" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="1" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1,1)"></rect> 
                         <rect x="250" y="130" width="139" height="72" rx="5" ry="5" fill="rgb(255,255,255)" fill-opacity="0.85" stroke-width="2" stroke="#4572A7"></rect> 
                         <text x="262" y="147" fill="#000000" style="color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"> 
                         <tspan style="font-weight:bold" x="266">Resultat :  </tspan> 
                         <tspan style="font-weight:bold;" x="250" dy="16" >winner is : Ibrahim Sbitri </tspan> 
                         <tspan x="262" dy="26">Le : 2010-09-30 17:54:52</tspan> 
                         </text> 
                         <set attributeName="visibility" attributeType="CSS" to="hidden" begin="100.mouseout" dur="3s" fill="freeze" /> 
                         <set attributeName="visibility" attributeType="CSS" to="visible" begin="100.mouseover" dur="3s" fill="freeze" /> 
                         </g> 
     
     
                            <line x1="250" y1="370" x2="250" y2="440" style="stroke:#000"> 
                                <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="370" to="440" begin="3s" dur="1s"  /> 
                            </line> 
                            <line x1="250" y1="520" x2="250" y2="440" style="stroke:#FF0000"> 
                                <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="520" to="440" begin="3s" dur="1s"  /> 
                            </line> 
                            <line x1="250" y1="440" x2="330" y2="440" style="stroke:#FF0000"> 
                                <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="250" to="330" begin="4s" dur="1s"  /> 
                            </line> 
                            <circle id="101" cx="250" cy="440" r="10" style="fill:#26CD22; stroke:#AFF" /> 
     
                         <g class="highcharts-tooltip" zIndex="8" visibility="hidden" transform="translate(27,-2)"> 
                         <rect x="250" y="430" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="5" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1,1)"></rect> 
                         <rect x="250" y="430" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="3" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1,1)"></rect> 
                         <rect x="250" y="430" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="1" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1,1)"></rect> 
                         <rect x="250" y="430" width="139" height="72" rx="5" ry="5" fill="rgb(255,255,255)" fill-opacity="0.85" stroke-width="2" stroke="#4572A7"></rect> 
                         <text x="262" y="447" fill="#000000" style="color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"> 
                         <tspan style="font-weight:bold" x="266">Resultat :  </tspan> 
                         <tspan style="font-weight:bold;" x="250" dy="16" >winner is : Rahmani Alae </tspan> 
                         <tspan x="262" dy="26">Le : 2010-09-30 17:54:52</tspan> 
                         </text> 
                         <set attributeName="visibility" attributeType="CSS" to="hidden" begin="101.mouseout" dur="3s" fill="freeze" /> 
                         <set attributeName="visibility" attributeType="CSS" to="visible" begin="101.mouseover" dur="3s" fill="freeze" /> 
                         </g> 
     
                        <line x1="780" y1="70" x2="780" y2="140" style="stroke:#FF0000"> 
                          <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="70" to="140" begin="3s" dur="1s"  /> 
                        </line> 
     
                        <line x1="780" y1="220" x2="780" y2="140" style="stroke:#000"> 
                            <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="220" to="140" begin="3s" dur="1s"  /> 
                        </line> 
                        <line x1="780" y1="140" x2="700" y2="140" style="stroke:#FF0000"> 
                                <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="780" to="700" begin="4s" dur="1s"  /> 
                        </line> 
                        <circle id="102" cx="780" cy="140" r="10" style="fill:#26CD22; stroke:#AFF" /> 
     
                         <g class="highcharts-tooltip" zIndex="8" visibility="hidden" transform="translate(27,-2)"> 
                         <rect x="600" y="150" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="5" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1,1)"></rect> 
                         <rect x="600" y="150" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="3" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1,1)"></rect> 
                         <rect x="600" y="150" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="1" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1,1)"></rect> 
                         <rect x="600" y="150" width="139" height="72" rx="5" ry="5" fill="rgb(255,255,255)" fill-opacity="0.85" stroke-width="2" stroke="#4572A7"></rect> 
                         <text x="600" y="167" fill="#000000" style="color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"> 
     
                         <tspan style="font-weight:bold" x="630" >Resultat :  </tspan> 
                         <tspan style="font-weight:bold;" x="600" dy="16" >winner is : El Maâroufi  Yassine </tspan> 
                         <tspan x="600" dy="26">Le : 2010-09-30 17:54:52</tspan> 
                         </text> 
                         <set attributeName="visibility" attributeType="CSS" to="hidden" begin="102.mouseout" dur="3s" fill="freeze" /> 
                         <set attributeName="visibility" attributeType="CSS" to="visible" begin="102.mouseover" dur="3s" fill="freeze" /> 
                         </g> 
     
     
                        <line x1="780" y1="370" x2="780" y2="440" style="stroke:#000"> 
                          <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="370" to="440" begin="3s" dur="1s"  /> 
                        </line> 
     
                        <line x1="780" y1="520" x2="780" y2="440" style="stroke:#FF0000"> 
                            <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="520" to="440" begin="3s" dur="1s"  /> 
                        </line> 
                        <line x1="780" y1="440" x2="700" y2="440" style="stroke:#FF0000"> 
                                <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="780" to="700" begin="4s" dur="1s"  /> 
                        </line> 
                        <circle id="103" cx="780" cy="440" r="10" style="fill:#26CD22; stroke:#AFF" /> 
     
                         <g class="highcharts-tooltip" zIndex="8" visibility="hidden" transform="translate(27,-2)"> 
                         <rect x="600" y="450" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="5" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1,1)"></rect> 
                         <rect x="600" y="450" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="3" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1,1)"></rect> 
                         <rect x="600" y="450" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="1" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1,1)"></rect> 
                         <rect x="600" y="450" width="139" height="72" rx="5" ry="5" fill="rgb(255,255,255)" fill-opacity="0.85" stroke-width="2" stroke="#4572A7"></rect> 
                         <text x="600" y="467" fill="#000000" style="color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"> 
     
                         <tspan style="font-weight:bold" x="630" >Resultat :  </tspan> 
                         <tspan style="font-weight:bold;" x="600" dy="16" >winner is : Taouaf  Fayçal </tspan> 
                         <tspan x="600" dy="26">Le : 2010-09-30 17:54:52</tspan> 
                         </text> 
                         <set attributeName="visibility" attributeType="CSS" to="hidden" begin="103.mouseout" dur="3s" fill="freeze" /> 
                         <set attributeName="visibility" attributeType="CSS" to="visible" begin="103.mouseover" dur="3s" fill="freeze" /> 
                         </g> 
     
     
                        <line x1="330" y1="140" x2="330" y2="293" style="stroke:#000"> 
                                <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="140" to="293" begin="5s" dur="1s"  /> 
                            </line> 
                            <line x1="330" y1="440" x2="330" y2="293" style="stroke:#FF0000"> 
                                <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="440" to="293" begin="5s" dur="1s"  /> 
                            </line> 
                            <line x1="330" y1="290" x2="500" y2="290" style="stroke:#FF0000"> 
                                <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="330" to="400" begin="6s" dur="1s"  /> 
                            </line> 
                            <circle id="300" cx="330" cy="290" r="10" style="fill:#26CD22; stroke:#AFF" /> 
     
                         <g class="highcharts-tooltip" zIndex="8" visibility="hidden" transform="translate(27,-2)"> 
                         <rect x="250" y="200" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="5" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1,1)"></rect> 
                         <rect x="250" y="200" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="3" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1,1)"></rect> 
                         <rect x="250" y="200" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="1" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1,1)"></rect> 
                         <rect x="250" y="200" width="139" height="72" rx="5" ry="5" fill="rgb(255,255,255)" fill-opacity="0.85" stroke-width="2" stroke="#4572A7"></rect> 
                         <text x="262" y="217" fill="#000000" style="color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"> 
                         <tspan style="font-weight:bold" x="266">Resultat :  </tspan> 
                         <tspan style="font-weight:bold;" x="250" dy="16" >winner is : Rahmani Alae </tspan> 
                         <tspan x="262" dy="26">Le : 2010-09-30 17:54:52</tspan> 
                         </text> 
                         <set attributeName="visibility" attributeType="CSS" to="hidden" begin="300.mouseout" dur="3s" fill="freeze" /> 
                         <set attributeName="visibility" attributeType="CSS" to="visible" begin="300.mouseover" dur="3s" fill="freeze" /> 
                         </g> 
     
                        <line x1="700" y1="140" x2="700" y2="290" style="stroke:#000"> 
                          <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="140" to="290" begin="5s" dur="1s"  /> 
                        </line> 
                        <line x1="700" y1="440" x2="700" y2="290" style="stroke:#FF0000"> 
                            <animate id="bougageDuRectangle" attributeName="y2" attributeType="XML" from="440" to="290" begin="5s" dur="1s"  /> 
                        </line> 
                        <line x1="700" y1="290" x2="550" y2="290" style="stroke:#FF0000"> 
                                <animate id="bougageDuRectangle" attributeName="x2" attributeType="XML" from="700" to="620" begin="6s" dur="1s"  /> 
                        </line> 
                        <circle id="301" cx="700" cy="290" r="10" style="fill:#26CD22; stroke:#AFF" /> 
                        <g class="highcharts-tooltip" zIndex="8" visibility="hidden" transform="translate(27,-2)"> 
                         <rect x="600" y="200" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="5" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1,1)"></rect> 
                         <rect x="600" y="200" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="3" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1,1)"></rect> 
                         <rect x="600" y="200" width="139" height="72" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="1" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1,1)"></rect> 
                         <rect x="600" y="200" width="139" height="72" rx="5" ry="5" fill="rgb(255,255,255)" fill-opacity="0.85" stroke-width="2" stroke="#4572A7"></rect> 
                         <text x="600" y="217" fill="#000000" style="color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"> 
     
                         <tspan style="font-weight:bold" x="630" >Resultat :  </tspan> 
                         <tspan style="font-weight:bold;" x="600" dy="16" >winner is : Taouaf  Fayçal </tspan> 
                         <tspan x="600" dy="26">Le : 2010-09-30 17:54:52</tspan> 
                         </text> 
                         <set attributeName="visibility" attributeType="CSS" to="hidden" begin="301.mouseout" dur="3s" fill="freeze" /> 
                         <set attributeName="visibility" attributeType="CSS" to="visible" begin="301.mouseover" dur="3s" fill="freeze" /> 
                         </g><g class="highcharts-tooltip" zIndex="8" visibility="visible" transform="translate(27,-2)"> 
                         <rect x="400" y="190" width="139" height="272" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="5" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1,1)"></rect> 
                         <rect x="400" y="190" width="139" height="272" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="3" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1,1)"></rect> 
                         <rect x="400" y="190" width="139" height="272" rx="5" ry="5" fill="none" fill-opacity="0.85" stroke-width="1" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1,1)"></rect> 
                         <rect x="400" y="190" width="139" height="272" rx="5" ry="5" fill="rgb(255,255,255)" fill-opacity="0.85" stroke-width="2" stroke="#4572A7"></rect> 
                         <text x="400" y="210" fill="#000000" style="color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"> 
     
     
                             <tspan x="400" dy="16">Le : 2010-09-30 17:54:52</tspan> 
                         <tspan style="font-weight:bold;" x="400" dy="26" >winner is : </tspan> 
                             <tspan style="font-weight:bold;" x="410" dy="36" >Rahmani Alae </tspan> 
                         <tspan style="font-weight:bold;" x="400" dy="46" >2 eme place is :  </tspan> 
                             <tspan style="font-weight:bold;" x="410" dy="56" >Taouaf  Fayçal </tspan> 
     
     
     
                         </text> 
     
                         </g> 
     
     
                            </svg>
    voila le code de ma page html qui fais appel a la page svg

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    <html>
        <head></head>
    <body bgcolor="#717171">
    <embed src="svg.svg" width="2000" height="2000"
    type="image/svg+xml"
    pluginspage="http://www.adobe.com/svg/viewer/install/" />
     
     
     
    </body>
    </html>
    voila je veux pas que le backgrand dans mon petit dessin soit blanc je veux mètre une image


    pour le bon fonctionnement utilisé chrome

    Cordialement Ryodo

  4. #4
    Membre très actif
    Homme Profil pro
    ray man
    Inscrit en
    Juillet 2009
    Messages
    274
    Détails du profil
    Informations personnelles :
    Sexe : Homme

    Informations professionnelles :
    Activité : ray man

    Informations forums :
    Inscription : Juillet 2009
    Messages : 274
    Par défaut
    voila la solution

    tout d'abord il faut ajouté un namespace ici
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
     
    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
    width="1000" height="1000" >
    et pour ajouté une photo comme backgrand il ajouté sa au début du document SVG

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
     
    <image x="0" y="0" width="100%" height="100%"
           xlink:href="wireart.png">
    Cordialement Ryodo

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. background pour une JFrame
    Par skulls dans le forum Agents de placement/Fenêtres
    Réponses: 9
    Dernier message: 30/04/2008, 12h54
  2. Réponses: 3
    Dernier message: 06/03/2008, 15h48
  3. problème de background pour <div id="mag">
    Par stars333 dans le forum Balisage (X)HTML et validation W3C
    Réponses: 3
    Dernier message: 12/09/2007, 22h00
  4. [débutant] image de background pour un JPanel
    Par thiouwz dans le forum AWT/Swing
    Réponses: 2
    Dernier message: 06/11/2006, 15h49
  5. [SVG] la technologie SVG
    Par DARDI dans le forum XML/XSL et SOAP
    Réponses: 2
    Dernier message: 12/07/2006, 14h44

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo